PMD report

Problems found

#FileLineProblem
1 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\main\java\example\domain\Person.java 15 The class 'Person' has a Modified Cyclomatic Complexity of 2 (Highest = 10).
2 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\main\java\example\domain\Person.java 15 The class 'Person' has a Standard Cyclomatic Complexity of 2 (Highest = 10).
3 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\main\java\example\domain\Person.java 63 The method 'equals' has a Modified Cyclomatic Complexity of 10.
4 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\main\java\example\domain\Person.java 63 The method 'equals' has a Standard Cyclomatic Complexity of 10.
5 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\main\java\example\domain\Person.java 63 The method 'equals(Object)' has a cyclomatic complexity of 10.
6 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\main\java\example\util\StringUtils.java 13 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\AssertionsDemo.java 91 Potential violation of Law of Demeter (object not created locally)
8 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\AssertionsDemo.java 114 Potential violation of Law of Demeter (method chain calls)
9 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\AssumptionsDemo.java 30 Potential violation of Law of Demeter (method chain calls)
10 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\AssumptionsDemo.java 36 Potential violation of Law of Demeter (method chain calls)
11 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\AssumptionsDemo.java 43 Potential violation of Law of Demeter (method chain calls)
12 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ConditionalTestExecutionDemo.java 40 This class has too many methods, consider refactoring it.
13 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\DynamicTestsDemo.java 43 This class has too many methods, consider refactoring it.
14 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\DynamicTestsDemo.java 74 Potential violation of Law of Demeter (method chain calls)
15 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\DynamicTestsDemo.java 90 Potential violation of Law of Demeter (method chain calls)
16 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\DynamicTestsDemo.java 97 Potential violation of Law of Demeter (method chain calls)
17 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\DynamicTestsDemo.java 97 Potential violation of Law of Demeter (method chain calls)
18 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\DynamicTestsDemo.java 141 Potential violation of Law of Demeter (method chain calls)
19 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\DynamicTestsDemo.java 158 Potential violation of Law of Demeter (method chain calls)
20 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\DynamicTestsDemo.java 159 Potential violation of Law of Demeter (method chain calls)
21 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ExampleTestCase.java 47 Potential violation of Law of Demeter (method chain calls)
22 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ExternalMethodSourceDemo.java 28 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
23 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 11 A high number of imports can indicate a high degree of coupling within an object.
24 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 66 This class has too many methods, consider refactoring it.
25 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 93 Potential violation of Law of Demeter (method chain calls)
26 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 93 Potential violation of Law of Demeter (method chain calls)
27 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 106 Potential violation of Law of Demeter (method chain calls)
28 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 106 Potential violation of Law of Demeter (method chain calls)
29 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 131 Potential violation of Law of Demeter (method chain calls)
30 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 131 Potential violation of Law of Demeter (method chain calls)
31 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 139 Potential violation of Law of Demeter (method chain calls)
32 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 139 Potential violation of Law of Demeter (method chain calls)
33 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 147 Potential violation of Law of Demeter (method chain calls)
34 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 147 Potential violation of Law of Demeter (method chain calls)
35 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 183 Potential violation of Law of Demeter (method chain calls)
36 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 251 Potential violation of Law of Demeter (method chain calls)
37 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 251 Potential violation of Law of Demeter (method chain calls)
38 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 329 Potential violation of Law of Demeter (method chain calls)
39 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 360 Potential violation of Law of Demeter (method chain calls)
40 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 367 Potential violation of Law of Demeter (method chain calls)
41 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\ParameterizedTestDemo.java 367 Potential violation of Law of Demeter (method chain calls)
42 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\RepeatedTestsDemo.java 26 Private field 'logger' could be made final; it is only initialized in the declaration or constructor.
43 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\RepeatedTestsDemo.java 35 Potential violation of Law of Demeter (method chain calls)
44 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\RepeatedTestsDemo.java 35 Potential violation of Law of Demeter (method chain calls)
45 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\SlowTests.java 23 This class has too many methods, consider refactoring it.
46 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\SlowTests.java 123 Potential violation of Law of Demeter (method chain calls)
47 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\SlowTests.java 123 Potential violation of Law of Demeter (method chain calls)
48 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\SlowTests.java 123 Potential violation of Law of Demeter (method chain calls)
49 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\SlowTests.java 123 Potential violation of Law of Demeter (method chain calls)
50 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\StandardTests.java 54 Potential violation of Law of Demeter (method chain calls)
51 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\TestInfoDemo.java 33 Potential violation of Law of Demeter (object not created locally)
52 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\TestInfoDemo.java 33 Potential violation of Law of Demeter (object not created locally)
53 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\TestInfoDemo.java 41 Potential violation of Law of Demeter (method chain calls)
54 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\TestInfoDemo.java 41 Potential violation of Law of Demeter (method chain calls)
55 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\TestingAStackDemo.java 56 Potential violation of Law of Demeter (method chain calls)
56 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\TestingAStackDemo.java 62 Potential violation of Law of Demeter (method chain calls)
57 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\UsingTheLauncherDemo.java 44 Potential violation of Law of Demeter (method chain calls)
58 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\UsingTheLauncherDemo.java 44 Potential violation of Law of Demeter (method chain calls)
59 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\UsingTheLauncherDemo.java 44 Potential violation of Law of Demeter (method chain calls)
60 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\UsingTheLauncherDemo.java 66 Potential violation of Law of Demeter (method chain calls)
61 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\UsingTheLauncherDemo.java 66 Potential violation of Law of Demeter (method chain calls)
62 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\UsingTheLauncherDemo.java 66 Potential violation of Law of Demeter (method chain calls)
63 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\UsingTheLauncherDemo.java 107 Potential violation of Law of Demeter (method chain calls)
64 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\UsingTheLauncherDemo.java 107 Potential violation of Law of Demeter (method chain calls)
65 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\AbstractDatabaseTests.java 32 Potential violation of Law of Demeter (method chain calls)
66 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\AbstractDatabaseTests.java 32 Potential violation of Law of Demeter (method chain calls)
67 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\AbstractDatabaseTests.java 37 Potential violation of Law of Demeter (method chain calls)
68 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\AbstractDatabaseTests.java 37 Potential violation of Law of Demeter (method chain calls)
69 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\AbstractDatabaseTests.java 42 Potential violation of Law of Demeter (method chain calls)
70 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\AbstractDatabaseTests.java 42 Potential violation of Law of Demeter (method chain calls)
71 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\AbstractDatabaseTests.java 47 Potential violation of Law of Demeter (method chain calls)
72 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\AbstractDatabaseTests.java 47 Potential violation of Law of Demeter (method chain calls)
73 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\BrokenLifecycleMethodConfigDemo.java 36 Potential violation of Law of Demeter (method chain calls)
74 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\BrokenLifecycleMethodConfigDemo.java 36 Potential violation of Law of Demeter (method chain calls)
75 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\BrokenLifecycleMethodConfigDemo.java 41 Potential violation of Law of Demeter (method chain calls)
76 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\BrokenLifecycleMethodConfigDemo.java 41 Potential violation of Law of Demeter (method chain calls)
77 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\BrokenLifecycleMethodConfigDemo.java 46 Potential violation of Law of Demeter (method chain calls)
78 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\BrokenLifecycleMethodConfigDemo.java 46 Potential violation of Law of Demeter (method chain calls)
79 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\BrokenLifecycleMethodConfigDemo.java 51 Potential violation of Law of Demeter (method chain calls)
80 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\BrokenLifecycleMethodConfigDemo.java 51 Potential violation of Law of Demeter (method chain calls)
81 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\BrokenLifecycleMethodConfigDemo.java 56 Potential violation of Law of Demeter (method chain calls)
82 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\BrokenLifecycleMethodConfigDemo.java 56 Potential violation of Law of Demeter (method chain calls)
83 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\DatabaseTestsDemo.java 37 Potential violation of Law of Demeter (method chain calls)
84 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\DatabaseTestsDemo.java 37 Potential violation of Law of Demeter (method chain calls)
85 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\DatabaseTestsDemo.java 42 Potential violation of Law of Demeter (method chain calls)
86 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\DatabaseTestsDemo.java 42 Potential violation of Law of Demeter (method chain calls)
87 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\DatabaseTestsDemo.java 47 Potential violation of Law of Demeter (method chain calls)
88 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\DatabaseTestsDemo.java 47 Potential violation of Law of Demeter (method chain calls)
89 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\DatabaseTestsDemo.java 52 Potential violation of Law of Demeter (method chain calls)
90 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\DatabaseTestsDemo.java 52 Potential violation of Law of Demeter (method chain calls)
91 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\DatabaseTestsDemo.java 57 Potential violation of Law of Demeter (method chain calls)
92 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\DatabaseTestsDemo.java 57 Potential violation of Law of Demeter (method chain calls)
93 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\callbacks\Logger.java 17 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
94 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\defaultmethods\ComparableContract.java 26 Potential violation of Law of Demeter (object not created locally)
95 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\defaultmethods\ComparableContract.java 33 Potential violation of Law of Demeter (object not created locally)
96 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\defaultmethods\ComparableContract.java 40 Potential violation of Law of Demeter (object not created locally)
97 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\defaultmethods\EqualsContract.java 33 Potential violation of Law of Demeter (object not created locally)
98 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\exception\IgnoreIOExceptionTests.java 31 Avoid throwing raw exception types.
99 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\registration\DocumentationDemo.java 43 Perhaps 'path' could be replaced by a local variable.
100 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\registration\WebServerDemo.java 37 Potential violation of Law of Demeter (method chain calls)
101 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\registration\WebServerDemo.java 37 Potential violation of Law of Demeter (method chain calls)
102 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testinterface\TestInterfaceDemo.java 24 Potential violation of Law of Demeter (method chain calls)
103 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testinterface\TestInterfaceDynamicTestsDemo.java 28 Potential violation of Law of Demeter (method chain calls)
104 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitAllEventsDemo.java 48 Potential violation of Law of Demeter (method chain calls)
105 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitAllEventsDemo.java 48 Potential violation of Law of Demeter (method chain calls)
106 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitAllEventsDemo.java 48 Potential violation of Law of Demeter (method chain calls)
107 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitAllEventsDemo.java 48 Potential violation of Law of Demeter (method chain calls)
108 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitAllEventsDemo.java 48 Potential violation of Law of Demeter (method chain calls)
109 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitFailedMethodDemo.java 32 Potential violation of Law of Demeter (method chain calls)
110 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitFailedMethodDemo.java 32 Potential violation of Law of Demeter (method chain calls)
111 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitFailedMethodDemo.java 32 Potential violation of Law of Demeter (method chain calls)
112 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitFailedMethodDemo.java 32 Potential violation of Law of Demeter (method chain calls)
113 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitFailedMethodDemo.java 32 Potential violation of Law of Demeter (method chain calls)
114 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitSkippedMethodDemo.java 33 Potential violation of Law of Demeter (method chain calls)
115 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitSkippedMethodDemo.java 33 Potential violation of Law of Demeter (method chain calls)
116 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitSkippedMethodDemo.java 33 Potential violation of Law of Demeter (method chain calls)
117 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitSkippedMethodDemo.java 39 Potential violation of Law of Demeter (object not created locally)
118 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitSkippedMethodDemo.java 41 Potential violation of Law of Demeter (method chain calls)
119 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitSkippedMethodDemo.java 41 Potential violation of Law of Demeter (object not created locally)
120 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitStatisticsDemo.java 27 Potential violation of Law of Demeter (method chain calls)
121 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitStatisticsDemo.java 27 Potential violation of Law of Demeter (method chain calls)
122 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitStatisticsDemo.java 27 Potential violation of Law of Demeter (method chain calls)
123 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitStatisticsDemo.java 27 Potential violation of Law of Demeter (method chain calls)
124 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitStatisticsDemo.java 37 Potential violation of Law of Demeter (method chain calls)
125 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitStatisticsDemo.java 37 Potential violation of Law of Demeter (method chain calls)
126 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitStatisticsDemo.java 37 Potential violation of Law of Demeter (method chain calls)
127 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\testkit\EngineTestKitStatisticsDemo.java 37 Potential violation of Law of Demeter (method chain calls)
128 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\timing\TimingExtension.java 40 Potential violation of Law of Demeter (method chain calls)
129 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\timing\TimingExtension.java 46 Potential violation of Law of Demeter (method chain calls)
130 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\timing\TimingExtensionTests.java 26 A method/constructor should not explicitly throw java.lang.Exception
131 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\example\timing\TimingExtensionTests.java 31 A method/constructor should not explicitly throw java.lang.Exception
132 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\extensions\ExpectToFail.java 38 Potential violation of Law of Demeter (method chain calls)
133 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\extensions\ExpectToFail.java 43 Potential violation of Law of Demeter (method chain calls)
134 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\extensions\ExpectToFail.java 43 Potential violation of Law of Demeter (method chain calls)
135 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\AbstractApiReportWriter.java 24 This class has too many methods, consider refactoring it.
136 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\AbstractApiReportWriter.java 36 Potential violation of Law of Demeter (method chain calls)
137 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\AbstractApiReportWriter.java 36 Potential violation of Law of Demeter (method chain calls)
138 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\AbstractApiReportWriter.java 36 Potential violation of Law of Demeter (method chain calls)
139 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\AbstractApiReportWriter.java 36 Potential violation of Law of Demeter (method chain calls)
140 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\AbstractApiReportWriter.java 36 Potential violation of Law of Demeter (method chain calls)
141 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\AbstractApiReportWriter.java 36 Potential violation of Law of Demeter (method chain calls)
142 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\AbstractApiReportWriter.java 37 Potential violation of Law of Demeter (method chain calls)
143 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\AbstractApiReportWriter.java 37 Potential violation of Law of Demeter (method chain calls)
144 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\AbstractApiReportWriter.java 37 Potential violation of Law of Demeter (method chain calls)
145 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\ApiReportGenerator.java 58 Potential violation of Law of Demeter (method chain calls)
146 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\ApiReportGenerator.java 74 Potential violation of Law of Demeter (method chain calls)
147 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\ApiReportGenerator.java 74 Potential violation of Law of Demeter (method chain calls)
148 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\ApiReportGenerator.java 75 Potential violation of Law of Demeter (object not created locally)
149 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\ApiReportGenerator.java 87 Potential violation of Law of Demeter (object not created locally)
150 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\ApiReportGenerator.java 89 Potential violation of Law of Demeter (object not created locally)
151 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\ApiReportGenerator.java 90 Potential violation of Law of Demeter (method chain calls)
152 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\ApiReportGenerator.java 90 Potential violation of Law of Demeter (method chain calls)
153 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\ApiReportGenerator.java 90 Potential violation of Law of Demeter (object not created locally)
154 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\ApiReportGenerator.java 104 Potential violation of Law of Demeter (object not created locally)
155 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\AsciidocApiReportWriter.java 57 Potential violation of Law of Demeter (method chain calls)
156 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\AsciidocApiReportWriter.java 57 Potential violation of Law of Demeter (method chain calls)
157 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\AsciidocApiReportWriter.java 58 Potential violation of Law of Demeter (method chain calls)
158 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\AsciidocApiReportWriter.java 58 Potential violation of Law of Demeter (method chain calls)
159 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\AsciidocApiReportWriter.java 60 Potential violation of Law of Demeter (method chain calls)
160 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\AsciidocApiReportWriter.java 60 Potential violation of Law of Demeter (method chain calls)
161 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\HtmlApiReportWriter.java 62 Potential violation of Law of Demeter (method chain calls)
162 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\HtmlApiReportWriter.java 62 Potential violation of Law of Demeter (method chain calls)
163 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\HtmlApiReportWriter.java 63 Potential violation of Law of Demeter (method chain calls)
164 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\HtmlApiReportWriter.java 63 Potential violation of Law of Demeter (method chain calls)
165 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\HtmlApiReportWriter.java 65 Potential violation of Law of Demeter (method chain calls)
166 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\HtmlApiReportWriter.java 65 Potential violation of Law of Demeter (method chain calls)
167 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\MarkdownApiReportWriter.java 56 Potential violation of Law of Demeter (method chain calls)
168 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\MarkdownApiReportWriter.java 56 Potential violation of Law of Demeter (method chain calls)
169 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\MarkdownApiReportWriter.java 61 Potential violation of Law of Demeter (method chain calls)
170 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\MarkdownApiReportWriter.java 61 Potential violation of Law of Demeter (method chain calls)
171 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\MarkdownApiReportWriter.java 62 Potential violation of Law of Demeter (method chain calls)
172 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\MarkdownApiReportWriter.java 62 Potential violation of Law of Demeter (method chain calls)
173 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\MarkdownApiReportWriter.java 64 Potential violation of Law of Demeter (method chain calls)
174 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\documentation\src\test\java\org\junit\api\tools\MarkdownApiReportWriter.java 64 Potential violation of Law of Demeter (method chain calls)
175 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertAll.java 31 A class which only has private constructors should be final
176 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertAll.java 64 Potential violation of Law of Demeter (method chain calls)
177 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertAll.java 64 Potential violation of Law of Demeter (method chain calls)
178 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertAll.java 64 Potential violation of Law of Demeter (method chain calls)
179 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertAll.java 64 Potential violation of Law of Demeter (method chain calls)
180 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertAll.java 79 Potential violation of Law of Demeter (object not created locally)
181 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertAll.java 81 Potential violation of Law of Demeter (method chain calls)
182 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 31 A class which only has private constructors should be final
183 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 31 Possible God Class (WMC=112, ATFD=33, TCC=0.000%)
184 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 31 The class 'AssertArrayEquals' has a Modified Cyclomatic Complexity of 2 (Highest = 13).
185 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 31 The class 'AssertArrayEquals' has a Standard Cyclomatic Complexity of 2 (Highest = 13).
186 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 31 The class 'AssertArrayEquals' has a total cyclomatic complexity of 112 (highest 24).
187 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 31 This class has too many methods, consider refactoring it.
188 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 180 Potential violation of Law of Demeter (method chain calls)
189 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 180 Potential violation of Law of Demeter (method chain calls)
190 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 196 Potential violation of Law of Demeter (method chain calls)
191 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 196 Potential violation of Law of Demeter (method chain calls)
192 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 212 Potential violation of Law of Demeter (method chain calls)
193 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 212 Potential violation of Law of Demeter (method chain calls)
194 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 228 Potential violation of Law of Demeter (method chain calls)
195 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 228 Potential violation of Law of Demeter (method chain calls)
196 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 244 Potential violation of Law of Demeter (method chain calls)
197 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 244 Potential violation of Law of Demeter (method chain calls)
198 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 260 Potential violation of Law of Demeter (method chain calls)
199 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 260 Potential violation of Law of Demeter (method chain calls)
200 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 275 Potential violation of Law of Demeter (method chain calls)
201 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 275 Potential violation of Law of Demeter (method chain calls)
202 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 276 Potential violation of Law of Demeter (method chain calls)
203 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 276 Potential violation of Law of Demeter (method chain calls)
204 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 292 Potential violation of Law of Demeter (method chain calls)
205 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 292 Potential violation of Law of Demeter (method chain calls)
206 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 293 Potential violation of Law of Demeter (method chain calls)
207 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 293 Potential violation of Law of Demeter (method chain calls)
208 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 308 Potential violation of Law of Demeter (method chain calls)
209 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 308 Potential violation of Law of Demeter (method chain calls)
210 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 309 Potential violation of Law of Demeter (method chain calls)
211 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 309 Potential violation of Law of Demeter (method chain calls)
212 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 325 Potential violation of Law of Demeter (method chain calls)
213 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 325 Potential violation of Law of Demeter (method chain calls)
214 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 326 Potential violation of Law of Demeter (method chain calls)
215 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 326 Potential violation of Law of Demeter (method chain calls)
216 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 354 The method 'assertArrayElementsEqual' has a Modified Cyclomatic Complexity of 13.
217 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 354 The method 'assertArrayElementsEqual' has a Standard Cyclomatic Complexity of 13.
218 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertArrayEquals.java 354 The method 'assertArrayElementsEqual(Object, Object, Deque, Object)' has a cyclomatic complexity of 24.
219 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertDoesNotThrow.java 30 A class which only has private constructors should be final
220 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertDoesNotThrow.java 82 Potential violation of Law of Demeter (method chain calls)
221 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertEquals.java 26 A class which only has private constructors should be final
222 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertEquals.java 26 This class has too many methods, consider refactoring it.
223 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertFalse.java 26 A class which only has private constructors should be final
224 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertIterableEquals.java 32 A class which only has private constructors should be final
225 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertLinesMatch.java 35 A class which only has private constructors should be final
226 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertLinesMatch.java 35 The class 'AssertLinesMatch' has a Modified Cyclomatic Complexity of 3 (Highest = 13).
227 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertLinesMatch.java 35 The class 'AssertLinesMatch' has a Standard Cyclomatic Complexity of 3 (Highest = 13).
228 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertLinesMatch.java 35 This class has too many methods, consider refactoring it.
229 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertLinesMatch.java 94 Potential violation of Law of Demeter (method chain calls)
230 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertLinesMatch.java 94 These nested if statements could be combined
231 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertLinesMatch.java 103 The method 'assertLinesMatchWithFastForward' has a Modified Cyclomatic Complexity of 13.
232 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertLinesMatch.java 103 The method 'assertLinesMatchWithFastForward' has a Standard Cyclomatic Complexity of 13.
233 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertLinesMatch.java 103 The method 'assertLinesMatchWithFastForward(List, List, Object)' has a cyclomatic complexity of 14.
234 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertLinesMatch.java 103 The method 'assertLinesMatchWithFastForward(List, List, Object)' has an NPath complexity of 490, current threshold is 200
235 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertLinesMatch.java 133 Deeply nested if..then statements are hard to read
236 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertLinesMatch.java 206 Potential violation of Law of Demeter (object not created locally)
237 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertLinesMatch.java 207 Potential violation of Law of Demeter (object not created locally)
238 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertLinesMatch.java 207 Potential violation of Law of Demeter (object not created locally)
239 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertLinesMatch.java 207 Potential violation of Law of Demeter (object not created locally)
240 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertLinesMatch.java 211 Potential violation of Law of Demeter (method chain calls)
241 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertLinesMatch.java 211 Potential violation of Law of Demeter (method chain calls)
242 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertNotEquals.java 28 A class which only has private constructors should be final
243 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertNotEquals.java 28 This class has too many methods, consider refactoring it.
244 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertNotNull.java 24 A class which only has private constructors should be final
245 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertNotSame.java 25 A class which only has private constructors should be final
246 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertNull.java 25 A class which only has private constructors should be final
247 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertSame.java 25 A class which only has private constructors should be final
248 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertThrows.java 30 A class which only has private constructors should be final
249 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertTimeout.java 37 A class which only has private constructors should be final
250 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertTimeout.java 37 This class has too many methods, consider refactoring it.
251 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertTimeout.java 141 Potential violation of Law of Demeter (object not created locally)
252 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertTrue.java 26 A class which only has private constructors should be final
253 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertionUtils.java 28 A class which only has private constructors should be final
254 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertionUtils.java 28 Possible God Class (WMC=54, ATFD=11, TCC=0.000%)
255 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertionUtils.java 28 This class has too many methods, consider refactoring it.
256 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertionUtils.java 88 Potential violation of Law of Demeter (method chain calls)
257 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertionUtils.java 90 Potential violation of Law of Demeter (object not created locally)
258 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertionUtils.java 118 Potential violation of Law of Demeter (object not created locally)
259 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertionUtils.java 144 Potential violation of Law of Demeter (method chain calls)
260 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertionUtils.java 151 Potential violation of Law of Demeter (method chain calls)
261 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertionUtils.java 151 Potential violation of Law of Demeter (method chain calls)
262 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\AssertionUtils.java 151 Potential violation of Law of Demeter (method chain calls)
263 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assertions.java 11 This class has a bunch of public methods and attributes
264 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assertions.java 74 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
265 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assertions.java 74 Avoid really long classes.
266 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assertions.java 74 The class 'Assertions' has a total cyclomatic complexity of 285 (highest 1).
267 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assertions.java 74 This class has too many methods, consider refactoring it.
268 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assumptions.java 46 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
269 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assumptions.java 46 This class has too many methods, consider refactoring it.
270 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assumptions.java 65 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
271 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assumptions.java 75 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
272 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assumptions.java 87 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
273 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assumptions.java 99 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
274 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assumptions.java 113 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
275 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assumptions.java 128 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
276 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assumptions.java 141 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
277 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assumptions.java 151 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
278 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assumptions.java 163 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
279 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assumptions.java 175 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
280 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assumptions.java 189 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
281 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\Assumptions.java 204 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
282 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 81 Potential violation of Law of Demeter (method chain calls)
283 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 97 Potential violation of Law of Demeter (object not created locally)
284 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 98 Potential violation of Law of Demeter (object not created locally)
285 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 152 Potential violation of Law of Demeter (method chain calls)
286 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 157 Potential violation of Law of Demeter (method chain calls)
287 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 162 Potential violation of Law of Demeter (method chain calls)
288 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 189 Potential violation of Law of Demeter (method chain calls)
289 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 200 Potential violation of Law of Demeter (method chain calls)
290 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 209 Potential violation of Law of Demeter (object not created locally)
291 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 210 Potential violation of Law of Demeter (method chain calls)
292 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 210 Potential violation of Law of Demeter (method chain calls)
293 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 214 Potential violation of Law of Demeter (method chain calls)
294 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 214 Potential violation of Law of Demeter (object not created locally)
295 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 231 Potential violation of Law of Demeter (object not created locally)
296 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 232 Potential violation of Law of Demeter (method chain calls)
297 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 232 Potential violation of Law of Demeter (method chain calls)
298 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 235 Potential violation of Law of Demeter (method chain calls)
299 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 253 Potential violation of Law of Demeter (object not created locally)
300 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 254 Potential violation of Law of Demeter (method chain calls)
301 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 255 Potential violation of Law of Demeter (method chain calls)
302 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 256 Potential violation of Law of Demeter (object not created locally)
303 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 278 Potential violation of Law of Demeter (object not created locally)
304 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 299 Potential violation of Law of Demeter (method chain calls)
305 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DisplayNameGenerator.java 299 Potential violation of Law of Demeter (method chain calls)
306 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DynamicContainer.java 38 A class which only has private constructors should be final
307 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DynamicTest.java 50 A class which only has private constructors should be final
308 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\DynamicTest.java 116 Potential violation of Law of Demeter (method chain calls)
309 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\MethodOrderer.java 124 Potential violation of Law of Demeter (method chain calls)
310 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\MethodOrderer.java 152 Potential violation of Law of Demeter (method chain calls)
311 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\MethodOrderer.java 183 Potential violation of Law of Demeter (method chain calls)
312 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\MethodOrderer.java 183 Potential violation of Law of Demeter (method chain calls)
313 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\MethodOrderer.java 183 Potential violation of Law of Demeter (method chain calls)
314 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\MethodOrderer.java 187 Potential violation of Law of Demeter (method chain calls)
315 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\MethodOrderer.java 187 Potential violation of Law of Demeter (method chain calls)
316 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\MethodOrderer.java 187 Potential violation of Law of Demeter (method chain calls)
317 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\MethodOrderer.java 248 Potential violation of Law of Demeter (method chain calls)
318 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\MethodOrderer.java 252 Potential violation of Law of Demeter (method chain calls)
319 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\AbstractRepeatableAnnotationCondition.java 47 Potential violation of Law of Demeter (object not created locally)
320 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\AbstractRepeatableAnnotationCondition.java 50 Potential violation of Law of Demeter (method chain calls)
321 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\AbstractRepeatableAnnotationCondition.java 50 Potential violation of Law of Demeter (method chain calls)
322 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\AbstractRepeatableAnnotationCondition.java 50 Potential violation of Law of Demeter (method chain calls)
323 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\AbstractRepeatableAnnotationCondition.java 50 Potential violation of Law of Demeter (method chain calls)
324 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\AbstractRepeatableAnnotationCondition.java 50 Potential violation of Law of Demeter (method chain calls)
325 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\AbstractRepeatableAnnotationCondition.java 50 Potential violation of Law of Demeter (method chain calls)
326 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\AbstractRepeatableAnnotationCondition.java 50 Potential violation of Law of Demeter (method chain calls)
327 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\BooleanExecutionCondition.java 43 Potential violation of Law of Demeter (method chain calls)
328 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\BooleanExecutionCondition.java 43 Potential violation of Law of Demeter (method chain calls)
329 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\BooleanExecutionCondition.java 43 Potential violation of Law of Demeter (method chain calls)
330 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\DisabledForJreRangeCondition.java 39 Potential violation of Law of Demeter (object not created locally)
331 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\DisabledIfEnvironmentVariableCondition.java 44 Potential violation of Law of Demeter (method chain calls)
332 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\DisabledIfEnvironmentVariableCondition.java 55 Potential violation of Law of Demeter (object not created locally)
333 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\DisabledIfSystemPropertyCondition.java 43 Potential violation of Law of Demeter (method chain calls)
334 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\DisabledIfSystemPropertyCondition.java 54 Potential violation of Law of Demeter (object not created locally)
335 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\DisabledOnJreCondition.java 37 Potential violation of Law of Demeter (method chain calls)
336 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\DisabledOnJreCondition.java 37 Potential violation of Law of Demeter (method chain calls)
337 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\DisabledOnOsCondition.java 37 Potential violation of Law of Demeter (method chain calls)
338 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\DisabledOnOsCondition.java 37 Potential violation of Law of Demeter (method chain calls)
339 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\EnabledForJreRangeCondition.java 39 Potential violation of Law of Demeter (object not created locally)
340 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\EnabledIfEnvironmentVariableCondition.java 45 Potential violation of Law of Demeter (method chain calls)
341 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\EnabledIfEnvironmentVariableCondition.java 55 Potential violation of Law of Demeter (object not created locally)
342 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\EnabledIfSystemPropertyCondition.java 44 Potential violation of Law of Demeter (method chain calls)
343 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\EnabledIfSystemPropertyCondition.java 54 Potential violation of Law of Demeter (object not created locally)
344 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\EnabledOnJreCondition.java 40 Potential violation of Law of Demeter (method chain calls)
345 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\EnabledOnJreCondition.java 40 Potential violation of Law of Demeter (method chain calls)
346 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\EnabledOnOsCondition.java 38 Potential violation of Law of Demeter (method chain calls)
347 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\EnabledOnOsCondition.java 38 Potential violation of Law of Demeter (method chain calls)
348 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\JRE.java 47 The class 'JRE' has a Standard Cyclomatic Complexity of 4(Highest = 12).
349 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\JRE.java 121 The method 'determineCurrentVersion' has a Standard Cyclomatic Complexity of 12.
350 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\JRE.java 121 The method 'determineCurrentVersion()' has a cyclomatic complexity of 13.
351 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\JRE.java 130 Potential violation of Law of Demeter (object not created locally)
352 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\JRE.java 138 Potential violation of Law of Demeter (method chain calls)
353 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\JRE.java 140 Potential violation of Law of Demeter (method chain calls)
354 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\JRE.java 140 Potential violation of Law of Demeter (object not created locally)
355 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\JRE.java 163 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
356 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\JRE.java 190 Potential violation of Law of Demeter (method chain calls)
357 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 48 Potential violation of Law of Demeter (method chain calls)
358 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 49 Potential violation of Law of Demeter (method chain calls)
359 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 49 Potential violation of Law of Demeter (method chain calls)
360 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 49 Potential violation of Law of Demeter (method chain calls)
361 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 49 Potential violation of Law of Demeter (method chain calls)
362 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 49 Potential violation of Law of Demeter (method chain calls)
363 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 49 Potential violation of Law of Demeter (method chain calls)
364 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 49 Potential violation of Law of Demeter (object not created locally)
365 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 64 Potential violation of Law of Demeter (method chain calls)
366 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 70 Potential violation of Law of Demeter (method chain calls)
367 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 80 Potential violation of Law of Demeter (method chain calls)
368 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 92 Potential violation of Law of Demeter (method chain calls)
369 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 99 Potential violation of Law of Demeter (method chain calls)
370 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 99 Potential violation of Law of Demeter (method chain calls)
371 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 105 Potential violation of Law of Demeter (object not created locally)
372 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 114 Potential violation of Law of Demeter (method chain calls)
373 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 114 Potential violation of Law of Demeter (method chain calls)
374 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 114 Potential violation of Law of Demeter (method chain calls)
375 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\MethodBasedCondition.java 114 Potential violation of Law of Demeter (method chain calls)
376 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\OS.java 94 Potential violation of Law of Demeter (object not created locally)
377 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\OS.java 96 Potential violation of Law of Demeter (object not created locally)
378 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\OS.java 99 Potential violation of Law of Demeter (object not created locally)
379 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\OS.java 102 Potential violation of Law of Demeter (object not created locally)
380 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\OS.java 105 Potential violation of Law of Demeter (object not created locally)
381 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\OS.java 105 Potential violation of Law of Demeter (object not created locally)
382 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\condition\OS.java 108 Potential violation of Law of Demeter (object not created locally)
383 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\AfterAllCallback.java 68 A method/constructor should not explicitly throw java.lang.Exception
384 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\AfterEachCallback.java 71 A method/constructor should not explicitly throw java.lang.Exception
385 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\AfterTestExecutionCallback.java 73 A method/constructor should not explicitly throw java.lang.Exception
386 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\BeforeAllCallback.java 68 A method/constructor should not explicitly throw java.lang.Exception
387 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\BeforeEachCallback.java 71 A method/constructor should not explicitly throw java.lang.Exception
388 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\BeforeTestExecutionCallback.java 73 A method/constructor should not explicitly throw java.lang.Exception
389 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\ConditionEvaluationResult.java 27 A class which only has private constructors should be final
390 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\ExtensionContext.java 141 Potential violation of Law of Demeter (method chain calls)
391 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\ExtensionContext.java 141 Potential violation of Law of Demeter (method chain calls)
392 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\ExtensionContext.java 182 Potential violation of Law of Demeter (method chain calls)
393 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\ExtensionContext.java 182 Potential violation of Law of Demeter (method chain calls)
394 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\ExtensionContext.java 217 Potential violation of Law of Demeter (method chain calls)
395 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\ExtensionContext.java 217 Potential violation of Law of Demeter (method chain calls)
396 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\ExtensionContext.java 242 Potential violation of Law of Demeter (method chain calls)
397 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\ExtensionContext.java 242 Potential violation of Law of Demeter (method chain calls)
398 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\ExtensionContext.java 481 Potential violation of Law of Demeter (method chain calls)
399 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\ParameterContext.java 76 Potential violation of Law of Demeter (method chain calls)
400 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\TestInstancePostProcessor.java 55 A method/constructor should not explicitly throw java.lang.Exception
401 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\TestInstancePreDestroyCallback.java 57 A method/constructor should not explicitly throw java.lang.Exception
402 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolver.java 50 Potential violation of Law of Demeter (method chain calls)
403 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolver.java 60 Potential violation of Law of Demeter (method chain calls)
404 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolver.java 60 Potential violation of Law of Demeter (object not created locally)
405 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolver.java 73 Potential violation of Law of Demeter (method chain calls)
406 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\main\java\org\junit\jupiter\api\parallel\Resources.java 24 A class which only has private constructors should be final
407 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\testFixtures\java\org\junit\jupiter\api\fixtures\TrackLogRecords.java 63 Potential violation of Law of Demeter (method chain calls)
408 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\testFixtures\java\org\junit\jupiter\api\fixtures\TrackLogRecords.java 64 Potential violation of Law of Demeter (method chain calls)
409 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-api\src\testFixtures\java\org\junit\jupiter\api\fixtures\TrackLogRecords.java 74 Potential violation of Law of Demeter (method chain calls)
410 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\JupiterTestEngine.java 76 Potential violation of Law of Demeter (object not created locally)
411 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\JupiterTestEngine.java 99 Potential violation of Law of Demeter (object not created locally)
412 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\DefaultJupiterConfiguration.java 58 Potential violation of Law of Demeter (method chain calls)
413 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\DefaultJupiterConfiguration.java 63 Potential violation of Law of Demeter (method chain calls)
414 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\DefaultJupiterConfiguration.java 86 Potential violation of Law of Demeter (method chain calls)
415 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\DefaultJupiterConfiguration.java 87 Potential violation of Law of Demeter (method chain calls)
416 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\DefaultJupiterConfiguration.java 92 Potential violation of Law of Demeter (method chain calls)
417 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverter.java 32 Potential violation of Law of Demeter (method chain calls)
418 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverter.java 32 Potential violation of Law of Demeter (method chain calls)
419 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverter.java 32 Potential violation of Law of Demeter (method chain calls)
420 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverter.java 32 Potential violation of Law of Demeter (method chain calls)
421 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverter.java 32 Potential violation of Law of Demeter (method chain calls)
422 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverter.java 42 Potential violation of Law of Demeter (method chain calls)
423 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverter.java 42 Potential violation of Law of Demeter (method chain calls)
424 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverter.java 42 Potential violation of Law of Demeter (method chain calls)
425 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverter.java 42 Potential violation of Law of Demeter (method chain calls)
426 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverter.java 42 Potential violation of Law of Demeter (method chain calls)
427 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverter.java 42 Potential violation of Law of Demeter (method chain calls)
428 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverter.java 42 Potential violation of Law of Demeter (method chain calls)
429 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\EnumConfigurationParameterConverter.java 40 Potential violation of Law of Demeter (object not created locally)
430 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\EnumConfigurationParameterConverter.java 42 Potential violation of Law of Demeter (method chain calls)
431 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\EnumConfigurationParameterConverter.java 42 Potential violation of Law of Demeter (method chain calls)
432 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\config\EnumConfigurationParameterConverter.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
433 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\AbstractExtensionContext.java 78 Potential violation of Law of Demeter (method chain calls)
434 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\AbstractExtensionContext.java 78 Potential violation of Law of Demeter (method chain calls)
435 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\AbstractExtensionContext.java 83 Potential violation of Law of Demeter (method chain calls)
436 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\AbstractExtensionContext.java 93 Potential violation of Law of Demeter (method chain calls)
437 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 11 A high number of imports can indicate a high degree of coupling within an object.
438 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 79 Possible God Class (WMC=61, ATFD=96, TCC=1.815%)
439 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 79 This class has too many methods, consider refactoring it.
440 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 129 Potential violation of Law of Demeter (method chain calls)
441 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 143 Potential violation of Law of Demeter (method chain calls)
442 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 148 Potential violation of Law of Demeter (method chain calls)
443 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 162 Potential violation of Law of Demeter (method chain calls)
444 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 162 Potential violation of Law of Demeter (method chain calls)
445 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 163 Potential violation of Law of Demeter (method chain calls)
446 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 163 Potential violation of Law of Demeter (method chain calls)
447 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 166 Potential violation of Law of Demeter (method chain calls)
448 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 166 Potential violation of Law of Demeter (method chain calls)
449 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 166 Potential violation of Law of Demeter (method chain calls)
450 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 166 Potential violation of Law of Demeter (method chain calls)
451 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 166 Potential violation of Law of Demeter (method chain calls)
452 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 190 Potential violation of Law of Demeter (object not created locally)
453 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 200 Potential violation of Law of Demeter (object not created locally)
454 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 209 Potential violation of Law of Demeter (object not created locally)
455 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 219 Potential violation of Law of Demeter (method chain calls)
456 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 219 Potential violation of Law of Demeter (method chain calls)
457 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 228 Potential violation of Law of Demeter (object not created locally)
458 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 236 Potential violation of Law of Demeter (object not created locally)
459 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 240 Potential violation of Law of Demeter (object not created locally)
460 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 241 Potential violation of Law of Demeter (method chain calls)
461 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 241 Potential violation of Law of Demeter (method chain calls)
462 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 286 Potential violation of Law of Demeter (method chain calls)
463 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 290 Potential violation of Law of Demeter (method chain calls)
464 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 294 The method 'invokeTestInstanceFactory(Optional, ExtensionContext)' has a cyclomatic complexity of 11.
465 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 308 Potential violation of Law of Demeter (method chain calls)
466 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 308 Potential violation of Law of Demeter (method chain calls)
467 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 308 Potential violation of Law of Demeter (method chain calls)
468 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 308 Potential violation of Law of Demeter (method chain calls)
469 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 308 Potential violation of Law of Demeter (method chain calls)
470 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 319 Potential violation of Law of Demeter (object not created locally)
471 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 324 Potential violation of Law of Demeter (object not created locally)
472 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 325 Potential violation of Law of Demeter (method chain calls)
473 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 325 Potential violation of Law of Demeter (method chain calls)
474 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 328 Potential violation of Law of Demeter (method chain calls)
475 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 328 Potential violation of Law of Demeter (method chain calls)
476 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 328 Potential violation of Law of Demeter (method chain calls)
477 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 341 Potential violation of Law of Demeter (method chain calls)
478 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 342 Potential violation of Law of Demeter (method chain calls)
479 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 349 Potential violation of Law of Demeter (method chain calls)
480 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 379 Potential violation of Law of Demeter (method chain calls)
481 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 379 Potential violation of Law of Demeter (object not created locally)
482 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 408 Potential violation of Law of Demeter (method chain calls)
483 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 408 Potential violation of Law of Demeter (object not created locally)
484 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 433 Potential violation of Law of Demeter (method chain calls)
485 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 433 Potential violation of Law of Demeter (object not created locally)
486 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 441 Potential violation of Law of Demeter (method chain calls)
487 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 441 Potential violation of Law of Demeter (method chain calls)
488 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 446 Potential violation of Law of Demeter (method chain calls)
489 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 446 Potential violation of Law of Demeter (method chain calls)
490 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 451 Potential violation of Law of Demeter (method chain calls)
491 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 452 Potential violation of Law of Demeter (method chain calls)
492 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 457 Potential violation of Law of Demeter (method chain calls)
493 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 465 Potential violation of Law of Demeter (method chain calls)
494 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 487 Potential violation of Law of Demeter (method chain calls)
495 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassBasedTestDescriptor.java 487 Potential violation of Law of Demeter (object not created locally)
496 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassExtensionContext.java 59 Potential violation of Law of Demeter (method chain calls)
497 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassExtensionContext.java 59 Potential violation of Law of Demeter (method chain calls)
498 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassExtensionContext.java 64 Potential violation of Law of Demeter (method chain calls)
499 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassExtensionContext.java 64 Potential violation of Law of Demeter (method chain calls)
500 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassExtensionContext.java 69 Potential violation of Law of Demeter (method chain calls)
501 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassExtensionContext.java 74 Potential violation of Law of Demeter (method chain calls)
502 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassExtensionContext.java 74 Potential violation of Law of Demeter (method chain calls)
503 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassExtensionContext.java 93 Potential violation of Law of Demeter (method chain calls)
504 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassExtensionContext.java 93 Potential violation of Law of Demeter (method chain calls)
505 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ClassTestDescriptor.java 71 Potential violation of Law of Demeter (method chain calls)
506 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DisplayNameUtils.java 42 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
507 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DisplayNameUtils.java 69 Potential violation of Law of Demeter (object not created locally)
508 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DisplayNameUtils.java 70 Potential violation of Law of Demeter (method chain calls)
509 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DisplayNameUtils.java 70 Potential violation of Law of Demeter (method chain calls)
510 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DisplayNameUtils.java 105 Potential violation of Law of Demeter (method chain calls)
511 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DisplayNameUtils.java 105 Potential violation of Law of Demeter (method chain calls)
512 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DisplayNameUtils.java 105 Potential violation of Law of Demeter (method chain calls)
513 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DisplayNameUtils.java 105 Potential violation of Law of Demeter (method chain calls)
514 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DisplayNameUtils.java 105 Potential violation of Law of Demeter (method chain calls)
515 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DisplayNameUtils.java 134 Potential violation of Law of Demeter (object not created locally)
516 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DynamicContainerTestDescriptor.java 61 Potential violation of Law of Demeter (method chain calls)
517 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DynamicContainerTestDescriptor.java 61 Potential violation of Law of Demeter (method chain calls)
518 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DynamicContainerTestDescriptor.java 61 Potential violation of Law of Demeter (method chain calls)
519 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DynamicContainerTestDescriptor.java 61 Potential violation of Law of Demeter (method chain calls)
520 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DynamicContainerTestDescriptor.java 61 Potential violation of Law of Demeter (method chain calls)
521 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DynamicContainerTestDescriptor.java 61 Potential violation of Law of Demeter (method chain calls)
522 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DynamicContainerTestDescriptor.java 61 Potential violation of Law of Demeter (method chain calls)
523 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DynamicDescendantFilter.java 49 Potential violation of Law of Demeter (method chain calls)
524 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DynamicNodeTestDescriptor.java 38 Potential violation of Law of Demeter (method chain calls)
525 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DynamicNodeTestDescriptor.java 38 Potential violation of Law of Demeter (method chain calls)
526 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DynamicNodeTestDescriptor.java 38 Potential violation of Law of Demeter (method chain calls)
527 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DynamicNodeTestDescriptor.java 38 Potential violation of Law of Demeter (method chain calls)
528 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DynamicNodeTestDescriptor.java 50 Potential violation of Law of Demeter (method chain calls)
529 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\DynamicNodeTestDescriptor.java 50 Potential violation of Law of Demeter (method chain calls)
530 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ExtensionUtils.java 71 Potential violation of Law of Demeter (method chain calls)
531 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ExtensionUtils.java 71 Potential violation of Law of Demeter (method chain calls)
532 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ExtensionUtils.java 71 Potential violation of Law of Demeter (method chain calls)
533 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ExtensionUtils.java 71 Potential violation of Law of Demeter (method chain calls)
534 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ExtensionUtils.java 71 Potential violation of Law of Demeter (method chain calls)
535 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ExtensionUtils.java 71 Potential violation of Law of Demeter (method chain calls)
536 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ExtensionUtils.java 128 Potential violation of Law of Demeter (method chain calls)
537 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ExtensionUtils.java 128 Potential violation of Law of Demeter (method chain calls)
538 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\ExtensionUtils.java 128 Potential violation of Law of Demeter (method chain calls)
539 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterEngineDescriptor.java 58 Potential violation of Law of Demeter (method chain calls)
540 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterEngineDescriptor.java 58 Potential violation of Law of Demeter (method chain calls)
541 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterEngineDescriptor.java 58 Potential violation of Law of Demeter (method chain calls)
542 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 11 A high number of imports can indicate a high degree of coupling within an object.
543 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 82 Potential violation of Law of Demeter (method chain calls)
544 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 82 Potential violation of Law of Demeter (method chain calls)
545 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 82 Potential violation of Law of Demeter (method chain calls)
546 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 82 Potential violation of Law of Demeter (method chain calls)
547 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 82 Potential violation of Law of Demeter (method chain calls)
548 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 82 Potential violation of Law of Demeter (method chain calls)
549 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 82 Potential violation of Law of Demeter (method chain calls)
550 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 82 Potential violation of Law of Demeter (method chain calls)
551 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 82 Potential violation of Law of Demeter (method chain calls)
552 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 99 Potential violation of Law of Demeter (method chain calls)
553 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 99 Potential violation of Law of Demeter (method chain calls)
554 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 99 Potential violation of Law of Demeter (method chain calls)
555 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 136 Potential violation of Law of Demeter (object not created locally)
556 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 140 Potential violation of Law of Demeter (object not created locally)
557 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 140 Potential violation of Law of Demeter (object not created locally)
558 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 142 Potential violation of Law of Demeter (object not created locally)
559 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 146 Potential violation of Law of Demeter (object not created locally)
560 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 150 Potential violation of Law of Demeter (object not created locally)
561 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 165 Potential violation of Law of Demeter (method chain calls)
562 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 165 Potential violation of Law of Demeter (method chain calls)
563 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 165 Potential violation of Law of Demeter (method chain calls)
564 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 165 Potential violation of Law of Demeter (method chain calls)
565 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 183 Potential violation of Law of Demeter (method chain calls)
566 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 183 Potential violation of Law of Demeter (method chain calls)
567 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 183 Potential violation of Law of Demeter (method chain calls)
568 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 201 Potential violation of Law of Demeter (method chain calls)
569 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 209 Potential violation of Law of Demeter (method chain calls)
570 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptor.java 209 Potential violation of Law of Demeter (method chain calls)
571 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\LifecycleMethodUtils.java 89 Potential violation of Law of Demeter (object not created locally)
572 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\LifecycleMethodUtils.java 96 Potential violation of Law of Demeter (object not created locally)
573 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodBasedTestDescriptor.java 67 Potential violation of Law of Demeter (method chain calls)
574 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodBasedTestDescriptor.java 91 Potential violation of Law of Demeter (method chain calls)
575 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodBasedTestDescriptor.java 92 Potential violation of Law of Demeter (method chain calls)
576 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodExtensionContext.java 44 Potential violation of Law of Demeter (method chain calls)
577 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodExtensionContext.java 44 Potential violation of Law of Demeter (method chain calls)
578 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodExtensionContext.java 49 Potential violation of Law of Demeter (method chain calls)
579 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodExtensionContext.java 49 Potential violation of Law of Demeter (method chain calls)
580 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodExtensionContext.java 54 Potential violation of Law of Demeter (method chain calls)
581 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodExtensionContext.java 54 Potential violation of Law of Demeter (method chain calls)
582 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodExtensionContext.java 59 Potential violation of Law of Demeter (method chain calls)
583 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodExtensionContext.java 59 Potential violation of Law of Demeter (method chain calls)
584 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodExtensionContext.java 64 Potential violation of Law of Demeter (method chain calls)
585 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodExtensionContext.java 73 Potential violation of Law of Demeter (method chain calls)
586 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodExtensionContext.java 73 Potential violation of Law of Demeter (method chain calls)
587 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodExtensionContext.java 78 Potential violation of Law of Demeter (method chain calls)
588 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodExtensionContext.java 78 Potential violation of Law of Demeter (method chain calls)
589 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodSourceSupport.java 28 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
590 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodSourceSupport.java 65 Potential violation of Law of Demeter (method chain calls)
591 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodSourceSupport.java 65 Potential violation of Law of Demeter (method chain calls)
592 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\MethodSourceSupport.java 65 Potential violation of Law of Demeter (method chain calls)
593 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\NestedClassTestDescriptor.java 60 Potential violation of Law of Demeter (method chain calls)
594 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\NestedClassTestDescriptor.java 66 Potential violation of Law of Demeter (method chain calls)
595 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\NestedClassTestDescriptor.java 69 Potential violation of Law of Demeter (object not created locally)
596 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\NestedClassTestDescriptor.java 70 Potential violation of Law of Demeter (object not created locally)
597 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\NestedClassTestDescriptor.java 85 Potential violation of Law of Demeter (method chain calls)
598 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptor.java 93 Potential violation of Law of Demeter (method chain calls)
599 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptor.java 130 Potential violation of Law of Demeter (method chain calls)
600 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptor.java 130 Potential violation of Law of Demeter (method chain calls)
601 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptor.java 132 Potential violation of Law of Demeter (method chain calls)
602 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptor.java 132 Potential violation of Law of Demeter (method chain calls)
603 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptor.java 142 Potential violation of Law of Demeter (method chain calls)
604 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptor.java 142 Potential violation of Law of Demeter (method chain calls)
605 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptor.java 147 Potential violation of Law of Demeter (method chain calls)
606 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptor.java 152 Potential violation of Law of Demeter (method chain calls)
607 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtils.java 40 Potential violation of Law of Demeter (method chain calls)
608 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtils.java 40 Potential violation of Law of Demeter (method chain calls)
609 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtils.java 40 Potential violation of Law of Demeter (method chain calls)
610 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtils.java 40 Potential violation of Law of Demeter (method chain calls)
611 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 11 A high number of imports can indicate a high degree of coupling within an object.
612 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 72 This class has too many methods, consider refactoring it.
613 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 107 Potential violation of Law of Demeter (object not created locally)
614 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 114 Potential violation of Law of Demeter (method chain calls)
615 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 114 Potential violation of Law of Demeter (method chain calls)
616 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 114 Potential violation of Law of Demeter (method chain calls)
617 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 114 Potential violation of Law of Demeter (method chain calls)
618 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 133 Potential violation of Law of Demeter (object not created locally)
619 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 137 Deeply nested if..then statements are hard to read
620 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 152 Potential violation of Law of Demeter (method chain calls)
621 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 152 Potential violation of Law of Demeter (method chain calls)
622 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 156 Potential violation of Law of Demeter (method chain calls)
623 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 160 Potential violation of Law of Demeter (method chain calls)
624 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 160 Potential violation of Law of Demeter (method chain calls)
625 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 213 Potential violation of Law of Demeter (object not created locally)
626 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 264 Potential violation of Law of Demeter (method chain calls)
627 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 275 Potential violation of Law of Demeter (method chain calls)
628 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 275 Potential violation of Law of Demeter (object not created locally)
629 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 336 Potential violation of Law of Demeter (object not created locally)
630 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 337 Potential violation of Law of Demeter (object not created locally)
631 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestMethodTestDescriptor.java 339 Potential violation of Law of Demeter (object not created locally)
632 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateExtensionContext.java 40 Potential violation of Law of Demeter (method chain calls)
633 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateExtensionContext.java 40 Potential violation of Law of Demeter (method chain calls)
634 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateExtensionContext.java 45 Potential violation of Law of Demeter (method chain calls)
635 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateExtensionContext.java 45 Potential violation of Law of Demeter (method chain calls)
636 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateExtensionContext.java 50 Potential violation of Law of Demeter (method chain calls)
637 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateExtensionContext.java 50 Potential violation of Law of Demeter (method chain calls)
638 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateExtensionContext.java 55 Potential violation of Law of Demeter (method chain calls)
639 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateExtensionContext.java 55 Potential violation of Law of Demeter (method chain calls)
640 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateExtensionContext.java 60 Potential violation of Law of Demeter (method chain calls)
641 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateExtensionContext.java 65 Potential violation of Law of Demeter (method chain calls)
642 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateExtensionContext.java 65 Potential violation of Law of Demeter (method chain calls)
643 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateInvocationTestDescriptor.java 68 Potential violation of Law of Demeter (method chain calls)
644 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptor.java 80 Potential violation of Law of Demeter (method chain calls)
645 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptor.java 80 Potential violation of Law of Demeter (method chain calls)
646 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptor.java 86 Potential violation of Law of Demeter (method chain calls)
647 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptor.java 86 Potential violation of Law of Demeter (method chain calls)
648 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptor.java 86 Potential violation of Law of Demeter (method chain calls)
649 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptor.java 102 Potential violation of Law of Demeter (method chain calls)
650 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptor.java 102 Potential violation of Law of Demeter (method chain calls)
651 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptor.java 102 Potential violation of Law of Demeter (method chain calls)
652 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptor.java 102 Potential violation of Law of Demeter (method chain calls)
653 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptor.java 102 Potential violation of Law of Demeter (method chain calls)
654 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptor.java 102 Potential violation of Law of Demeter (method chain calls)
655 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptor.java 102 Potential violation of Law of Demeter (method chain calls)
656 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptor.java 102 Potential violation of Law of Demeter (object not created locally)
657 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptor.java 117 Potential violation of Law of Demeter (method chain calls)
658 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptor.java 117 Potential violation of Law of Demeter (method chain calls)
659 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptor.java 129 Potential violation of Law of Demeter (method chain calls)
660 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptor.java 130 Potential violation of Law of Demeter (method chain calls)
661 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\ClassSelectorResolver.java 11 A high number of imports can indicate a high degree of coupling within an object.
662 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\ClassSelectorResolver.java 93 Potential violation of Law of Demeter (object not created locally)
663 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\ClassSelectorResolver.java 94 Potential violation of Law of Demeter (object not created locally)
664 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\ClassSelectorResolver.java 94 Potential violation of Law of Demeter (static property access)
665 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\ClassSelectorResolver.java 96 Potential violation of Law of Demeter (method chain calls)
666 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\ClassSelectorResolver.java 96 Potential violation of Law of Demeter (method chain calls)
667 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\ClassSelectorResolver.java 96 Potential violation of Law of Demeter (method chain calls)
668 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\ClassSelectorResolver.java 96 Potential violation of Law of Demeter (method chain calls)
669 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\ClassSelectorResolver.java 101 Potential violation of Law of Demeter (object not created locally)
670 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\ClassSelectorResolver.java 101 Potential violation of Law of Demeter (static property access)
671 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\ClassSelectorResolver.java 119 Potential violation of Law of Demeter (method chain calls)
672 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\ClassSelectorResolver.java 125 Potential violation of Law of Demeter (method chain calls)
673 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\ClassSelectorResolver.java 130 Potential violation of Law of Demeter (method chain calls)
674 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\DefaultMethodDescriptor.java 72 Potential violation of Law of Demeter (method chain calls)
675 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodFinder.java 32 Potential violation of Law of Demeter (object not created locally)
676 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodFinder.java 35 Potential violation of Law of Demeter (object not created locally)
677 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodFinder.java 36 Potential violation of Law of Demeter (object not created locally)
678 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodOrderingVisitor.java 52 Potential violation of Law of Demeter (object not created locally)
679 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodOrderingVisitor.java 65 Potential violation of Law of Demeter (method chain calls)
680 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodOrderingVisitor.java 65 Potential violation of Law of Demeter (method chain calls)
681 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodOrderingVisitor.java 65 Potential violation of Law of Demeter (method chain calls)
682 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodOrderingVisitor.java 65 Potential violation of Law of Demeter (method chain calls)
683 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodOrderingVisitor.java 65 Potential violation of Law of Demeter (method chain calls)
684 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 11 A high number of imports can indicate a high degree of coupling within an object.
685 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 73 Potential violation of Law of Demeter (method chain calls)
686 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 78 Potential violation of Law of Demeter (method chain calls)
687 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 88 Potential violation of Law of Demeter (method chain calls)
688 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 88 Potential violation of Law of Demeter (method chain calls)
689 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 88 Potential violation of Law of Demeter (method chain calls)
690 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 88 Potential violation of Law of Demeter (method chain calls)
691 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 88 Potential violation of Law of Demeter (method chain calls)
692 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 88 Potential violation of Law of Demeter (method chain calls)
693 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 88 Potential violation of Law of Demeter (method chain calls)
694 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 95 Potential violation of Law of Demeter (object not created locally)
695 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 105 Potential violation of Law of Demeter (object not created locally)
696 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 112 Potential violation of Law of Demeter (method chain calls)
697 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 112 Potential violation of Law of Demeter (method chain calls)
698 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 112 Potential violation of Law of Demeter (method chain calls)
699 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 112 Potential violation of Law of Demeter (method chain calls)
700 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 112 Potential violation of Law of Demeter (method chain calls)
701 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 112 Potential violation of Law of Demeter (method chain calls)
702 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 112 Potential violation of Law of Demeter (method chain calls)
703 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 112 Potential violation of Law of Demeter (method chain calls)
704 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 202 Potential violation of Law of Demeter (object not created locally)
705 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 213 Potential violation of Law of Demeter (object not created locally)
706 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\MethodSelectorResolver.java 222 Potential violation of Law of Demeter (method chain calls)
707 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\predicates\IsInnerClass.java 35 Avoid unnecessary if..then..else statements when returning booleans
708 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\predicates\IsTestClassWithTests.java 54 Potential violation of Law of Demeter (method chain calls)
709 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\discovery\predicates\IsTestableMethod.java 52 Potential violation of Law of Demeter (method chain calls)
710 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ConditionEvaluator.java 53 Potential violation of Law of Demeter (method chain calls)
711 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ConditionEvaluator.java 53 Potential violation of Law of Demeter (method chain calls)
712 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ConditionEvaluator.java 53 Potential violation of Law of Demeter (method chain calls)
713 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ConditionEvaluator.java 53 Potential violation of Law of Demeter (method chain calls)
714 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ConditionEvaluator.java 53 Potential violation of Law of Demeter (method chain calls)
715 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ConditionEvaluator.java 53 Potential violation of Law of Demeter (method chain calls)
716 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ConditionEvaluator.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
717 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\DefaultParameterContext.java 107 Potential violation of Law of Demeter (object not created locally)
718 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\DefaultParameterContext.java 108 Potential violation of Law of Demeter (method chain calls)
719 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\DefaultParameterContext.java 108 Potential violation of Law of Demeter (object not created locally)
720 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\DefaultParameterContext.java 108 Potential violation of Law of Demeter (object not created locally)
721 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\DefaultParameterContext.java 110 Potential violation of Law of Demeter (method chain calls)
722 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\DefaultParameterContext.java 113 Potential violation of Law of Demeter (method chain calls)
723 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\DefaultParameterContext.java 113 Potential violation of Law of Demeter (method chain calls)
724 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\DefaultTestInstances.java 26 A class which only has private constructors should be final
725 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExecutableInvoker.java 188 The method 'resolveParameter(ParameterContext, Executable, ExtensionContext, ExtensionRegistry)' has a cyclomatic complexity of 10.
726 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExecutableInvoker.java 193 Potential violation of Law of Demeter (method chain calls)
727 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExecutableInvoker.java 193 Potential violation of Law of Demeter (method chain calls)
728 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExecutableInvoker.java 198 Potential violation of Law of Demeter (object not created locally)
729 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExecutableInvoker.java 204 Potential violation of Law of Demeter (object not created locally)
730 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExecutableInvoker.java 206 Potential violation of Law of Demeter (method chain calls)
731 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExecutableInvoker.java 206 Potential violation of Law of Demeter (method chain calls)
732 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExecutableInvoker.java 206 Potential violation of Law of Demeter (method chain calls)
733 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExecutableInvoker.java 206 Potential violation of Law of Demeter (object not created locally)
734 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExecutableInvoker.java 215 Potential violation of Law of Demeter (object not created locally)
735 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExecutableInvoker.java 216 Potential violation of Law of Demeter (object not created locally)
736 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExecutableInvoker.java 226 A catch statement that catches an exception only to rethrow it should be avoided.
737 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExecutableInvoker.java 252 Potential violation of Law of Demeter (method chain calls)
738 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExecutableInvoker.java 255 Potential violation of Law of Demeter (method chain calls)
739 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExecutableInvoker.java 259 Potential violation of Law of Demeter (method chain calls)
740 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExecutableInvoker.java 259 Potential violation of Law of Demeter (method chain calls)
741 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExecutableInvoker.java 262 Potential violation of Law of Demeter (method chain calls)
742 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExecutableInvoker.java 262 Potential violation of Law of Demeter (method chain calls)
743 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExtensionValuesStore.java 61 Potential violation of Law of Demeter (method chain calls)
744 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExtensionValuesStore.java 64 Potential violation of Law of Demeter (object not created locally)
745 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExtensionValuesStore.java 82 Potential violation of Law of Demeter (method chain calls)
746 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExtensionValuesStore.java 84 Potential violation of Law of Demeter (object not created locally)
747 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\ExtensionValuesStore.java 126 Potential violation of Law of Demeter (method chain calls)
748 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\InvocationInterceptorChain.java 34 Potential violation of Law of Demeter (object not created locally)
749 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\InvocationInterceptorChain.java 154 Potential violation of Law of Demeter (method chain calls)
750 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\InvocationInterceptorChain.java 154 Potential violation of Law of Demeter (method chain calls)
751 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\InvocationInterceptorChain.java 154 Potential violation of Law of Demeter (method chain calls)
752 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\InvocationInterceptorChain.java 154 Potential violation of Law of Demeter (method chain calls)
753 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\InvocationInterceptorChain.java 154 Potential violation of Law of Demeter (method chain calls)
754 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContext.java 49 A method/constructor should not explicitly throw java.lang.Exception
755 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContext.java 53 Potential violation of Law of Demeter (method chain calls)
756 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContext.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
757 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContext.java 159 Potential violation of Law of Demeter (method chain calls)
758 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContext.java 164 Potential violation of Law of Demeter (method chain calls)
759 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContext.java 169 Potential violation of Law of Demeter (method chain calls)
760 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContext.java 174 Potential violation of Law of Demeter (method chain calls)
761 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\MethodInvocation.java 38 Potential violation of Law of Demeter (method chain calls)
762 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\MethodInvocation.java 38 Potential violation of Law of Demeter (method chain calls)
763 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\MethodInvocation.java 38 Potential violation of Law of Demeter (method chain calls)
764 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\execution\MethodInvocation.java 38 Potential violation of Law of Demeter (method chain calls)
765 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\DisabledCondition.java 44 Potential violation of Law of Demeter (object not created locally)
766 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\DisabledCondition.java 45 Potential violation of Law of Demeter (method chain calls)
767 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\DisabledCondition.java 45 Potential violation of Law of Demeter (method chain calls)
768 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\DisabledCondition.java 45 Potential violation of Law of Demeter (method chain calls)
769 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\DisabledCondition.java 45 Potential violation of Law of Demeter (method chain calls)
770 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\ExtensionRegistry.java 53 Potential violation of Law of Demeter (method chain calls)
771 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\ExtensionRegistry.java 53 Potential violation of Law of Demeter (method chain calls)
772 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\ExtensionRegistry.java 53 Potential violation of Law of Demeter (method chain calls)
773 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\MutableExtensionRegistry.java 46 A class which only has private constructors should be final
774 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\MutableExtensionRegistry.java 80 Potential violation of Law of Demeter (method chain calls)
775 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\MutableExtensionRegistry.java 99 Potential violation of Law of Demeter (method chain calls)
776 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\MutableExtensionRegistry.java 99 Potential violation of Law of Demeter (object not created locally)
777 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\MutableExtensionRegistry.java 117 Potential violation of Law of Demeter (method chain calls)
778 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\MutableExtensionRegistry.java 136 Potential violation of Law of Demeter (method chain calls)
779 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\MutableExtensionRegistry.java 136 Potential violation of Law of Demeter (method chain calls)
780 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\RepeatedTestExtension.java 43 Potential violation of Law of Demeter (method chain calls)
781 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\RepeatedTestExtension.java 48 Potential violation of Law of Demeter (method chain calls)
782 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\RepeatedTestExtension.java 63 Potential violation of Law of Demeter (method chain calls)
783 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\RepeatedTestExtension.java 63 Potential violation of Law of Demeter (method chain calls)
784 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\RepetitionInfoParameterResolver.java 37 Potential violation of Law of Demeter (method chain calls)
785 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\RepetitionInfoParameterResolver.java 37 Potential violation of Law of Demeter (method chain calls)
786 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 11 A high number of imports can indicate a high degree of coupling within an object.
787 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 84 Potential violation of Law of Demeter (method chain calls)
788 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 84 Potential violation of Law of Demeter (method chain calls)
789 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 89 Potential violation of Law of Demeter (method chain calls)
790 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 93 Potential violation of Law of Demeter (method chain calls)
791 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 99 Potential violation of Law of Demeter (method chain calls)
792 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 137 Potential violation of Law of Demeter (method chain calls)
793 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 145 Potential violation of Law of Demeter (method chain calls)
794 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 145 Potential violation of Law of Demeter (method chain calls)
795 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 150 Potential violation of Law of Demeter (method chain calls)
796 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 150 Potential violation of Law of Demeter (method chain calls)
797 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 154 Potential violation of Law of Demeter (object not created locally)
798 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
799 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 166 The class 'CloseablePath' has a Modified Cyclomatic Complexity of 4 (Highest = 15).
800 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 166 The class 'CloseablePath' has a Standard Cyclomatic Complexity of 4 (Highest = 15).
801 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 181 Potential violation of Law of Demeter (object not created locally)
802 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 186 The method 'deleteAllFilesAndDirectories' has a Modified Cyclomatic Complexity of 15.
803 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 186 The method 'deleteAllFilesAndDirectories' has a Standard Cyclomatic Complexity of 15.
804 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 226 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
805 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 256 Potential violation of Law of Demeter (method chain calls)
806 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 256 Potential violation of Law of Demeter (method chain calls)
807 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 256 Potential violation of Law of Demeter (method chain calls)
808 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 256 Potential violation of Law of Demeter (method chain calls)
809 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 256 Potential violation of Law of Demeter (method chain calls)
810 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 256 Potential violation of Law of Demeter (method chain calls)
811 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 256 Potential violation of Law of Demeter (method chain calls)
812 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 256 Potential violation of Law of Demeter (method chain calls)
813 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 265 Potential violation of Law of Demeter (method chain calls)
814 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 265 Potential violation of Law of Demeter (method chain calls)
815 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TempDirectory.java 271 Potential violation of Law of Demeter (method chain calls)
816 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TestInfoParameterResolver.java 33 Potential violation of Law of Demeter (method chain calls)
817 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TestInfoParameterResolver.java 33 Potential violation of Law of Demeter (method chain calls)
818 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TestInfoParameterResolver.java 41 The class 'DefaultTestInfo' is suspected to be a Data Class (WOC=20.000%, NOPA=0, NOAM=4, WMC=8)
819 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TestInfoParameterResolver.java 81 Potential violation of Law of Demeter (method chain calls)
820 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TestInfoParameterResolver.java 82 Potential violation of Law of Demeter (method chain calls)
821 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TestReporterParameterResolver.java 27 Potential violation of Law of Demeter (method chain calls)
822 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TestReporterParameterResolver.java 27 Potential violation of Law of Demeter (method chain calls)
823 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutConfiguration.java 49 Potential violation of Law of Demeter (method chain calls)
824 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutConfiguration.java 53 Potential violation of Law of Demeter (method chain calls)
825 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutConfiguration.java 58 Potential violation of Law of Demeter (method chain calls)
826 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutConfiguration.java 62 Potential violation of Law of Demeter (method chain calls)
827 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutConfiguration.java 66 Potential violation of Law of Demeter (method chain calls)
828 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutConfiguration.java 70 Potential violation of Law of Demeter (method chain calls)
829 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutConfiguration.java 74 Potential violation of Law of Demeter (method chain calls)
830 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutConfiguration.java 78 Potential violation of Law of Demeter (method chain calls)
831 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutConfiguration.java 82 Potential violation of Law of Demeter (method chain calls)
832 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutConfiguration.java 92 Potential violation of Law of Demeter (object not created locally)
833 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutConfiguration.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
834 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutDuration.java 64 Potential violation of Law of Demeter (method chain calls)
835 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutDuration.java 65 Potential violation of Law of Demeter (object not created locally)
836 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutDurationParser.java 53 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
837 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutDurationParser.java 55 Potential violation of Law of Demeter (object not created locally)
838 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutDurationParser.java 59 Potential violation of Law of Demeter (object not created locally)
839 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 40 This class has too many methods, consider refactoring it.
840 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 60 Potential violation of Law of Demeter (method chain calls)
841 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 68 Potential violation of Law of Demeter (method chain calls)
842 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 76 Potential violation of Law of Demeter (method chain calls)
843 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 84 Potential violation of Law of Demeter (method chain calls)
844 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 92 Potential violation of Law of Demeter (method chain calls)
845 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 100 Potential violation of Law of Demeter (method chain calls)
846 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 108 Potential violation of Law of Demeter (method chain calls)
847 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 116 Potential violation of Law of Demeter (method chain calls)
848 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 124 Potential violation of Law of Demeter (method chain calls)
849 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 131 Potential violation of Law of Demeter (method chain calls)
850 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 131 Potential violation of Law of Demeter (method chain calls)
851 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 138 Potential violation of Law of Demeter (method chain calls)
852 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 149 Potential violation of Law of Demeter (method chain calls)
853 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 155 Potential violation of Law of Demeter (method chain calls)
854 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 160 Potential violation of Law of Demeter (method chain calls)
855 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 160 Potential violation of Law of Demeter (object not created locally)
856 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 177 Potential violation of Law of Demeter (method chain calls)
857 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 177 Potential violation of Law of Demeter (object not created locally)
858 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 177 Potential violation of Law of Demeter (object not created locally)
859 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 184 Potential violation of Law of Demeter (method chain calls)
860 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 184 Potential violation of Law of Demeter (method chain calls)
861 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 184 Potential violation of Law of Demeter (method chain calls)
862 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 192 Potential violation of Law of Demeter (method chain calls)
863 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 192 Potential violation of Law of Demeter (method chain calls)
864 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\extension\TimeoutExtension.java 192 Potential violation of Law of Demeter (object not created locally)
865 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\support\JupiterThrowableCollectorFactory.java 26 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
866 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\support\OpenTest4JAndJUnit4AwareThrowableCollector.java 52 Potential violation of Law of Demeter (method chain calls)
867 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\main\java\org\junit\jupiter\engine\support\OpenTest4JAndJUnit4AwareThrowableCollector.java 54 Potential violation of Law of Demeter (method chain calls)
868 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertAllAssertionsTests.java 38 This class has too many methods, consider refactoring it.
869 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertAllAssertionsTests.java 182 Potential violation of Law of Demeter (object not created locally)
870 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertAllAssertionsTests.java 188 Avoid throwing raw exception types.
871 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertAllAssertionsTests.java 193 Potential violation of Law of Demeter (method chain calls)
872 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertAllAssertionsTests.java 193 Potential violation of Law of Demeter (method chain calls)
873 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertAllAssertionsTests.java 193 Potential violation of Law of Demeter (object not created locally)
874 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertAllAssertionsTests.java 207 Potential violation of Law of Demeter (object not created locally)
875 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertAllAssertionsTests.java 215 Potential violation of Law of Demeter (method chain calls)
876 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertAllAssertionsTests.java 215 Potential violation of Law of Demeter (method chain calls)
877 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertAllAssertionsTests.java 215 Potential violation of Law of Demeter (method chain calls)
878 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertAllAssertionsTests.java 216 Potential violation of Law of Demeter (method chain calls)
879 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertAllAssertionsTests.java 216 Potential violation of Law of Demeter (method chain calls)
880 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertAllAssertionsTests.java 216 Potential violation of Law of Demeter (method chain calls)
881 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertAllAssertionsTests.java 216 Potential violation of Law of Demeter (method chain calls)
882 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertAllAssertionsTests.java 216 Potential violation of Law of Demeter (method chain calls)
883 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertArrayEqualsAssertionsTests.java 26 Avoid really long classes.
884 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertArrayEqualsAssertionsTests.java 26 Possible God Class (WMC=283, ATFD=236, TCC=0.000%)
885 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertArrayEqualsAssertionsTests.java 26 The class 'AssertArrayEqualsAssertionsTests' has a total cyclomatic complexity of 283 (highest 5).
886 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertArrayEqualsAssertionsTests.java 26 This class has too many methods, consider refactoring it.
887 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 30 This class has too many methods, consider refactoring it.
888 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 53 Potential violation of Law of Demeter (method chain calls)
889 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 56 Potential violation of Law of Demeter (method chain calls)
890 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 73 Potential violation of Law of Demeter (method chain calls)
891 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 76 Potential violation of Law of Demeter (method chain calls)
892 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 77 Potential violation of Law of Demeter (method chain calls)
893 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 106 Potential violation of Law of Demeter (method chain calls)
894 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 106 Potential violation of Law of Demeter (method chain calls)
895 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 120 Potential violation of Law of Demeter (method chain calls)
896 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 120 Potential violation of Law of Demeter (method chain calls)
897 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 133 Potential violation of Law of Demeter (method chain calls)
898 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 133 Potential violation of Law of Demeter (method chain calls)
899 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 147 Potential violation of Law of Demeter (method chain calls)
900 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 148 Potential violation of Law of Demeter (method chain calls)
901 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 155 Potential violation of Law of Demeter (method chain calls)
902 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 159 Potential violation of Law of Demeter (method chain calls)
903 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 159 Potential violation of Law of Demeter (method chain calls)
904 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 172 Potential violation of Law of Demeter (method chain calls)
905 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 173 Potential violation of Law of Demeter (method chain calls)
906 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 187 Potential violation of Law of Demeter (method chain calls)
907 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 188 Potential violation of Law of Demeter (method chain calls)
908 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 201 Potential violation of Law of Demeter (method chain calls)
909 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 202 Potential violation of Law of Demeter (method chain calls)
910 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 216 Potential violation of Law of Demeter (method chain calls)
911 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 217 Potential violation of Law of Demeter (method chain calls)
912 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 247 Potential violation of Law of Demeter (method chain calls)
913 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 247 Potential violation of Law of Demeter (method chain calls)
914 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 260 Potential violation of Law of Demeter (method chain calls)
915 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 260 Potential violation of Law of Demeter (method chain calls)
916 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 273 Potential violation of Law of Demeter (method chain calls)
917 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 273 Potential violation of Law of Demeter (method chain calls)
918 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 286 Potential violation of Law of Demeter (method chain calls)
919 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 287 Potential violation of Law of Demeter (method chain calls)
920 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 300 Potential violation of Law of Demeter (method chain calls)
921 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertDoesNotThrowAssertionsTests.java 301 Potential violation of Law of Demeter (method chain calls)
922 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertEqualsAssertionsTests.java 29 Possible God Class (WMC=73, ATFD=95, TCC=0.000%)
923 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertEqualsAssertionsTests.java 29 This class has too many methods, consider refactoring it.
924 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertEqualsAssertionsTests.java 591 Potential violation of Law of Demeter (method chain calls)
925 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertEqualsAssertionsTests.java 591 Potential violation of Law of Demeter (method chain calls)
926 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertIterableEqualsAssertionsTests.java 35 Possible God Class (WMC=59, ATFD=23, TCC=0.000%)
927 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertIterableEqualsAssertionsTests.java 35 This class has too many methods, consider refactoring it.
928 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 42 This class has too many methods, consider refactoring it.
929 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 111 Potential violation of Law of Demeter (object not created locally)
930 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 113 Potential violation of Law of Demeter (object not created locally)
931 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 130 Potential violation of Law of Demeter (method chain calls)
932 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 130 Potential violation of Law of Demeter (method chain calls)
933 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 130 Potential violation of Law of Demeter (method chain calls)
934 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 130 Potential violation of Law of Demeter (object not created locally)
935 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 148 Potential violation of Law of Demeter (method chain calls)
936 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 148 Potential violation of Law of Demeter (method chain calls)
937 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 148 Potential violation of Law of Demeter (method chain calls)
938 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 148 Potential violation of Law of Demeter (object not created locally)
939 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 166 Potential violation of Law of Demeter (method chain calls)
940 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 166 Potential violation of Law of Demeter (method chain calls)
941 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 166 Potential violation of Law of Demeter (method chain calls)
942 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 166 Potential violation of Law of Demeter (object not created locally)
943 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 183 Potential violation of Law of Demeter (method chain calls)
944 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 183 Potential violation of Law of Demeter (method chain calls)
945 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 183 Potential violation of Law of Demeter (method chain calls)
946 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 183 Potential violation of Law of Demeter (object not created locally)
947 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 198 Potential violation of Law of Demeter (method chain calls)
948 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 198 Potential violation of Law of Demeter (method chain calls)
949 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 198 Potential violation of Law of Demeter (method chain calls)
950 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 198 Potential violation of Law of Demeter (object not created locally)
951 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 216 Potential violation of Law of Demeter (method chain calls)
952 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 216 Potential violation of Law of Demeter (method chain calls)
953 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 216 Potential violation of Law of Demeter (method chain calls)
954 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 216 Potential violation of Law of Demeter (object not created locally)
955 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 237 Potential violation of Law of Demeter (method chain calls)
956 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 237 Potential violation of Law of Demeter (method chain calls)
957 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 237 Potential violation of Law of Demeter (method chain calls)
958 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 237 Potential violation of Law of Demeter (object not created locally)
959 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 286 Potential violation of Law of Demeter (method chain calls)
960 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 286 Potential violation of Law of Demeter (method chain calls)
961 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 286 Potential violation of Law of Demeter (method chain calls)
962 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 286 Potential violation of Law of Demeter (method chain calls)
963 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 287 Potential violation of Law of Demeter (method chain calls)
964 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 287 Potential violation of Law of Demeter (method chain calls)
965 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 287 Potential violation of Law of Demeter (method chain calls)
966 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 287 Potential violation of Law of Demeter (method chain calls)
967 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 290 Potential violation of Law of Demeter (method chain calls)
968 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 290 Potential violation of Law of Demeter (method chain calls)
969 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 301 Potential violation of Law of Demeter (method chain calls)
970 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 301 Potential violation of Law of Demeter (method chain calls)
971 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 301 Potential violation of Law of Demeter (object not created locally)
972 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 325 Potential violation of Law of Demeter (method chain calls)
973 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 325 Potential violation of Law of Demeter (method chain calls)
974 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 325 Potential violation of Law of Demeter (method chain calls)
975 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 325 Potential violation of Law of Demeter (object not created locally)
976 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 346 Potential violation of Law of Demeter (method chain calls)
977 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 346 Potential violation of Law of Demeter (method chain calls)
978 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 346 Potential violation of Law of Demeter (method chain calls)
979 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertLinesMatchAssertionsTests.java 346 Potential violation of Law of Demeter (object not created locally)
980 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 35 This class has too many methods, consider refactoring it.
981 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 43 Avoid throwing raw exception types.
982 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 47 Potential violation of Law of Demeter (method chain calls)
983 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 48 Potential violation of Law of Demeter (method chain calls)
984 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 48 Potential violation of Law of Demeter (method chain calls)
985 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 48 Potential violation of Law of Demeter (object not created locally)
986 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 56 Potential violation of Law of Demeter (method chain calls)
987 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 60 Potential violation of Law of Demeter (method chain calls)
988 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 106 Potential violation of Law of Demeter (method chain calls)
989 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 214 Potential violation of Law of Demeter (method chain calls)
990 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 214 Potential violation of Law of Demeter (method chain calls)
991 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 230 Potential violation of Law of Demeter (method chain calls)
992 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 230 Potential violation of Law of Demeter (method chain calls)
993 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 230 Potential violation of Law of Demeter (method chain calls)
994 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 230 Potential violation of Law of Demeter (method chain calls)
995 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 236 A method/constructor should not explicitly throw java.lang.Exception
996 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 240 Potential violation of Law of Demeter (method chain calls)
997 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 241 Potential violation of Law of Demeter (method chain calls)
998 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 280 Potential violation of Law of Demeter (method chain calls)
999 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 280 Potential violation of Law of Demeter (method chain calls)
1000 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 280 Potential violation of Law of Demeter (method chain calls)
1001 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 280 Potential violation of Law of Demeter (method chain calls)
1002 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertThrowsAssertionsTests.java 280 Potential violation of Law of Demeter (method chain calls)
1003 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertTimeoutAssertionsTests.java 36 This class has too many methods, consider refactoring it.
1004 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertTimeoutAssertionsTests.java 47 Potential violation of Law of Demeter (method chain calls)
1005 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertTimeoutAssertionsTests.java 49 Potential violation of Law of Demeter (method chain calls)
1006 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertTimeoutAssertionsTests.java 49 Potential violation of Law of Demeter (method chain calls)
1007 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertTimeoutAssertionsTests.java 57 Avoid throwing raw exception types.
1008 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertTimeoutAssertionsTests.java 94 Potential violation of Law of Demeter (method chain calls)
1009 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertTimeoutAssertionsTests.java 99 Potential violation of Law of Demeter (method chain calls)
1010 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertTimeoutAssertionsTests.java 99 Potential violation of Law of Demeter (method chain calls)
1011 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertTimeoutAssertionsTests.java 164 Potential violation of Law of Demeter (method chain calls)
1012 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertTimeoutAssertionsTests.java 166 Potential violation of Law of Demeter (method chain calls)
1013 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertTimeoutAssertionsTests.java 166 Potential violation of Law of Demeter (method chain calls)
1014 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertTimeoutAssertionsTests.java 175 Avoid throwing raw exception types.
1015 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertTimeoutAssertionsTests.java 217 Potential violation of Law of Demeter (method chain calls)
1016 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertTimeoutAssertionsTests.java 222 Potential violation of Law of Demeter (method chain calls)
1017 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertTimeoutAssertionsTests.java 222 Potential violation of Law of Demeter (method chain calls)
1018 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertionTestUtils.java 19 A class which only has private constructors should be final
1019 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertionTestUtils.java 19 This class has too many methods, consider refactoring it.
1020 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertionTestUtils.java 26 Potential violation of Law of Demeter (method chain calls)
1021 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertionTestUtils.java 30 Potential violation of Law of Demeter (method chain calls)
1022 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertionTestUtils.java 42 Potential violation of Law of Demeter (method chain calls)
1023 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertionTestUtils.java 49 Potential violation of Law of Demeter (method chain calls)
1024 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertionTestUtils.java 56 Potential violation of Law of Demeter (method chain calls)
1025 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssertionTestUtils.java 63 Potential violation of Law of Demeter (method chain calls)
1026 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssumptionsTests.java 32 This class has too many methods, consider refactoring it.
1027 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\AssumptionsTests.java 213 Potential violation of Law of Demeter (method chain calls)
1028 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DisplayNameGenerationTests.java 154 Potential violation of Law of Demeter (method chain calls)
1029 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DisplayNameGenerationTests.java 154 Potential violation of Law of Demeter (method chain calls)
1030 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DisplayNameGenerationTests.java 155 Potential violation of Law of Demeter (method chain calls)
1031 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DisplayNameGenerationTests.java 156 Potential violation of Law of Demeter (method chain calls)
1032 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DisplayNameGenerationTests.java 156 Potential violation of Law of Demeter (method chain calls)
1033 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DisplayNameGenerationTests.java 156 Potential violation of Law of Demeter (method chain calls)
1034 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DisplayNameGenerationTests.java 156 Potential violation of Law of Demeter (method chain calls)
1035 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DisplayNameGenerationTests.java 156 Potential violation of Law of Demeter (object not created locally)
1036 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 43 Potential violation of Law of Demeter (method chain calls)
1037 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 43 Potential violation of Law of Demeter (method chain calls)
1038 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 43 Potential violation of Law of Demeter (method chain calls)
1039 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 43 Potential violation of Law of Demeter (method chain calls)
1040 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 45 Potential violation of Law of Demeter (object not created locally)
1041 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 47 Potential violation of Law of Demeter (method chain calls)
1042 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 47 Potential violation of Law of Demeter (method chain calls)
1043 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 47 Potential violation of Law of Demeter (method chain calls)
1044 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 47 Potential violation of Law of Demeter (method chain calls)
1045 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 50 Potential violation of Law of Demeter (method chain calls)
1046 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 52 Potential violation of Law of Demeter (method chain calls)
1047 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 52 Potential violation of Law of Demeter (method chain calls)
1048 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 52 Potential violation of Law of Demeter (object not created locally)
1049 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 53 Potential violation of Law of Demeter (method chain calls)
1050 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 55 Potential violation of Law of Demeter (method chain calls)
1051 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 55 Potential violation of Law of Demeter (method chain calls)
1052 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 55 Potential violation of Law of Demeter (object not created locally)
1053 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 56 Potential violation of Law of Demeter (method chain calls)
1054 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 59 Potential violation of Law of Demeter (method chain calls)
1055 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 60 Potential violation of Law of Demeter (method chain calls)
1056 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 65 Avoid throwing raw exception types.
1057 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 74 Potential violation of Law of Demeter (method chain calls)
1058 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 78 Potential violation of Law of Demeter (method chain calls)
1059 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 85 Potential violation of Law of Demeter (method chain calls)
1060 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 85 Potential violation of Law of Demeter (object not created locally)
1061 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 91 Potential violation of Law of Demeter (method chain calls)
1062 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 91 Potential violation of Law of Demeter (object not created locally)
1063 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 92 Potential violation of Law of Demeter (method chain calls)
1064 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 92 Potential violation of Law of Demeter (object not created locally)
1065 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 94 Potential violation of Law of Demeter (method chain calls)
1066 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 94 Potential violation of Law of Demeter (object not created locally)
1067 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 95 Potential violation of Law of Demeter (method chain calls)
1068 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 95 Potential violation of Law of Demeter (object not created locally)
1069 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 105 Potential violation of Law of Demeter (method chain calls)
1070 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 105 Potential violation of Law of Demeter (method chain calls)
1071 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 105 Potential violation of Law of Demeter (method chain calls)
1072 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 105 Potential violation of Law of Demeter (object not created locally)
1073 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 106 Potential violation of Law of Demeter (method chain calls)
1074 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 106 Potential violation of Law of Demeter (object not created locally)
1075 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 107 Potential violation of Law of Demeter (method chain calls)
1076 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 107 Potential violation of Law of Demeter (method chain calls)
1077 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 107 Potential violation of Law of Demeter (method chain calls)
1078 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 107 Potential violation of Law of Demeter (object not created locally)
1079 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 108 Potential violation of Law of Demeter (method chain calls)
1080 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 108 Potential violation of Law of Demeter (object not created locally)
1081 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 117 Potential violation of Law of Demeter (method chain calls)
1082 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 122 Potential violation of Law of Demeter (method chain calls)
1083 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\DynamicTestTests.java 123 Potential violation of Law of Demeter (object not created locally)
1084 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\FailAssertionsTests.java 143 Potential violation of Law of Demeter (method chain calls)
1085 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\FailAssertionsTests.java 143 Potential violation of Law of Demeter (method chain calls)
1086 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\FailAssertionsTests.java 143 Potential violation of Law of Demeter (method chain calls)
1087 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\FailAssertionsTests.java 143 Potential violation of Law of Demeter (method chain calls)
1088 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\FailAssertionsTests.java 143 Potential violation of Law of Demeter (method chain calls)
1089 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\IterableFactory.java 18 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
1090 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 56 Potential violation of Law of Demeter (method chain calls)
1091 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 56 Potential violation of Law of Demeter (method chain calls)
1092 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 56 Potential violation of Law of Demeter (method chain calls)
1093 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 56 Potential violation of Law of Demeter (method chain calls)
1094 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 56 Potential violation of Law of Demeter (method chain calls)
1095 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 59 Potential violation of Law of Demeter (method chain calls)
1096 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 59 Potential violation of Law of Demeter (method chain calls)
1097 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 59 Potential violation of Law of Demeter (method chain calls)
1098 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 59 Potential violation of Law of Demeter (method chain calls)
1099 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 59 Potential violation of Law of Demeter (method chain calls)
1100 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 62 Potential violation of Law of Demeter (method chain calls)
1101 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 67 Potential violation of Law of Demeter (method chain calls)
1102 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 67 Potential violation of Law of Demeter (method chain calls)
1103 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 67 Potential violation of Law of Demeter (method chain calls)
1104 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 68 Potential violation of Law of Demeter (method chain calls)
1105 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 68 Potential violation of Law of Demeter (method chain calls)
1106 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 68 Potential violation of Law of Demeter (method chain calls)
1107 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 69 Potential violation of Law of Demeter (method chain calls)
1108 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 69 Potential violation of Law of Demeter (method chain calls)
1109 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 69 Potential violation of Law of Demeter (method chain calls)
1110 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 77 Potential violation of Law of Demeter (method chain calls)
1111 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 77 Potential violation of Law of Demeter (method chain calls)
1112 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 81 Potential violation of Law of Demeter (method chain calls)
1113 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 81 Potential violation of Law of Demeter (method chain calls)
1114 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 85 Potential violation of Law of Demeter (method chain calls)
1115 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 85 Potential violation of Law of Demeter (method chain calls)
1116 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 89 Potential violation of Law of Demeter (method chain calls)
1117 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 89 Potential violation of Law of Demeter (method chain calls)
1118 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 89 Potential violation of Law of Demeter (method chain calls)
1119 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 94 Potential violation of Law of Demeter (method chain calls)
1120 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 94 Potential violation of Law of Demeter (method chain calls)
1121 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 94 Potential violation of Law of Demeter (method chain calls)
1122 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 100 Potential violation of Law of Demeter (method chain calls)
1123 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 100 Potential violation of Law of Demeter (method chain calls)
1124 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 100 Potential violation of Law of Demeter (method chain calls)
1125 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 100 Potential violation of Law of Demeter (method chain calls)
1126 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 104 Potential violation of Law of Demeter (method chain calls)
1127 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\AbstractExecutionConditionTests.java 104 Potential violation of Law of Demeter (method chain calls)
1128 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\DisabledForJreRangeConditionTests.java 63 Potential violation of Law of Demeter (method chain calls)
1129 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\DisabledForJreRangeConditionTests.java 63 Potential violation of Law of Demeter (method chain calls)
1130 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\DisabledForJreRangeConditionTests.java 63 Potential violation of Law of Demeter (method chain calls)
1131 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\DisabledIfEnvironmentVariableConditionTests.java 70 Potential violation of Law of Demeter (method chain calls)
1132 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\DisabledIfEnvironmentVariableConditionTests.java 71 Potential violation of Law of Demeter (method chain calls)
1133 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\DisabledIfEnvironmentVariableConditionTests.java 79 Potential violation of Law of Demeter (method chain calls)
1134 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\DisabledIfEnvironmentVariableConditionTests.java 80 Potential violation of Law of Demeter (method chain calls)
1135 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\DisabledIfSystemPropertyConditionTests.java 67 Potential violation of Law of Demeter (method chain calls)
1136 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\DisabledIfSystemPropertyConditionTests.java 68 Potential violation of Law of Demeter (method chain calls)
1137 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\DisabledIfSystemPropertyConditionTests.java 76 Potential violation of Law of Demeter (method chain calls)
1138 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\DisabledIfSystemPropertyConditionTests.java 77 Potential violation of Law of Demeter (method chain calls)
1139 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\DisabledOnJreConditionTests.java 37 This class has too many methods, consider refactoring it.
1140 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\DisabledOnJreConditionTests.java 64 Potential violation of Law of Demeter (method chain calls)
1141 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\DisabledOnJreConditionTests.java 65 Potential violation of Law of Demeter (method chain calls)
1142 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\DisabledOnJreIntegrationTests.java 44 This class has too many methods, consider refactoring it.
1143 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\DisabledOnOsConditionTests.java 61 Potential violation of Law of Demeter (method chain calls)
1144 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\DisabledOnOsConditionTests.java 62 Potential violation of Law of Demeter (method chain calls)
1145 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\EnabledForJreRangeConditionTests.java 63 Potential violation of Law of Demeter (method chain calls)
1146 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\EnabledForJreRangeConditionTests.java 63 Potential violation of Law of Demeter (method chain calls)
1147 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\EnabledForJreRangeConditionTests.java 63 Potential violation of Law of Demeter (method chain calls)
1148 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\EnabledIfEnvironmentVariableConditionTests.java 71 Potential violation of Law of Demeter (method chain calls)
1149 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\EnabledIfEnvironmentVariableConditionTests.java 72 Potential violation of Law of Demeter (method chain calls)
1150 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\EnabledIfEnvironmentVariableConditionTests.java 80 Potential violation of Law of Demeter (method chain calls)
1151 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\EnabledIfEnvironmentVariableConditionTests.java 81 Potential violation of Law of Demeter (method chain calls)
1152 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\EnabledIfSystemPropertyConditionTests.java 67 Potential violation of Law of Demeter (method chain calls)
1153 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\EnabledIfSystemPropertyConditionTests.java 68 Potential violation of Law of Demeter (method chain calls)
1154 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\EnabledIfSystemPropertyConditionTests.java 76 Potential violation of Law of Demeter (method chain calls)
1155 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\EnabledIfSystemPropertyConditionTests.java 77 Potential violation of Law of Demeter (method chain calls)
1156 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\EnabledOnJreConditionTests.java 37 This class has too many methods, consider refactoring it.
1157 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\EnabledOnJreConditionTests.java 64 Potential violation of Law of Demeter (method chain calls)
1158 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\EnabledOnJreConditionTests.java 65 Potential violation of Law of Demeter (method chain calls)
1159 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\EnabledOnJreIntegrationTests.java 34 This class has too many methods, consider refactoring it.
1160 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\EnabledOnOsConditionTests.java 61 Potential violation of Law of Demeter (method chain calls)
1161 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\EnabledOnOsConditionTests.java 62 Potential violation of Law of Demeter (method chain calls)
1162 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\EnabledOnOsIntegrationTests.java 35 This class has too many methods, consider refactoring it.
1163 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\condition\StaticConditionMethods.java 13 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
1164 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 44 Potential violation of Law of Demeter (method chain calls)
1165 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 44 Potential violation of Law of Demeter (method chain calls)
1166 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 44 Potential violation of Law of Demeter (method chain calls)
1167 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 44 Potential violation of Law of Demeter (method chain calls)
1168 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 44 Potential violation of Law of Demeter (method chain calls)
1169 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 50 Potential violation of Law of Demeter (method chain calls)
1170 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 50 Potential violation of Law of Demeter (method chain calls)
1171 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 50 Potential violation of Law of Demeter (method chain calls)
1172 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 50 Potential violation of Law of Demeter (method chain calls)
1173 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 50 Potential violation of Law of Demeter (method chain calls)
1174 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 50 Potential violation of Law of Demeter (method chain calls)
1175 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 50 Potential violation of Law of Demeter (method chain calls)
1176 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 50 Potential violation of Law of Demeter (object not created locally)
1177 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 53 Potential violation of Law of Demeter (method chain calls)
1178 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 56 Potential violation of Law of Demeter (method chain calls)
1179 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 56 Potential violation of Law of Demeter (method chain calls)
1180 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 56 Potential violation of Law of Demeter (method chain calls)
1181 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 56 Potential violation of Law of Demeter (method chain calls)
1182 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 56 Potential violation of Law of Demeter (object not created locally)
1183 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 61 Potential violation of Law of Demeter (method chain calls)
1184 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 61 Potential violation of Law of Demeter (method chain calls)
1185 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 61 Potential violation of Law of Demeter (method chain calls)
1186 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 61 Potential violation of Law of Demeter (method chain calls)
1187 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 61 Potential violation of Law of Demeter (object not created locally)
1188 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 68 Potential violation of Law of Demeter (method chain calls)
1189 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 69 Potential violation of Law of Demeter (object not created locally)
1190 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 74 Potential violation of Law of Demeter (method chain calls)
1191 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 74 Potential violation of Law of Demeter (method chain calls)
1192 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 74 Potential violation of Law of Demeter (method chain calls)
1193 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 77 Potential violation of Law of Demeter (method chain calls)
1194 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 77 Potential violation of Law of Demeter (method chain calls)
1195 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 77 Potential violation of Law of Demeter (method chain calls)
1196 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 77 Potential violation of Law of Demeter (method chain calls)
1197 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 77 Potential violation of Law of Demeter (method chain calls)
1198 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 77 Potential violation of Law of Demeter (object not created locally)
1199 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 83 Potential violation of Law of Demeter (method chain calls)
1200 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 83 Potential violation of Law of Demeter (method chain calls)
1201 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 83 Potential violation of Law of Demeter (method chain calls)
1202 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 83 Potential violation of Law of Demeter (method chain calls)
1203 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 83 Potential violation of Law of Demeter (method chain calls)
1204 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 83 Potential violation of Law of Demeter (object not created locally)
1205 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 91 Potential violation of Law of Demeter (object not created locally)
1206 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 92 Potential violation of Law of Demeter (object not created locally)
1207 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 93 Potential violation of Law of Demeter (object not created locally)
1208 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 94 Potential violation of Law of Demeter (object not created locally)
1209 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 95 Potential violation of Law of Demeter (object not created locally)
1210 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 96 Potential violation of Law of Demeter (object not created locally)
1211 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 109 Potential violation of Law of Demeter (method chain calls)
1212 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 113 Potential violation of Law of Demeter (method chain calls)
1213 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\ExtensionComposabilityTests.java 114 Potential violation of Law of Demeter (method chain calls)
1214 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\KitchenSinkExtension.java 63 This class has too many methods, consider refactoring it.
1215 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolverTests.java 48 Potential violation of Law of Demeter (method chain calls)
1216 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolverTests.java 50 Potential violation of Law of Demeter (method chain calls)
1217 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolverTests.java 51 Potential violation of Law of Demeter (method chain calls)
1218 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolverTests.java 53 Potential violation of Law of Demeter (object not created locally)
1219 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolverTests.java 90 Potential violation of Law of Demeter (method chain calls)
1220 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolverTests.java 90 Potential violation of Law of Demeter (object not created locally)
1221 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolverTests.java 96 Potential violation of Law of Demeter (method chain calls)
1222 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolverTests.java 96 Potential violation of Law of Demeter (object not created locally)
1223 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolverTests.java 101 Potential violation of Law of Demeter (method chain calls)
1224 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolverTests.java 102 Potential violation of Law of Demeter (method chain calls)
1225 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolverTests.java 102 Potential violation of Law of Demeter (object not created locally)
1226 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolverTests.java 121 Potential violation of Law of Demeter (method chain calls)
1227 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolverTests.java 121 Potential violation of Law of Demeter (method chain calls)
1228 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolverTests.java 121 Potential violation of Law of Demeter (method chain calls)
1229 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\extension\support\TypeBasedParameterResolverTests.java 122 Potential violation of Law of Demeter (object not created locally)
1230 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\subpackage\SubclassedAssertionsTests.java 34 Potential violation of Law of Demeter (object not created locally)
1231 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\api\subpackage\SubclassedAssumptionsTests.java 42 Potential violation of Law of Demeter (object not created locally)
1232 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AbstractJupiterTestEngineTests.java 41 Potential violation of Law of Demeter (method chain calls)
1233 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AbstractJupiterTestEngineTests.java 41 Potential violation of Law of Demeter (method chain calls)
1234 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AbstractJupiterTestEngineTests.java 41 Potential violation of Law of Demeter (method chain calls)
1235 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AbstractJupiterTestEngineTests.java 41 Potential violation of Law of Demeter (method chain calls)
1236 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AbstractJupiterTestEngineTests.java 45 Potential violation of Law of Demeter (method chain calls)
1237 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AbstractJupiterTestEngineTests.java 49 Potential violation of Law of Demeter (method chain calls)
1238 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AbstractJupiterTestEngineTests.java 49 Potential violation of Law of Demeter (method chain calls)
1239 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AbstractJupiterTestEngineTests.java 49 Potential violation of Law of Demeter (method chain calls)
1240 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AbstractJupiterTestEngineTests.java 49 Potential violation of Law of Demeter (method chain calls)
1241 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AbstractJupiterTestEngineTests.java 58 Potential violation of Law of Demeter (object not created locally)
1242 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AbstractJupiterTestEngineTests.java 60 Potential violation of Law of Demeter (method chain calls)
1243 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AbstractJupiterTestEngineTests.java 60 Potential violation of Law of Demeter (method chain calls)
1244 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AbstractJupiterTestEngineTests.java 60 Potential violation of Law of Demeter (method chain calls)
1245 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AbstractJupiterTestEngineTests.java 60 Potential violation of Law of Demeter (object not created locally)
1246 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AbstractJupiterTestEngineTests.java 61 Potential violation of Law of Demeter (object not created locally)
1247 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AbstractJupiterTestEngineTests.java 65 Potential violation of Law of Demeter (object not created locally)
1248 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AtypicalJvmMethodNameTests.java 35 Potential violation of Law of Demeter (method chain calls)
1249 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AtypicalJvmMethodNameTests.java 35 Potential violation of Law of Demeter (method chain calls)
1250 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AtypicalJvmMethodNameTests.java 35 Potential violation of Law of Demeter (method chain calls)
1251 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AtypicalJvmMethodNameTests.java 35 Potential violation of Law of Demeter (method chain calls)
1252 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AtypicalJvmMethodNameTests.java 35 Potential violation of Law of Demeter (method chain calls)
1253 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AtypicalJvmMethodNameTests.java 35 Potential violation of Law of Demeter (object not created locally)
1254 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AtypicalJvmMethodNameTests.java 37 Potential violation of Law of Demeter (method chain calls)
1255 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AtypicalJvmMethodNameTests.java 37 Potential violation of Law of Demeter (method chain calls)
1256 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AtypicalJvmMethodNameTests.java 37 Potential violation of Law of Demeter (method chain calls)
1257 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AtypicalJvmMethodNameTests.java 37 Potential violation of Law of Demeter (method chain calls)
1258 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AtypicalJvmMethodNameTests.java 37 Potential violation of Law of Demeter (object not created locally)
1259 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AtypicalJvmMethodNameTests.java 42 Potential violation of Law of Demeter (method chain calls)
1260 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AtypicalJvmMethodNameTests.java 42 Potential violation of Law of Demeter (method chain calls)
1261 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AtypicalJvmMethodNameTests.java 42 Potential violation of Law of Demeter (method chain calls)
1262 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AtypicalJvmMethodNameTests.java 42 Potential violation of Law of Demeter (method chain calls)
1263 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\AtypicalJvmMethodNameTests.java 42 Potential violation of Law of Demeter (object not created locally)
1264 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\BeforeAllAndAfterAllComposedAnnotationTests.java 38 Potential violation of Law of Demeter (method chain calls)
1265 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\BeforeAllAndAfterAllComposedAnnotationTests.java 38 Potential violation of Law of Demeter (method chain calls)
1266 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\BeforeEachAndAfterEachComposedAnnotationTests.java 38 Potential violation of Law of Demeter (method chain calls)
1267 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\BeforeEachAndAfterEachComposedAnnotationTests.java 38 Potential violation of Law of Demeter (method chain calls)
1268 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultExecutionModeTests.java 35 This class has too many methods, consider refactoring it.
1269 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultExecutionModeTests.java 68 Potential violation of Law of Demeter (method chain calls)
1270 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultExecutionModeTests.java 68 Potential violation of Law of Demeter (object not created locally)
1271 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultExecutionModeTests.java 73 Potential violation of Law of Demeter (method chain calls)
1272 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultExecutionModeTests.java 80 Potential violation of Law of Demeter (object not created locally)
1273 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultExecutionModeTests.java 81 Potential violation of Law of Demeter (method chain calls)
1274 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultExecutionModeTests.java 81 Potential violation of Law of Demeter (object not created locally)
1275 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultExecutionModeTests.java 108 Potential violation of Law of Demeter (method chain calls)
1276 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultExecutionModeTests.java 112 Potential violation of Law of Demeter (object not created locally)
1277 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultExecutionModeTests.java 116 Potential violation of Law of Demeter (method chain calls)
1278 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultExecutionModeTests.java 116 Potential violation of Law of Demeter (method chain calls)
1279 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultExecutionModeTests.java 116 Potential violation of Law of Demeter (method chain calls)
1280 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultExecutionModeTests.java 116 Potential violation of Law of Demeter (method chain calls)
1281 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultExecutionModeTests.java 123 Potential violation of Law of Demeter (method chain calls)
1282 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultExecutionModeTests.java 123 Potential violation of Law of Demeter (method chain calls)
1283 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultExecutionModeTests.java 123 Potential violation of Law of Demeter (method chain calls)
1284 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultExecutionModeTests.java 123 Potential violation of Law of Demeter (method chain calls)
1285 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultExecutionModeTests.java 123 Potential violation of Law of Demeter (method chain calls)
1286 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 59 Potential violation of Law of Demeter (method chain calls)
1287 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 60 Potential violation of Law of Demeter (method chain calls)
1288 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 60 Potential violation of Law of Demeter (method chain calls)
1289 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 77 Potential violation of Law of Demeter (method chain calls)
1290 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 77 Potential violation of Law of Demeter (method chain calls)
1291 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 78 Potential violation of Law of Demeter (method chain calls)
1292 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 78 Potential violation of Law of Demeter (method chain calls)
1293 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 97 Potential violation of Law of Demeter (method chain calls)
1294 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 97 Potential violation of Law of Demeter (method chain calls)
1295 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 98 Potential violation of Law of Demeter (method chain calls)
1296 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 98 Potential violation of Law of Demeter (method chain calls)
1297 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 117 Potential violation of Law of Demeter (method chain calls)
1298 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 117 Potential violation of Law of Demeter (method chain calls)
1299 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 136 Potential violation of Law of Demeter (method chain calls)
1300 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 136 Potential violation of Law of Demeter (method chain calls)
1301 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 193 Potential violation of Law of Demeter (method chain calls)
1302 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 208 Potential violation of Law of Demeter (method chain calls)
1303 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 219 Potential violation of Law of Demeter (method chain calls)
1304 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DefaultMethodTests.java 225 Potential violation of Law of Demeter (method chain calls)
1305 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DisabledTests.java 36 Potential violation of Law of Demeter (method chain calls)
1306 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DisabledTests.java 36 Potential violation of Law of Demeter (object not created locally)
1307 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DisabledTests.java 37 Potential violation of Law of Demeter (method chain calls)
1308 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DisabledTests.java 37 Potential violation of Law of Demeter (object not created locally)
1309 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DisabledTests.java 41 A method/constructor should not explicitly throw java.lang.Exception
1310 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DisabledTests.java 43 Potential violation of Law of Demeter (method chain calls)
1311 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DisabledTests.java 45 Potential violation of Law of Demeter (method chain calls)
1312 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DisabledTests.java 45 Potential violation of Law of Demeter (method chain calls)
1313 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DisabledTests.java 45 Potential violation of Law of Demeter (method chain calls)
1314 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DisabledTests.java 45 Potential violation of Law of Demeter (method chain calls)
1315 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
1316 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 64 This class has too many methods, consider refactoring it.
1317 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 68 Potential violation of Law of Demeter (method chain calls)
1318 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 68 Potential violation of Law of Demeter (method chain calls)
1319 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 70 Potential violation of Law of Demeter (method chain calls)
1320 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 70 Potential violation of Law of Demeter (method chain calls)
1321 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 70 Potential violation of Law of Demeter (object not created locally)
1322 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 75 Potential violation of Law of Demeter (method chain calls)
1323 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 75 Potential violation of Law of Demeter (method chain calls)
1324 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 78 Potential violation of Law of Demeter (method chain calls)
1325 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 78 Potential violation of Law of Demeter (method chain calls)
1326 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 78 Potential violation of Law of Demeter (object not created locally)
1327 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 85 Potential violation of Law of Demeter (method chain calls)
1328 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 85 Potential violation of Law of Demeter (object not created locally)
1329 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 104 Potential violation of Law of Demeter (object not created locally)
1330 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 105 Potential violation of Law of Demeter (object not created locally)
1331 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 120 Potential violation of Law of Demeter (object not created locally)
1332 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 121 Potential violation of Law of Demeter (object not created locally)
1333 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 136 Potential violation of Law of Demeter (object not created locally)
1334 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 137 Potential violation of Law of Demeter (object not created locally)
1335 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 151 Potential violation of Law of Demeter (method chain calls)
1336 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 156 Potential violation of Law of Demeter (method chain calls)
1337 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 156 Potential violation of Law of Demeter (object not created locally)
1338 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 173 Potential violation of Law of Demeter (method chain calls)
1339 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 173 Potential violation of Law of Demeter (object not created locally)
1340 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 190 Potential violation of Law of Demeter (object not created locally)
1341 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 191 Potential violation of Law of Demeter (object not created locally)
1342 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 205 Potential violation of Law of Demeter (method chain calls)
1343 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 205 Potential violation of Law of Demeter (method chain calls)
1344 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 205 Potential violation of Law of Demeter (method chain calls)
1345 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 212 Potential violation of Law of Demeter (method chain calls)
1346 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 212 Potential violation of Law of Demeter (object not created locally)
1347 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 232 Potential violation of Law of Demeter (method chain calls)
1348 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 232 Potential violation of Law of Demeter (method chain calls)
1349 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 238 Potential violation of Law of Demeter (method chain calls)
1350 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 238 Potential violation of Law of Demeter (object not created locally)
1351 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 264 Potential violation of Law of Demeter (method chain calls)
1352 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 264 Potential violation of Law of Demeter (object not created locally)
1353 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 284 Potential violation of Law of Demeter (object not created locally)
1354 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 285 Potential violation of Law of Demeter (object not created locally)
1355 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 299 Potential violation of Law of Demeter (method chain calls)
1356 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 299 Potential violation of Law of Demeter (method chain calls)
1357 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 303 Potential violation of Law of Demeter (method chain calls)
1358 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 303 Potential violation of Law of Demeter (method chain calls)
1359 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 303 Potential violation of Law of Demeter (method chain calls)
1360 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 303 Potential violation of Law of Demeter (object not created locally)
1361 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 306 Potential violation of Law of Demeter (method chain calls)
1362 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 317 Potential violation of Law of Demeter (static property access)
1363 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 319 Potential violation of Law of Demeter (method chain calls)
1364 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 319 Potential violation of Law of Demeter (object not created locally)
1365 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 337 Potential violation of Law of Demeter (object not created locally)
1366 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 338 Potential violation of Law of Demeter (object not created locally)
1367 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 355 Potential violation of Law of Demeter (method chain calls)
1368 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 355 Potential violation of Law of Demeter (object not created locally)
1369 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 373 Potential violation of Law of Demeter (method chain calls)
1370 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 373 Potential violation of Law of Demeter (object not created locally)
1371 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 395 Potential violation of Law of Demeter (method chain calls)
1372 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 395 Potential violation of Law of Demeter (object not created locally)
1373 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 407 This class has too many methods, consider refactoring it.
1374 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 456 Potential violation of Law of Demeter (method chain calls)
1375 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 456 Potential violation of Law of Demeter (method chain calls)
1376 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 456 Potential violation of Law of Demeter (method chain calls)
1377 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 456 Potential violation of Law of Demeter (method chain calls)
1378 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 456 Potential violation of Law of Demeter (method chain calls)
1379 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 456 Potential violation of Law of Demeter (method chain calls)
1380 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 457 Potential violation of Law of Demeter (method chain calls)
1381 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 457 Potential violation of Law of Demeter (method chain calls)
1382 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\DynamicNodeGenerationTests.java 457 Potential violation of Law of Demeter (method chain calls)
1383 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
1384 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 52 This class has too many methods, consider refactoring it.
1385 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 57 Potential violation of Law of Demeter (object not created locally)
1386 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 59 Potential violation of Law of Demeter (object not created locally)
1387 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 61 Potential violation of Law of Demeter (method chain calls)
1388 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 61 Potential violation of Law of Demeter (object not created locally)
1389 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 70 Potential violation of Law of Demeter (object not created locally)
1390 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 72 Potential violation of Law of Demeter (object not created locally)
1391 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 74 Potential violation of Law of Demeter (method chain calls)
1392 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 74 Potential violation of Law of Demeter (object not created locally)
1393 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 83 Potential violation of Law of Demeter (object not created locally)
1394 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 85 Potential violation of Law of Demeter (object not created locally)
1395 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 87 Potential violation of Law of Demeter (method chain calls)
1396 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 87 Potential violation of Law of Demeter (object not created locally)
1397 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 97 Potential violation of Law of Demeter (object not created locally)
1398 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 99 Potential violation of Law of Demeter (object not created locally)
1399 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 101 Potential violation of Law of Demeter (method chain calls)
1400 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 101 Potential violation of Law of Demeter (object not created locally)
1401 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 110 Potential violation of Law of Demeter (object not created locally)
1402 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 112 Potential violation of Law of Demeter (object not created locally)
1403 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 114 Potential violation of Law of Demeter (method chain calls)
1404 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 114 Potential violation of Law of Demeter (object not created locally)
1405 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 126 Potential violation of Law of Demeter (method chain calls)
1406 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 126 Potential violation of Law of Demeter (object not created locally)
1407 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 145 Potential violation of Law of Demeter (method chain calls)
1408 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 145 Potential violation of Law of Demeter (object not created locally)
1409 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 164 Potential violation of Law of Demeter (method chain calls)
1410 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 164 Potential violation of Law of Demeter (object not created locally)
1411 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 179 Potential violation of Law of Demeter (method chain calls)
1412 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 179 Potential violation of Law of Demeter (object not created locally)
1413 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 192 Potential violation of Law of Demeter (method chain calls)
1414 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 192 Potential violation of Law of Demeter (object not created locally)
1415 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 205 Potential violation of Law of Demeter (method chain calls)
1416 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 205 Potential violation of Law of Demeter (object not created locally)
1417 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 218 Potential violation of Law of Demeter (method chain calls)
1418 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 218 Potential violation of Law of Demeter (object not created locally)
1419 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 232 Potential violation of Law of Demeter (method chain calls)
1420 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 232 Potential violation of Law of Demeter (object not created locally)
1421 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ExceptionHandlingTests.java 297 Avoid throwing raw exception types.
1422 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\FailedAssumptionsTests.java 31 Potential violation of Law of Demeter (method chain calls)
1423 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\FailedAssumptionsTests.java 31 Potential violation of Law of Demeter (object not created locally)
1424 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\FailedAssumptionsTests.java 32 Potential violation of Law of Demeter (method chain calls)
1425 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\FailedAssumptionsTests.java 32 Potential violation of Law of Demeter (object not created locally)
1426 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\FailedAssumptionsTests.java 39 Potential violation of Law of Demeter (method chain calls)
1427 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\FailedAssumptionsTests.java 39 Potential violation of Law of Demeter (object not created locally)
1428 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\FailedAssumptionsTests.java 40 Potential violation of Law of Demeter (method chain calls)
1429 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\FailedAssumptionsTests.java 40 Potential violation of Law of Demeter (object not created locally)
1430 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\InvalidLifecycleMethodConfigurationTests.java 59 Potential violation of Law of Demeter (object not created locally)
1431 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\InvalidLifecycleMethodConfigurationTests.java 60 Potential violation of Law of Demeter (object not created locally)
1432 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\JupiterTestEngineBasicTests.java 34 Potential violation of Law of Demeter (method chain calls)
1433 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\JupiterTestEngineBasicTests.java 34 Potential violation of Law of Demeter (method chain calls)
1434 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\JupiterTestEngineBasicTests.java 39 Potential violation of Law of Demeter (method chain calls)
1435 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\JupiterTestEngineBasicTests.java 39 Potential violation of Law of Demeter (method chain calls)
1436 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\JupiterTestEngineBasicTests.java 44 Potential violation of Law of Demeter (method chain calls)
1437 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\JupiterTestEngineBasicTests.java 44 Potential violation of Law of Demeter (method chain calls)
1438 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\MultipleTestableAnnotationsTests.java 37 Potential violation of Law of Demeter (method chain calls)
1439 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\MultipleTestableAnnotationsTests.java 37 Potential violation of Law of Demeter (method chain calls)
1440 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\MultipleTestableAnnotationsTests.java 37 Potential violation of Law of Demeter (method chain calls)
1441 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\MultipleTestableAnnotationsTests.java 37 Potential violation of Law of Demeter (method chain calls)
1442 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\MultipleTestableAnnotationsTests.java 40 Potential violation of Law of Demeter (method chain calls)
1443 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\MultipleTestableAnnotationsTests.java 40 Potential violation of Law of Demeter (method chain calls)
1444 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\MultipleTestableAnnotationsTests.java 40 Potential violation of Law of Demeter (method chain calls)
1445 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\MultipleTestableAnnotationsTests.java 40 Potential violation of Law of Demeter (method chain calls)
1446 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\MultipleTestableAnnotationsTests.java 40 Potential violation of Law of Demeter (method chain calls)
1447 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\MultipleTestableAnnotationsTests.java 40 Potential violation of Law of Demeter (method chain calls)
1448 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 47 Potential violation of Law of Demeter (method chain calls)
1449 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 47 Potential violation of Law of Demeter (method chain calls)
1450 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 49 Potential violation of Law of Demeter (method chain calls)
1451 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 49 Potential violation of Law of Demeter (method chain calls)
1452 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 49 Potential violation of Law of Demeter (object not created locally)
1453 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 55 Potential violation of Law of Demeter (object not created locally)
1454 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 56 Potential violation of Law of Demeter (object not created locally)
1455 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 58 Potential violation of Law of Demeter (method chain calls)
1456 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 58 Potential violation of Law of Demeter (method chain calls)
1457 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 58 Potential violation of Law of Demeter (object not created locally)
1458 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 59 Potential violation of Law of Demeter (method chain calls)
1459 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 59 Potential violation of Law of Demeter (method chain calls)
1460 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 59 Potential violation of Law of Demeter (object not created locally)
1461 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 60 Potential violation of Law of Demeter (method chain calls)
1462 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 60 Potential violation of Law of Demeter (method chain calls)
1463 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 60 Potential violation of Law of Demeter (object not created locally)
1464 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 62 Potential violation of Law of Demeter (method chain calls)
1465 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 62 Potential violation of Law of Demeter (method chain calls)
1466 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 62 Potential violation of Law of Demeter (object not created locally)
1467 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 63 Potential violation of Law of Demeter (method chain calls)
1468 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 63 Potential violation of Law of Demeter (method chain calls)
1469 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 63 Potential violation of Law of Demeter (object not created locally)
1470 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 68 Potential violation of Law of Demeter (method chain calls)
1471 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 68 Potential violation of Law of Demeter (method chain calls)
1472 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 70 Potential violation of Law of Demeter (method chain calls)
1473 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 70 Potential violation of Law of Demeter (method chain calls)
1474 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 70 Potential violation of Law of Demeter (object not created locally)
1475 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 76 Potential violation of Law of Demeter (object not created locally)
1476 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 77 Potential violation of Law of Demeter (object not created locally)
1477 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 79 Potential violation of Law of Demeter (method chain calls)
1478 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 79 Potential violation of Law of Demeter (method chain calls)
1479 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 79 Potential violation of Law of Demeter (object not created locally)
1480 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 80 Potential violation of Law of Demeter (method chain calls)
1481 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 80 Potential violation of Law of Demeter (method chain calls)
1482 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 80 Potential violation of Law of Demeter (object not created locally)
1483 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 81 Potential violation of Law of Demeter (method chain calls)
1484 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 81 Potential violation of Law of Demeter (method chain calls)
1485 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 81 Potential violation of Law of Demeter (object not created locally)
1486 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 83 Potential violation of Law of Demeter (method chain calls)
1487 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 83 Potential violation of Law of Demeter (method chain calls)
1488 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 83 Potential violation of Law of Demeter (object not created locally)
1489 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 84 Potential violation of Law of Demeter (method chain calls)
1490 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 84 Potential violation of Law of Demeter (method chain calls)
1491 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 84 Potential violation of Law of Demeter (object not created locally)
1492 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 101 Potential violation of Law of Demeter (object not created locally)
1493 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 102 Potential violation of Law of Demeter (object not created locally)
1494 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 104 Potential violation of Law of Demeter (method chain calls)
1495 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 104 Potential violation of Law of Demeter (method chain calls)
1496 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 104 Potential violation of Law of Demeter (object not created locally)
1497 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 105 Potential violation of Law of Demeter (method chain calls)
1498 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 105 Potential violation of Law of Demeter (method chain calls)
1499 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 105 Potential violation of Law of Demeter (object not created locally)
1500 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 106 Potential violation of Law of Demeter (method chain calls)
1501 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 106 Potential violation of Law of Demeter (method chain calls)
1502 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 106 Potential violation of Law of Demeter (object not created locally)
1503 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 108 Potential violation of Law of Demeter (method chain calls)
1504 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 108 Potential violation of Law of Demeter (method chain calls)
1505 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 108 Potential violation of Law of Demeter (object not created locally)
1506 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 109 Potential violation of Law of Demeter (method chain calls)
1507 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 109 Potential violation of Law of Demeter (method chain calls)
1508 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 109 Potential violation of Law of Demeter (object not created locally)
1509 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 115 Potential violation of Law of Demeter (method chain calls)
1510 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 115 Potential violation of Law of Demeter (object not created locally)
1511 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 116 Potential violation of Law of Demeter (object not created locally)
1512 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 117 Potential violation of Law of Demeter (object not created locally)
1513 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 119 Potential violation of Law of Demeter (method chain calls)
1514 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 119 Potential violation of Law of Demeter (method chain calls)
1515 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 119 Potential violation of Law of Demeter (object not created locally)
1516 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 120 Potential violation of Law of Demeter (method chain calls)
1517 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 120 Potential violation of Law of Demeter (method chain calls)
1518 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 120 Potential violation of Law of Demeter (object not created locally)
1519 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 121 Potential violation of Law of Demeter (method chain calls)
1520 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 121 Potential violation of Law of Demeter (method chain calls)
1521 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 121 Potential violation of Law of Demeter (object not created locally)
1522 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 123 Potential violation of Law of Demeter (method chain calls)
1523 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 123 Potential violation of Law of Demeter (method chain calls)
1524 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 123 Potential violation of Law of Demeter (object not created locally)
1525 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 124 Potential violation of Law of Demeter (method chain calls)
1526 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 124 Potential violation of Law of Demeter (method chain calls)
1527 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 124 Potential violation of Law of Demeter (object not created locally)
1528 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 133 Potential violation of Law of Demeter (method chain calls)
1529 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 133 Potential violation of Law of Demeter (object not created locally)
1530 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 134 Potential violation of Law of Demeter (object not created locally)
1531 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 135 Potential violation of Law of Demeter (object not created locally)
1532 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 137 Potential violation of Law of Demeter (method chain calls)
1533 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 137 Potential violation of Law of Demeter (method chain calls)
1534 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 137 Potential violation of Law of Demeter (object not created locally)
1535 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 138 Potential violation of Law of Demeter (method chain calls)
1536 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 138 Potential violation of Law of Demeter (method chain calls)
1537 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 138 Potential violation of Law of Demeter (object not created locally)
1538 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 139 Potential violation of Law of Demeter (method chain calls)
1539 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 139 Potential violation of Law of Demeter (method chain calls)
1540 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 139 Potential violation of Law of Demeter (object not created locally)
1541 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 141 Potential violation of Law of Demeter (method chain calls)
1542 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 141 Potential violation of Law of Demeter (method chain calls)
1543 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 141 Potential violation of Law of Demeter (object not created locally)
1544 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 142 Potential violation of Law of Demeter (method chain calls)
1545 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 142 Potential violation of Law of Demeter (method chain calls)
1546 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 142 Potential violation of Law of Demeter (object not created locally)
1547 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 166 Potential violation of Law of Demeter (method chain calls)
1548 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 166 Potential violation of Law of Demeter (object not created locally)
1549 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 167 Potential violation of Law of Demeter (method chain calls)
1550 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 167 Potential violation of Law of Demeter (object not created locally)
1551 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 170 Potential violation of Law of Demeter (method chain calls)
1552 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 170 Potential violation of Law of Demeter (object not created locally)
1553 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 171 Potential violation of Law of Demeter (method chain calls)
1554 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 171 Potential violation of Law of Demeter (object not created locally)
1555 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 174 Potential violation of Law of Demeter (method chain calls)
1556 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 174 Potential violation of Law of Demeter (object not created locally)
1557 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 175 Potential violation of Law of Demeter (method chain calls)
1558 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 175 Potential violation of Law of Demeter (object not created locally)
1559 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 178 Potential violation of Law of Demeter (method chain calls)
1560 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 178 Potential violation of Law of Demeter (object not created locally)
1561 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 179 Potential violation of Law of Demeter (method chain calls)
1562 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 179 Potential violation of Law of Demeter (object not created locally)
1563 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 183 Potential violation of Law of Demeter (method chain calls)
1564 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 183 Potential violation of Law of Demeter (method chain calls)
1565 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 183 Potential violation of Law of Demeter (method chain calls)
1566 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\NestedTestClassesTests.java 297 No abstract method which means that the keyword is most likely used to prevent instantiation. Use a private or protected constructor instead.
1567 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 35 Potential violation of Law of Demeter (method chain calls)
1568 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 37 Potential violation of Law of Demeter (object not created locally)
1569 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 39 Potential violation of Law of Demeter (method chain calls)
1570 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 39 Potential violation of Law of Demeter (method chain calls)
1571 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 39 Potential violation of Law of Demeter (object not created locally)
1572 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 41 Potential violation of Law of Demeter (object not created locally)
1573 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 42 Potential violation of Law of Demeter (method chain calls)
1574 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 42 Potential violation of Law of Demeter (method chain calls)
1575 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 42 Potential violation of Law of Demeter (object not created locally)
1576 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 43 Potential violation of Law of Demeter (object not created locally)
1577 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 45 Potential violation of Law of Demeter (method chain calls)
1578 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 47 Potential violation of Law of Demeter (object not created locally)
1579 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 49 Potential violation of Law of Demeter (method chain calls)
1580 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 49 Potential violation of Law of Demeter (method chain calls)
1581 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 49 Potential violation of Law of Demeter (object not created locally)
1582 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 51 Potential violation of Law of Demeter (object not created locally)
1583 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 56 Potential violation of Law of Demeter (method chain calls)
1584 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 56 Potential violation of Law of Demeter (method chain calls)
1585 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 57 Potential violation of Law of Demeter (method chain calls)
1586 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 59 Potential violation of Law of Demeter (object not created locally)
1587 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 61 Potential violation of Law of Demeter (method chain calls)
1588 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 61 Potential violation of Law of Demeter (method chain calls)
1589 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 61 Potential violation of Law of Demeter (method chain calls)
1590 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 61 Potential violation of Law of Demeter (object not created locally)
1591 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\OverloadedTestMethodTests.java 63 Potential violation of Law of Demeter (object not created locally)
1592 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ReportingTests.java 32 Potential violation of Law of Demeter (method chain calls)
1593 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\ReportingTests.java 32 Potential violation of Law of Demeter (method chain calls)
1594 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 39 Potential violation of Law of Demeter (method chain calls)
1595 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 39 Potential violation of Law of Demeter (method chain calls)
1596 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 41 Potential violation of Law of Demeter (method chain calls)
1597 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 41 Potential violation of Law of Demeter (method chain calls)
1598 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 41 Potential violation of Law of Demeter (object not created locally)
1599 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 47 Potential violation of Law of Demeter (method chain calls)
1600 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 47 Potential violation of Law of Demeter (method chain calls)
1601 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 49 Potential violation of Law of Demeter (method chain calls)
1602 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 49 Potential violation of Law of Demeter (method chain calls)
1603 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 49 Potential violation of Law of Demeter (object not created locally)
1604 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 55 Potential violation of Law of Demeter (method chain calls)
1605 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 55 Potential violation of Law of Demeter (method chain calls)
1606 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 59 Potential violation of Law of Demeter (object not created locally)
1607 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 60 Potential violation of Law of Demeter (object not created locally)
1608 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 62 Potential violation of Law of Demeter (method chain calls)
1609 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 62 Potential violation of Law of Demeter (method chain calls)
1610 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 62 Potential violation of Law of Demeter (object not created locally)
1611 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 63 Potential violation of Law of Demeter (method chain calls)
1612 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 63 Potential violation of Law of Demeter (method chain calls)
1613 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 63 Potential violation of Law of Demeter (object not created locally)
1614 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 64 Potential violation of Law of Demeter (method chain calls)
1615 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 64 Potential violation of Law of Demeter (method chain calls)
1616 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 64 Potential violation of Law of Demeter (object not created locally)
1617 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 66 Potential violation of Law of Demeter (method chain calls)
1618 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 66 Potential violation of Law of Demeter (method chain calls)
1619 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 66 Potential violation of Law of Demeter (object not created locally)
1620 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 67 Potential violation of Law of Demeter (method chain calls)
1621 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 67 Potential violation of Law of Demeter (method chain calls)
1622 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 67 Potential violation of Law of Demeter (object not created locally)
1623 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 73 Potential violation of Law of Demeter (object not created locally)
1624 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 74 Potential violation of Law of Demeter (object not created locally)
1625 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 76 Potential violation of Law of Demeter (method chain calls)
1626 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 76 Potential violation of Law of Demeter (method chain calls)
1627 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 76 Potential violation of Law of Demeter (object not created locally)
1628 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 77 Potential violation of Law of Demeter (method chain calls)
1629 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 77 Potential violation of Law of Demeter (method chain calls)
1630 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 77 Potential violation of Law of Demeter (object not created locally)
1631 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 79 Potential violation of Law of Demeter (method chain calls)
1632 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 79 Potential violation of Law of Demeter (method chain calls)
1633 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 79 Potential violation of Law of Demeter (object not created locally)
1634 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 80 Potential violation of Law of Demeter (method chain calls)
1635 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 80 Potential violation of Law of Demeter (method chain calls)
1636 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 80 Potential violation of Law of Demeter (object not created locally)
1637 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 81 Potential violation of Law of Demeter (method chain calls)
1638 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 81 Potential violation of Law of Demeter (method chain calls)
1639 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 81 Potential violation of Law of Demeter (object not created locally)
1640 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 82 Potential violation of Law of Demeter (method chain calls)
1641 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 82 Potential violation of Law of Demeter (method chain calls)
1642 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 82 Potential violation of Law of Demeter (object not created locally)
1643 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 92 Potential violation of Law of Demeter (object not created locally)
1644 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 93 Potential violation of Law of Demeter (object not created locally)
1645 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 95 Potential violation of Law of Demeter (method chain calls)
1646 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 95 Potential violation of Law of Demeter (method chain calls)
1647 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 95 Potential violation of Law of Demeter (object not created locally)
1648 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 96 Potential violation of Law of Demeter (method chain calls)
1649 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 96 Potential violation of Law of Demeter (method chain calls)
1650 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 96 Potential violation of Law of Demeter (object not created locally)
1651 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 97 Potential violation of Law of Demeter (method chain calls)
1652 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 97 Potential violation of Law of Demeter (method chain calls)
1653 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 97 Potential violation of Law of Demeter (object not created locally)
1654 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 99 Potential violation of Law of Demeter (method chain calls)
1655 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 99 Potential violation of Law of Demeter (method chain calls)
1656 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 99 Potential violation of Law of Demeter (object not created locally)
1657 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 100 Potential violation of Law of Demeter (method chain calls)
1658 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 100 Potential violation of Law of Demeter (method chain calls)
1659 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 100 Potential violation of Law of Demeter (object not created locally)
1660 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 108 Potential violation of Law of Demeter (object not created locally)
1661 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 109 Potential violation of Law of Demeter (object not created locally)
1662 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 111 Potential violation of Law of Demeter (method chain calls)
1663 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 111 Potential violation of Law of Demeter (method chain calls)
1664 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 111 Potential violation of Law of Demeter (object not created locally)
1665 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 112 Potential violation of Law of Demeter (method chain calls)
1666 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 112 Potential violation of Law of Demeter (method chain calls)
1667 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 112 Potential violation of Law of Demeter (object not created locally)
1668 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 113 Potential violation of Law of Demeter (method chain calls)
1669 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 113 Potential violation of Law of Demeter (method chain calls)
1670 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 113 Potential violation of Law of Demeter (object not created locally)
1671 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 115 Potential violation of Law of Demeter (method chain calls)
1672 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 115 Potential violation of Law of Demeter (method chain calls)
1673 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 115 Potential violation of Law of Demeter (object not created locally)
1674 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 116 Potential violation of Law of Demeter (method chain calls)
1675 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 116 Potential violation of Law of Demeter (method chain calls)
1676 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 116 Potential violation of Law of Demeter (object not created locally)
1677 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 223 Avoid throwing raw exception types.
1678 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\StandardTestClassTests.java 242 Avoid throwing raw exception types.
1679 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 52 Potential violation of Law of Demeter (method chain calls)
1680 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 52 Potential violation of Law of Demeter (method chain calls)
1681 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 52 Potential violation of Law of Demeter (method chain calls)
1682 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 52 Potential violation of Law of Demeter (method chain calls)
1683 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 52 Potential violation of Law of Demeter (object not created locally)
1684 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 53 Potential violation of Law of Demeter (method chain calls)
1685 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 53 Potential violation of Law of Demeter (method chain calls)
1686 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 53 Potential violation of Law of Demeter (method chain calls)
1687 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 53 Potential violation of Law of Demeter (method chain calls)
1688 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 53 Potential violation of Law of Demeter (object not created locally)
1689 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 54 Potential violation of Law of Demeter (method chain calls)
1690 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 54 Potential violation of Law of Demeter (method chain calls)
1691 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 54 Potential violation of Law of Demeter (method chain calls)
1692 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 54 Potential violation of Law of Demeter (method chain calls)
1693 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 54 Potential violation of Law of Demeter (object not created locally)
1694 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 55 Potential violation of Law of Demeter (method chain calls)
1695 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 55 Potential violation of Law of Demeter (method chain calls)
1696 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 55 Potential violation of Law of Demeter (method chain calls)
1697 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 55 Potential violation of Law of Demeter (method chain calls)
1698 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 55 Potential violation of Law of Demeter (object not created locally)
1699 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 56 Potential violation of Law of Demeter (method chain calls)
1700 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 56 Potential violation of Law of Demeter (method chain calls)
1701 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 56 Potential violation of Law of Demeter (method chain calls)
1702 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 56 Potential violation of Law of Demeter (method chain calls)
1703 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 56 Potential violation of Law of Demeter (object not created locally)
1704 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 68 Potential violation of Law of Demeter (method chain calls)
1705 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 68 Potential violation of Law of Demeter (method chain calls)
1706 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 68 Potential violation of Law of Demeter (method chain calls)
1707 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 68 Potential violation of Law of Demeter (method chain calls)
1708 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 68 Potential violation of Law of Demeter (object not created locally)
1709 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 69 Potential violation of Law of Demeter (method chain calls)
1710 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 69 Potential violation of Law of Demeter (method chain calls)
1711 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 69 Potential violation of Law of Demeter (method chain calls)
1712 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 69 Potential violation of Law of Demeter (method chain calls)
1713 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 69 Potential violation of Law of Demeter (object not created locally)
1714 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 70 Potential violation of Law of Demeter (method chain calls)
1715 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 70 Potential violation of Law of Demeter (method chain calls)
1716 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 70 Potential violation of Law of Demeter (method chain calls)
1717 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 70 Potential violation of Law of Demeter (method chain calls)
1718 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 70 Potential violation of Law of Demeter (object not created locally)
1719 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 71 Potential violation of Law of Demeter (method chain calls)
1720 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 71 Potential violation of Law of Demeter (method chain calls)
1721 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 71 Potential violation of Law of Demeter (method chain calls)
1722 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 71 Potential violation of Law of Demeter (method chain calls)
1723 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 71 Potential violation of Law of Demeter (object not created locally)
1724 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 72 Potential violation of Law of Demeter (method chain calls)
1725 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 72 Potential violation of Law of Demeter (method chain calls)
1726 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 72 Potential violation of Law of Demeter (method chain calls)
1727 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 72 Potential violation of Law of Demeter (method chain calls)
1728 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 72 Potential violation of Law of Demeter (object not created locally)
1729 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 79 Potential violation of Law of Demeter (method chain calls)
1730 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 79 Potential violation of Law of Demeter (method chain calls)
1731 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 79 Potential violation of Law of Demeter (method chain calls)
1732 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 79 Potential violation of Law of Demeter (method chain calls)
1733 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 79 Potential violation of Law of Demeter (object not created locally)
1734 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 80 Potential violation of Law of Demeter (method chain calls)
1735 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 80 Potential violation of Law of Demeter (method chain calls)
1736 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 80 Potential violation of Law of Demeter (method chain calls)
1737 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 80 Potential violation of Law of Demeter (method chain calls)
1738 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 80 Potential violation of Law of Demeter (object not created locally)
1739 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 81 Potential violation of Law of Demeter (method chain calls)
1740 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 81 Potential violation of Law of Demeter (method chain calls)
1741 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 81 Potential violation of Law of Demeter (method chain calls)
1742 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 81 Potential violation of Law of Demeter (method chain calls)
1743 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 81 Potential violation of Law of Demeter (object not created locally)
1744 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 82 Potential violation of Law of Demeter (method chain calls)
1745 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 82 Potential violation of Law of Demeter (method chain calls)
1746 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 82 Potential violation of Law of Demeter (method chain calls)
1747 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 82 Potential violation of Law of Demeter (method chain calls)
1748 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 82 Potential violation of Law of Demeter (object not created locally)
1749 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 83 Potential violation of Law of Demeter (method chain calls)
1750 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 83 Potential violation of Law of Demeter (method chain calls)
1751 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 83 Potential violation of Law of Demeter (method chain calls)
1752 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 83 Potential violation of Law of Demeter (method chain calls)
1753 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 83 Potential violation of Law of Demeter (object not created locally)
1754 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 97 Potential violation of Law of Demeter (method chain calls)
1755 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 97 Potential violation of Law of Demeter (method chain calls)
1756 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 97 Potential violation of Law of Demeter (method chain calls)
1757 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 97 Potential violation of Law of Demeter (method chain calls)
1758 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 97 Potential violation of Law of Demeter (object not created locally)
1759 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 98 Potential violation of Law of Demeter (method chain calls)
1760 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 98 Potential violation of Law of Demeter (method chain calls)
1761 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 98 Potential violation of Law of Demeter (method chain calls)
1762 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 98 Potential violation of Law of Demeter (method chain calls)
1763 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 98 Potential violation of Law of Demeter (object not created locally)
1764 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 99 Potential violation of Law of Demeter (method chain calls)
1765 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 99 Potential violation of Law of Demeter (method chain calls)
1766 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 99 Potential violation of Law of Demeter (method chain calls)
1767 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 99 Potential violation of Law of Demeter (method chain calls)
1768 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 99 Potential violation of Law of Demeter (object not created locally)
1769 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 100 Potential violation of Law of Demeter (method chain calls)
1770 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 100 Potential violation of Law of Demeter (method chain calls)
1771 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 100 Potential violation of Law of Demeter (method chain calls)
1772 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 100 Potential violation of Law of Demeter (method chain calls)
1773 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 100 Potential violation of Law of Demeter (object not created locally)
1774 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 101 Potential violation of Law of Demeter (method chain calls)
1775 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 101 Potential violation of Law of Demeter (method chain calls)
1776 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 101 Potential violation of Law of Demeter (method chain calls)
1777 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 101 Potential violation of Law of Demeter (method chain calls)
1778 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 101 Potential violation of Law of Demeter (object not created locally)
1779 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestClassInheritanceTests.java 179 Avoid throwing raw exception types.
1780 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleConfigurationTests.java 128 Potential violation of Law of Demeter (method chain calls)
1781 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleConfigurationTests.java 128 Potential violation of Law of Demeter (method chain calls)
1782 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleConfigurationTests.java 128 Potential violation of Law of Demeter (method chain calls)
1783 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleConfigurationTests.java 129 Potential violation of Law of Demeter (method chain calls)
1784 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleConfigurationTests.java 129 Potential violation of Law of Demeter (method chain calls)
1785 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleConfigurationTests.java 129 Potential violation of Law of Demeter (method chain calls)
1786 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleConfigurationTests.java 136 Potential violation of Law of Demeter (method chain calls)
1787 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleConfigurationTests.java 136 Potential violation of Law of Demeter (object not created locally)
1788 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleConfigurationTests.java 138 Potential violation of Law of Demeter (method chain calls)
1789 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleConfigurationTests.java 138 Potential violation of Law of Demeter (object not created locally)
1790 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 38 Potential violation of Law of Demeter (static property access)
1791 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 42 Potential violation of Law of Demeter (method chain calls)
1792 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 42 Potential violation of Law of Demeter (method chain calls)
1793 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 42 Potential violation of Law of Demeter (method chain calls)
1794 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 42 Potential violation of Law of Demeter (method chain calls)
1795 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 42 Potential violation of Law of Demeter (method chain calls)
1796 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 42 Potential violation of Law of Demeter (object not created locally)
1797 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 43 Potential violation of Law of Demeter (method chain calls)
1798 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 43 Potential violation of Law of Demeter (static property access)
1799 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 44 Potential violation of Law of Demeter (method chain calls)
1800 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 44 Potential violation of Law of Demeter (method chain calls)
1801 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 44 Potential violation of Law of Demeter (method chain calls)
1802 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 44 Potential violation of Law of Demeter (method chain calls)
1803 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 44 Potential violation of Law of Demeter (method chain calls)
1804 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 44 Potential violation of Law of Demeter (static property access)
1805 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 55 Potential violation of Law of Demeter (static property access)
1806 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 59 Potential violation of Law of Demeter (method chain calls)
1807 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 59 Potential violation of Law of Demeter (method chain calls)
1808 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 59 Potential violation of Law of Demeter (method chain calls)
1809 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 59 Potential violation of Law of Demeter (method chain calls)
1810 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 59 Potential violation of Law of Demeter (method chain calls)
1811 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 59 Potential violation of Law of Demeter (object not created locally)
1812 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 60 Potential violation of Law of Demeter (static property access)
1813 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 61 Potential violation of Law of Demeter (method chain calls)
1814 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 61 Potential violation of Law of Demeter (method chain calls)
1815 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 61 Potential violation of Law of Demeter (method chain calls)
1816 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 64 Potential violation of Law of Demeter (static property access)
1817 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 67 Potential violation of Law of Demeter (method chain calls)
1818 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 67 Potential violation of Law of Demeter (method chain calls)
1819 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 67 Potential violation of Law of Demeter (static property access)
1820 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 70 Potential violation of Law of Demeter (method chain calls)
1821 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 70 Potential violation of Law of Demeter (method chain calls)
1822 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 70 Potential violation of Law of Demeter (method chain calls)
1823 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 70 Potential violation of Law of Demeter (static property access)
1824 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 74 Potential violation of Law of Demeter (method chain calls)
1825 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 74 Potential violation of Law of Demeter (method chain calls)
1826 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 74 Potential violation of Law of Demeter (method chain calls)
1827 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleKotlinTests.java 74 Potential violation of Law of Demeter (static property access)
1828 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
1829 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 11 High amount of different objects as members denotes a high coupling
1830 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 68 This class has too many methods, consider refactoring it.
1831 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 120 Potential violation of Law of Demeter (method chain calls)
1832 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 144 Potential violation of Law of Demeter (object not created locally)
1833 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 149 Potential violation of Law of Demeter (object not created locally)
1834 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 154 Potential violation of Law of Demeter (object not created locally)
1835 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 157 Potential violation of Law of Demeter (method chain calls)
1836 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 157 Potential violation of Law of Demeter (object not created locally)
1837 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 158 Potential violation of Law of Demeter (method chain calls)
1838 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 159 Potential violation of Law of Demeter (method chain calls)
1839 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 159 Potential violation of Law of Demeter (object not created locally)
1840 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 160 Potential violation of Law of Demeter (method chain calls)
1841 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 162 Potential violation of Law of Demeter (method chain calls)
1842 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 163 Potential violation of Law of Demeter (method chain calls)
1843 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 163 Potential violation of Law of Demeter (method chain calls)
1844 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 163 Potential violation of Law of Demeter (method chain calls)
1845 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 163 Potential violation of Law of Demeter (method chain calls)
1846 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 202 Potential violation of Law of Demeter (method chain calls)
1847 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 222 Potential violation of Law of Demeter (object not created locally)
1848 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 233 Potential violation of Law of Demeter (method chain calls)
1849 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 233 Potential violation of Law of Demeter (object not created locally)
1850 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 234 Potential violation of Law of Demeter (method chain calls)
1851 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 235 Potential violation of Law of Demeter (method chain calls)
1852 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 235 Potential violation of Law of Demeter (object not created locally)
1853 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 236 Potential violation of Law of Demeter (method chain calls)
1854 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 240 Potential violation of Law of Demeter (method chain calls)
1855 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 241 Potential violation of Law of Demeter (method chain calls)
1856 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 241 Potential violation of Law of Demeter (method chain calls)
1857 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 241 Potential violation of Law of Demeter (method chain calls)
1858 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 241 Potential violation of Law of Demeter (method chain calls)
1859 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 245 Avoid really long methods.
1860 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 245 The method 'instancePerMethodWithNestedTestClass()' has a NCSS line count of 73.
1861 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 281 Potential violation of Law of Demeter (method chain calls)
1862 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 316 Potential violation of Law of Demeter (object not created locally)
1863 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 321 Potential violation of Law of Demeter (object not created locally)
1864 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 322 Potential violation of Law of Demeter (object not created locally)
1865 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 322 Potential violation of Law of Demeter (object not created locally)
1866 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 327 Potential violation of Law of Demeter (object not created locally)
1867 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 328 Potential violation of Law of Demeter (object not created locally)
1868 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 328 Potential violation of Law of Demeter (object not created locally)
1869 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 329 Potential violation of Law of Demeter (object not created locally)
1870 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 329 Potential violation of Law of Demeter (object not created locally)
1871 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 334 Potential violation of Law of Demeter (object not created locally)
1872 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 335 Potential violation of Law of Demeter (object not created locally)
1873 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 335 Potential violation of Law of Demeter (object not created locally)
1874 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 336 Potential violation of Law of Demeter (object not created locally)
1875 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 336 Potential violation of Law of Demeter (object not created locally)
1876 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 337 Potential violation of Law of Demeter (method chain calls)
1877 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 337 Potential violation of Law of Demeter (object not created locally)
1878 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 338 Potential violation of Law of Demeter (method chain calls)
1879 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 339 Potential violation of Law of Demeter (method chain calls)
1880 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 339 Potential violation of Law of Demeter (object not created locally)
1881 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 340 Potential violation of Law of Demeter (method chain calls)
1882 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 341 Potential violation of Law of Demeter (method chain calls)
1883 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 341 Potential violation of Law of Demeter (object not created locally)
1884 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 342 Potential violation of Law of Demeter (method chain calls)
1885 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 344 Potential violation of Law of Demeter (method chain calls)
1886 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 344 Potential violation of Law of Demeter (method chain calls)
1887 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 345 Potential violation of Law of Demeter (method chain calls)
1888 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 345 Potential violation of Law of Demeter (method chain calls)
1889 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 346 Potential violation of Law of Demeter (method chain calls)
1890 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 346 Potential violation of Law of Demeter (method chain calls)
1891 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 349 Potential violation of Law of Demeter (method chain calls)
1892 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 349 Potential violation of Law of Demeter (method chain calls)
1893 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 349 Potential violation of Law of Demeter (method chain calls)
1894 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 350 Potential violation of Law of Demeter (object not created locally)
1895 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 351 Potential violation of Law of Demeter (method chain calls)
1896 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 351 Potential violation of Law of Demeter (method chain calls)
1897 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 351 Potential violation of Law of Demeter (method chain calls)
1898 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 352 Potential violation of Law of Demeter (object not created locally)
1899 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 353 Potential violation of Law of Demeter (method chain calls)
1900 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 353 Potential violation of Law of Demeter (method chain calls)
1901 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 353 Potential violation of Law of Demeter (method chain calls)
1902 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 354 Potential violation of Law of Demeter (object not created locally)
1903 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 359 Potential violation of Law of Demeter (method chain calls)
1904 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 359 Potential violation of Law of Demeter (method chain calls)
1905 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 361 Potential violation of Law of Demeter (method chain calls)
1906 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 362 Potential violation of Law of Demeter (method chain calls)
1907 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 362 Potential violation of Law of Demeter (method chain calls)
1908 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 362 Potential violation of Law of Demeter (method chain calls)
1909 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 362 Potential violation of Law of Demeter (method chain calls)
1910 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 363 Potential violation of Law of Demeter (method chain calls)
1911 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 363 Potential violation of Law of Demeter (method chain calls)
1912 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 363 Potential violation of Law of Demeter (method chain calls)
1913 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 363 Potential violation of Law of Demeter (method chain calls)
1914 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 367 Avoid really long methods.
1915 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 367 The method 'instancePerClassWithNestedTestClass()' has a NCSS line count of 73.
1916 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 403 Potential violation of Law of Demeter (method chain calls)
1917 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 430 Potential violation of Law of Demeter (method chain calls)
1918 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 433 Potential violation of Law of Demeter (method chain calls)
1919 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 433 Potential violation of Law of Demeter (method chain calls)
1920 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 434 Potential violation of Law of Demeter (method chain calls)
1921 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 434 Potential violation of Law of Demeter (method chain calls)
1922 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 435 Potential violation of Law of Demeter (method chain calls)
1923 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 435 Potential violation of Law of Demeter (method chain calls)
1924 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 436 Potential violation of Law of Demeter (method chain calls)
1925 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 436 Potential violation of Law of Demeter (method chain calls)
1926 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 437 Potential violation of Law of Demeter (method chain calls)
1927 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 437 Potential violation of Law of Demeter (method chain calls)
1928 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 438 Potential violation of Law of Demeter (method chain calls)
1929 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 438 Potential violation of Law of Demeter (method chain calls)
1930 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 440 Potential violation of Law of Demeter (method chain calls)
1931 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 444 Potential violation of Law of Demeter (method chain calls)
1932 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 444 Potential violation of Law of Demeter (method chain calls)
1933 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 445 Potential violation of Law of Demeter (method chain calls)
1934 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 445 Potential violation of Law of Demeter (method chain calls)
1935 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 446 Potential violation of Law of Demeter (method chain calls)
1936 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 446 Potential violation of Law of Demeter (method chain calls)
1937 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 447 Potential violation of Law of Demeter (method chain calls)
1938 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 447 Potential violation of Law of Demeter (method chain calls)
1939 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 448 Potential violation of Law of Demeter (method chain calls)
1940 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 448 Potential violation of Law of Demeter (method chain calls)
1941 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 449 Potential violation of Law of Demeter (method chain calls)
1942 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 449 Potential violation of Law of Demeter (method chain calls)
1943 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 450 Potential violation of Law of Demeter (method chain calls)
1944 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 450 Potential violation of Law of Demeter (method chain calls)
1945 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 451 Potential violation of Law of Demeter (method chain calls)
1946 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 451 Potential violation of Law of Demeter (method chain calls)
1947 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 452 Potential violation of Law of Demeter (method chain calls)
1948 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 452 Potential violation of Law of Demeter (method chain calls)
1949 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 453 Potential violation of Law of Demeter (method chain calls)
1950 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 453 Potential violation of Law of Demeter (method chain calls)
1951 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 454 Potential violation of Law of Demeter (method chain calls)
1952 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 454 Potential violation of Law of Demeter (method chain calls)
1953 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 455 Potential violation of Law of Demeter (method chain calls)
1954 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 455 Potential violation of Law of Demeter (method chain calls)
1955 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 457 Potential violation of Law of Demeter (method chain calls)
1956 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 457 Potential violation of Law of Demeter (method chain calls)
1957 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 458 Potential violation of Law of Demeter (method chain calls)
1958 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 458 Potential violation of Law of Demeter (method chain calls)
1959 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 459 Potential violation of Law of Demeter (method chain calls)
1960 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 459 Potential violation of Law of Demeter (method chain calls)
1961 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 461 Potential violation of Law of Demeter (method chain calls)
1962 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 461 Potential violation of Law of Demeter (method chain calls)
1963 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 461 Potential violation of Law of Demeter (method chain calls)
1964 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 463 Potential violation of Law of Demeter (method chain calls)
1965 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 463 Potential violation of Law of Demeter (method chain calls)
1966 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 463 Potential violation of Law of Demeter (method chain calls)
1967 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 465 Potential violation of Law of Demeter (method chain calls)
1968 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 465 Potential violation of Law of Demeter (method chain calls)
1969 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 465 Potential violation of Law of Demeter (method chain calls)
1970 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 467 Potential violation of Law of Demeter (method chain calls)
1971 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 467 Potential violation of Law of Demeter (method chain calls)
1972 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 467 Potential violation of Law of Demeter (method chain calls)
1973 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 469 Potential violation of Law of Demeter (method chain calls)
1974 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 469 Potential violation of Law of Demeter (method chain calls)
1975 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 469 Potential violation of Law of Demeter (method chain calls)
1976 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 471 Potential violation of Law of Demeter (method chain calls)
1977 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 471 Potential violation of Law of Demeter (method chain calls)
1978 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 471 Potential violation of Law of Demeter (method chain calls)
1979 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 473 Potential violation of Law of Demeter (method chain calls)
1980 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 473 Potential violation of Law of Demeter (method chain calls)
1981 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 473 Potential violation of Law of Demeter (method chain calls)
1982 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 475 Potential violation of Law of Demeter (method chain calls)
1983 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 475 Potential violation of Law of Demeter (method chain calls)
1984 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 475 Potential violation of Law of Demeter (method chain calls)
1985 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 477 Potential violation of Law of Demeter (method chain calls)
1986 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 477 Potential violation of Law of Demeter (method chain calls)
1987 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 477 Potential violation of Law of Demeter (method chain calls)
1988 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 480 Potential violation of Law of Demeter (method chain calls)
1989 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 481 Potential violation of Law of Demeter (method chain calls)
1990 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 481 Potential violation of Law of Demeter (method chain calls)
1991 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 481 Potential violation of Law of Demeter (method chain calls)
1992 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 481 Potential violation of Law of Demeter (method chain calls)
1993 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 482 Potential violation of Law of Demeter (method chain calls)
1994 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 482 Potential violation of Law of Demeter (method chain calls)
1995 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 482 Potential violation of Law of Demeter (method chain calls)
1996 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 482 Potential violation of Law of Demeter (method chain calls)
1997 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 486 Avoid really long methods.
1998 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 486 The method 'instancePerMethodOnOuterTestClassWithInstancePerClassOnNestedTestClass()' has a NCSS line count of 70.
1999 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 522 Potential violation of Law of Demeter (method chain calls)
2000 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 557 Potential violation of Law of Demeter (method chain calls)
2001 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 559 Potential violation of Law of Demeter (object not created locally)
2002 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 561 Potential violation of Law of Demeter (method chain calls)
2003 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 561 Potential violation of Law of Demeter (method chain calls)
2004 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 562 Potential violation of Law of Demeter (method chain calls)
2005 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 562 Potential violation of Law of Demeter (method chain calls)
2006 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 563 Potential violation of Law of Demeter (method chain calls)
2007 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 563 Potential violation of Law of Demeter (method chain calls)
2008 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 564 Potential violation of Law of Demeter (method chain calls)
2009 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 564 Potential violation of Law of Demeter (method chain calls)
2010 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 565 Potential violation of Law of Demeter (method chain calls)
2011 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 565 Potential violation of Law of Demeter (method chain calls)
2012 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 566 Potential violation of Law of Demeter (method chain calls)
2013 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 566 Potential violation of Law of Demeter (method chain calls)
2014 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 567 Potential violation of Law of Demeter (method chain calls)
2015 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 567 Potential violation of Law of Demeter (method chain calls)
2016 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 568 Potential violation of Law of Demeter (method chain calls)
2017 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 568 Potential violation of Law of Demeter (method chain calls)
2018 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 569 Potential violation of Law of Demeter (method chain calls)
2019 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 569 Potential violation of Law of Demeter (method chain calls)
2020 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 570 Potential violation of Law of Demeter (method chain calls)
2021 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 570 Potential violation of Law of Demeter (method chain calls)
2022 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 571 Potential violation of Law of Demeter (method chain calls)
2023 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 571 Potential violation of Law of Demeter (method chain calls)
2024 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 572 Potential violation of Law of Demeter (method chain calls)
2025 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 572 Potential violation of Law of Demeter (method chain calls)
2026 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 576 Potential violation of Law of Demeter (method chain calls)
2027 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 576 Potential violation of Law of Demeter (method chain calls)
2028 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 577 Potential violation of Law of Demeter (method chain calls)
2029 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 577 Potential violation of Law of Demeter (method chain calls)
2030 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 577 Potential violation of Law of Demeter (object not created locally)
2031 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 577 Potential violation of Law of Demeter (object not created locally)
2032 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 578 Potential violation of Law of Demeter (object not created locally)
2033 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 579 Potential violation of Law of Demeter (method chain calls)
2034 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 579 Potential violation of Law of Demeter (method chain calls)
2035 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 579 Potential violation of Law of Demeter (method chain calls)
2036 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 581 Potential violation of Law of Demeter (method chain calls)
2037 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 581 Potential violation of Law of Demeter (method chain calls)
2038 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 581 Potential violation of Law of Demeter (method chain calls)
2039 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 583 Potential violation of Law of Demeter (method chain calls)
2040 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 583 Potential violation of Law of Demeter (method chain calls)
2041 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 583 Potential violation of Law of Demeter (method chain calls)
2042 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 585 Potential violation of Law of Demeter (method chain calls)
2043 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 585 Potential violation of Law of Demeter (method chain calls)
2044 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 585 Potential violation of Law of Demeter (method chain calls)
2045 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 587 Potential violation of Law of Demeter (method chain calls)
2046 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 587 Potential violation of Law of Demeter (method chain calls)
2047 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 587 Potential violation of Law of Demeter (method chain calls)
2048 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 589 Potential violation of Law of Demeter (method chain calls)
2049 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 589 Potential violation of Law of Demeter (method chain calls)
2050 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 589 Potential violation of Law of Demeter (method chain calls)
2051 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 591 Potential violation of Law of Demeter (method chain calls)
2052 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 591 Potential violation of Law of Demeter (method chain calls)
2053 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 591 Potential violation of Law of Demeter (method chain calls)
2054 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 593 Potential violation of Law of Demeter (method chain calls)
2055 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 593 Potential violation of Law of Demeter (method chain calls)
2056 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 593 Potential violation of Law of Demeter (method chain calls)
2057 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 595 Potential violation of Law of Demeter (method chain calls)
2058 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 595 Potential violation of Law of Demeter (method chain calls)
2059 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 595 Potential violation of Law of Demeter (method chain calls)
2060 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 598 Potential violation of Law of Demeter (method chain calls)
2061 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 599 Potential violation of Law of Demeter (method chain calls)
2062 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 599 Potential violation of Law of Demeter (method chain calls)
2063 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 599 Potential violation of Law of Demeter (method chain calls)
2064 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 599 Potential violation of Law of Demeter (method chain calls)
2065 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 600 Potential violation of Law of Demeter (method chain calls)
2066 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 600 Potential violation of Law of Demeter (method chain calls)
2067 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 600 Potential violation of Law of Demeter (method chain calls)
2068 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 600 Potential violation of Law of Demeter (method chain calls)
2069 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 608 Potential violation of Law of Demeter (method chain calls)
2070 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 608 Potential violation of Law of Demeter (object not created locally)
2071 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 610 Potential violation of Law of Demeter (method chain calls)
2072 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 610 Potential violation of Law of Demeter (object not created locally)
2073 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 701 Potential violation of Law of Demeter (method chain calls)
2074 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 701 Potential violation of Law of Demeter (method chain calls)
2075 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 701 Potential violation of Law of Demeter (method chain calls)
2076 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 701 Potential violation of Law of Demeter (method chain calls)
2077 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 706 Potential violation of Law of Demeter (method chain calls)
2078 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 706 Potential violation of Law of Demeter (method chain calls)
2079 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 706 Potential violation of Law of Demeter (method chain calls)
2080 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 706 Potential violation of Law of Demeter (method chain calls)
2081 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 711 Potential violation of Law of Demeter (method chain calls)
2082 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 711 Potential violation of Law of Demeter (method chain calls)
2083 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 711 Potential violation of Law of Demeter (method chain calls)
2084 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 711 Potential violation of Law of Demeter (method chain calls)
2085 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 771 Potential violation of Law of Demeter (method chain calls)
2086 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 771 Potential violation of Law of Demeter (method chain calls)
2087 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 796 Potential violation of Law of Demeter (method chain calls)
2088 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 796 Potential violation of Law of Demeter (method chain calls)
2089 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 797 Potential violation of Law of Demeter (method chain calls)
2090 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 797 Potential violation of Law of Demeter (method chain calls)
2091 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 797 Potential violation of Law of Demeter (method chain calls)
2092 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 797 Potential violation of Law of Demeter (method chain calls)
2093 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 802 Potential violation of Law of Demeter (method chain calls)
2094 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 802 Potential violation of Law of Demeter (method chain calls)
2095 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 803 Potential violation of Law of Demeter (method chain calls)
2096 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 803 Potential violation of Law of Demeter (method chain calls)
2097 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 803 Potential violation of Law of Demeter (method chain calls)
2098 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 803 Potential violation of Law of Demeter (method chain calls)
2099 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 808 Potential violation of Law of Demeter (method chain calls)
2100 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 808 Potential violation of Law of Demeter (method chain calls)
2101 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 809 Potential violation of Law of Demeter (method chain calls)
2102 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 809 Potential violation of Law of Demeter (method chain calls)
2103 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 809 Potential violation of Law of Demeter (method chain calls)
2104 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 809 Potential violation of Law of Demeter (method chain calls)
2105 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 835 Potential violation of Law of Demeter (method chain calls)
2106 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 835 Potential violation of Law of Demeter (method chain calls)
2107 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 865 Potential violation of Law of Demeter (method chain calls)
2108 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 865 Potential violation of Law of Demeter (method chain calls)
2109 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 866 Potential violation of Law of Demeter (method chain calls)
2110 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 866 Potential violation of Law of Demeter (method chain calls)
2111 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 866 Potential violation of Law of Demeter (method chain calls)
2112 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 866 Potential violation of Law of Demeter (method chain calls)
2113 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 871 Potential violation of Law of Demeter (method chain calls)
2114 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 871 Potential violation of Law of Demeter (method chain calls)
2115 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 872 Potential violation of Law of Demeter (method chain calls)
2116 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 872 Potential violation of Law of Demeter (method chain calls)
2117 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 872 Potential violation of Law of Demeter (method chain calls)
2118 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 872 Potential violation of Law of Demeter (method chain calls)
2119 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 877 Potential violation of Law of Demeter (method chain calls)
2120 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 877 Potential violation of Law of Demeter (method chain calls)
2121 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 878 Potential violation of Law of Demeter (method chain calls)
2122 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 878 Potential violation of Law of Demeter (method chain calls)
2123 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 878 Potential violation of Law of Demeter (method chain calls)
2124 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 878 Potential violation of Law of Demeter (method chain calls)
2125 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 910 Potential violation of Law of Demeter (method chain calls)
2126 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 910 Potential violation of Law of Demeter (method chain calls)
2127 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 939 Potential violation of Law of Demeter (method chain calls)
2128 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 939 Potential violation of Law of Demeter (method chain calls)
2129 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 940 Potential violation of Law of Demeter (method chain calls)
2130 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 940 Potential violation of Law of Demeter (method chain calls)
2131 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 940 Potential violation of Law of Demeter (method chain calls)
2132 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 940 Potential violation of Law of Demeter (method chain calls)
2133 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 945 Potential violation of Law of Demeter (method chain calls)
2134 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 945 Potential violation of Law of Demeter (method chain calls)
2135 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 946 Potential violation of Law of Demeter (method chain calls)
2136 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 946 Potential violation of Law of Demeter (method chain calls)
2137 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 946 Potential violation of Law of Demeter (method chain calls)
2138 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 946 Potential violation of Law of Demeter (method chain calls)
2139 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 951 Potential violation of Law of Demeter (method chain calls)
2140 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 951 Potential violation of Law of Demeter (method chain calls)
2141 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 952 Potential violation of Law of Demeter (method chain calls)
2142 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 952 Potential violation of Law of Demeter (method chain calls)
2143 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 952 Potential violation of Law of Demeter (method chain calls)
2144 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 952 Potential violation of Law of Demeter (method chain calls)
2145 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 978 Potential violation of Law of Demeter (method chain calls)
2146 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 978 Potential violation of Law of Demeter (method chain calls)
2147 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 978 Potential violation of Law of Demeter (method chain calls)
2148 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 980 Potential violation of Law of Demeter (method chain calls)
2149 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 981 Potential violation of Law of Demeter (method chain calls)
2150 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 983 Potential violation of Law of Demeter (method chain calls)
2151 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 984 Potential violation of Law of Demeter (method chain calls)
2152 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 992 Potential violation of Law of Demeter (method chain calls)
2153 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1001 Potential violation of Law of Demeter (method chain calls)
2154 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1002 Potential violation of Law of Demeter (method chain calls)
2155 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1003 Potential violation of Law of Demeter (method chain calls)
2156 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1003 Potential violation of Law of Demeter (method chain calls)
2157 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1009 Potential violation of Law of Demeter (method chain calls)
2158 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1010 Potential violation of Law of Demeter (method chain calls)
2159 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1016 Potential violation of Law of Demeter (method chain calls)
2160 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1017 Potential violation of Law of Demeter (method chain calls)
2161 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1023 Potential violation of Law of Demeter (method chain calls)
2162 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1024 Potential violation of Law of Demeter (method chain calls)
2163 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1024 Potential violation of Law of Demeter (method chain calls)
2164 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1031 Potential violation of Law of Demeter (method chain calls)
2165 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1032 Potential violation of Law of Demeter (method chain calls)
2166 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1032 Potential violation of Law of Demeter (method chain calls)
2167 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1045 Potential violation of Law of Demeter (method chain calls)
2168 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1045 Potential violation of Law of Demeter (method chain calls)
2169 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1045 Potential violation of Law of Demeter (method chain calls)
2170 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1045 Potential violation of Law of Demeter (method chain calls)
2171 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1046 Potential violation of Law of Demeter (method chain calls)
2172 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1053 Potential violation of Law of Demeter (method chain calls)
2173 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1053 Potential violation of Law of Demeter (method chain calls)
2174 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1053 Potential violation of Law of Demeter (method chain calls)
2175 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1054 Potential violation of Law of Demeter (method chain calls)
2176 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1054 Potential violation of Law of Demeter (method chain calls)
2177 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestInstanceLifecycleTests.java 1055 Potential violation of Law of Demeter (method chain calls)
2178 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
2179 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 11 High amount of different objects as members denotes a high coupling
2180 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 80 This class has too many methods, consider refactoring it.
2181 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 84 Potential violation of Law of Demeter (method chain calls)
2182 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 84 Potential violation of Law of Demeter (method chain calls)
2183 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 89 Potential violation of Law of Demeter (method chain calls)
2184 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 89 Potential violation of Law of Demeter (object not created locally)
2185 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 101 Potential violation of Law of Demeter (method chain calls)
2186 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 101 Potential violation of Law of Demeter (method chain calls)
2187 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 109 Potential violation of Law of Demeter (method chain calls)
2188 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 109 Potential violation of Law of Demeter (object not created locally)
2189 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 110 Potential violation of Law of Demeter (method chain calls)
2190 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 110 Potential violation of Law of Demeter (object not created locally)
2191 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 115 Potential violation of Law of Demeter (method chain calls)
2192 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 115 Potential violation of Law of Demeter (method chain calls)
2193 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 120 Potential violation of Law of Demeter (method chain calls)
2194 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 128 Potential violation of Law of Demeter (method chain calls)
2195 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 128 Potential violation of Law of Demeter (method chain calls)
2196 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 133 Potential violation of Law of Demeter (method chain calls)
2197 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 133 Potential violation of Law of Demeter (object not created locally)
2198 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 149 Potential violation of Law of Demeter (method chain calls)
2199 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 149 Potential violation of Law of Demeter (method chain calls)
2200 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 153 Potential violation of Law of Demeter (object not created locally)
2201 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 155 Potential violation of Law of Demeter (object not created locally)
2202 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 161 Potential violation of Law of Demeter (method chain calls)
2203 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 161 Potential violation of Law of Demeter (method chain calls)
2204 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 161 Potential violation of Law of Demeter (method chain calls)
2205 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 161 Potential violation of Law of Demeter (method chain calls)
2206 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 161 Potential violation of Law of Demeter (object not created locally)
2207 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 165 Potential violation of Law of Demeter (method chain calls)
2208 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 171 Potential violation of Law of Demeter (method chain calls)
2209 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 171 Potential violation of Law of Demeter (method chain calls)
2210 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 176 Potential violation of Law of Demeter (method chain calls)
2211 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 176 Potential violation of Law of Demeter (object not created locally)
2212 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 192 Potential violation of Law of Demeter (method chain calls)
2213 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 198 Potential violation of Law of Demeter (method chain calls)
2214 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 198 Potential violation of Law of Demeter (object not created locally)
2215 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 210 Potential violation of Law of Demeter (method chain calls)
2216 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 210 Potential violation of Law of Demeter (method chain calls)
2217 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 215 Potential violation of Law of Demeter (method chain calls)
2218 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 215 Potential violation of Law of Demeter (object not created locally)
2219 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 225 Potential violation of Law of Demeter (method chain calls)
2220 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 225 Potential violation of Law of Demeter (method chain calls)
2221 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 230 Potential violation of Law of Demeter (method chain calls)
2222 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 230 Potential violation of Law of Demeter (object not created locally)
2223 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 237 Potential violation of Law of Demeter (method chain calls)
2224 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 237 Potential violation of Law of Demeter (method chain calls)
2225 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 242 Potential violation of Law of Demeter (method chain calls)
2226 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 242 Potential violation of Law of Demeter (object not created locally)
2227 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 255 Potential violation of Law of Demeter (method chain calls)
2228 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 255 Potential violation of Law of Demeter (method chain calls)
2229 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 260 Potential violation of Law of Demeter (method chain calls)
2230 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 260 Potential violation of Law of Demeter (object not created locally)
2231 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 274 Potential violation of Law of Demeter (method chain calls)
2232 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 274 Potential violation of Law of Demeter (method chain calls)
2233 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 279 Potential violation of Law of Demeter (method chain calls)
2234 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 279 Potential violation of Law of Demeter (object not created locally)
2235 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 293 Potential violation of Law of Demeter (method chain calls)
2236 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 293 Potential violation of Law of Demeter (method chain calls)
2237 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 298 Potential violation of Law of Demeter (method chain calls)
2238 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 298 Potential violation of Law of Demeter (object not created locally)
2239 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 312 Potential violation of Law of Demeter (method chain calls)
2240 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 312 Potential violation of Law of Demeter (method chain calls)
2241 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 318 Potential violation of Law of Demeter (method chain calls)
2242 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 335 Potential violation of Law of Demeter (method chain calls)
2243 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 335 Potential violation of Law of Demeter (method chain calls)
2244 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 335 Potential violation of Law of Demeter (method chain calls)
2245 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 336 Potential violation of Law of Demeter (method chain calls)
2246 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 336 Potential violation of Law of Demeter (method chain calls)
2247 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 340 Potential violation of Law of Demeter (method chain calls)
2248 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 340 Potential violation of Law of Demeter (object not created locally)
2249 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 349 Potential violation of Law of Demeter (method chain calls)
2250 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 349 Potential violation of Law of Demeter (method chain calls)
2251 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 354 Potential violation of Law of Demeter (method chain calls)
2252 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 354 Potential violation of Law of Demeter (method chain calls)
2253 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 354 Potential violation of Law of Demeter (object not created locally)
2254 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 355 Potential violation of Law of Demeter (method chain calls)
2255 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 357 Potential violation of Law of Demeter (method chain calls)
2256 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 358 Potential violation of Law of Demeter (method chain calls)
2257 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 358 Potential violation of Law of Demeter (method chain calls)
2258 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 359 Potential violation of Law of Demeter (method chain calls)
2259 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 365 Potential violation of Law of Demeter (method chain calls)
2260 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 365 Potential violation of Law of Demeter (method chain calls)
2261 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 370 Potential violation of Law of Demeter (method chain calls)
2262 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 370 Potential violation of Law of Demeter (method chain calls)
2263 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 370 Potential violation of Law of Demeter (static property access)
2264 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 373 Potential violation of Law of Demeter (method chain calls)
2265 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 373 Potential violation of Law of Demeter (object not created locally)
2266 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 384 Potential violation of Law of Demeter (method chain calls)
2267 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 384 Potential violation of Law of Demeter (method chain calls)
2268 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 384 Potential violation of Law of Demeter (method chain calls)
2269 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 384 Potential violation of Law of Demeter (method chain calls)
2270 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 384 Potential violation of Law of Demeter (method chain calls)
2271 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 384 Potential violation of Law of Demeter (method chain calls)
2272 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 406 This class has too many methods, consider refactoring it.
2273 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 610 Potential violation of Law of Demeter (method chain calls)
2274 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 610 Potential violation of Law of Demeter (method chain calls)
2275 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 626 Potential violation of Law of Demeter (method chain calls)
2276 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 626 Potential violation of Law of Demeter (method chain calls)
2277 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 626 Potential violation of Law of Demeter (method chain calls)
2278 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 626 Potential violation of Law of Demeter (method chain calls)
2279 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 626 Potential violation of Law of Demeter (method chain calls)
2280 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 626 Potential violation of Law of Demeter (method chain calls)
2281 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 734 Potential violation of Law of Demeter (static property access)
2282 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 739 Potential violation of Law of Demeter (static property access)
2283 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 744 Potential violation of Law of Demeter (static property access)
2284 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 750 Potential violation of Law of Demeter (static property access)
2285 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 755 Potential violation of Law of Demeter (static property access)
2286 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\TestTemplateInvocationTests.java 785 Potential violation of Law of Demeter (method chain calls)
2287 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\AbstractNonGenericTests.java 25 Potential violation of Law of Demeter (static property access)
2288 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\AbstractNonGenericTests.java 30 Potential violation of Law of Demeter (static property access)
2289 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\AbstractNonGenericTests.java 38 Potential violation of Law of Demeter (static property access)
2290 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\AbstractNonGenericTests.java 43 Potential violation of Law of Demeter (static property access)
2291 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\AbstractNonGenericTests.java 53 Potential violation of Law of Demeter (static property access)
2292 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\AbstractNonGenericTests.java 59 Potential violation of Law of Demeter (static property access)
2293 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\AbstractNumberTests.java 27 Potential violation of Law of Demeter (static property access)
2294 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 38 A method/constructor should not explicitly throw java.lang.Exception
2295 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 39 Potential violation of Law of Demeter (method chain calls)
2296 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 39 Potential violation of Law of Demeter (method chain calls)
2297 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 39 Potential violation of Law of Demeter (method chain calls)
2298 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 39 Potential violation of Law of Demeter (method chain calls)
2299 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 40 Potential violation of Law of Demeter (method chain calls)
2300 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 40 Potential violation of Law of Demeter (method chain calls)
2301 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 40 Potential violation of Law of Demeter (method chain calls)
2302 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 40 Potential violation of Law of Demeter (method chain calls)
2303 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 41 Potential violation of Law of Demeter (method chain calls)
2304 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 41 Potential violation of Law of Demeter (method chain calls)
2305 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 41 Potential violation of Law of Demeter (method chain calls)
2306 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 41 Potential violation of Law of Demeter (method chain calls)
2307 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 42 Potential violation of Law of Demeter (method chain calls)
2308 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 42 Potential violation of Law of Demeter (method chain calls)
2309 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 42 Potential violation of Law of Demeter (method chain calls)
2310 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 42 Potential violation of Law of Demeter (method chain calls)
2311 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 44 Potential violation of Law of Demeter (method chain calls)
2312 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 44 Potential violation of Law of Demeter (method chain calls)
2313 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 44 Potential violation of Law of Demeter (method chain calls)
2314 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 44 Potential violation of Law of Demeter (method chain calls)
2315 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 45 Potential violation of Law of Demeter (method chain calls)
2316 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 45 Potential violation of Law of Demeter (method chain calls)
2317 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 45 Potential violation of Law of Demeter (method chain calls)
2318 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 45 Potential violation of Law of Demeter (method chain calls)
2319 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 47 Potential violation of Law of Demeter (method chain calls)
2320 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 47 Potential violation of Law of Demeter (method chain calls)
2321 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 47 Potential violation of Law of Demeter (method chain calls)
2322 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 47 Potential violation of Law of Demeter (method chain calls)
2323 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 48 Potential violation of Law of Demeter (method chain calls)
2324 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 48 Potential violation of Law of Demeter (method chain calls)
2325 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 48 Potential violation of Law of Demeter (method chain calls)
2326 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 48 Potential violation of Law of Demeter (method chain calls)
2327 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 52 A method/constructor should not explicitly throw java.lang.Exception
2328 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 53 Potential violation of Law of Demeter (method chain calls)
2329 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 53 Potential violation of Law of Demeter (method chain calls)
2330 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 53 Potential violation of Law of Demeter (method chain calls)
2331 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 53 Potential violation of Law of Demeter (method chain calls)
2332 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 54 Potential violation of Law of Demeter (method chain calls)
2333 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 54 Potential violation of Law of Demeter (method chain calls)
2334 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 54 Potential violation of Law of Demeter (method chain calls)
2335 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 54 Potential violation of Law of Demeter (method chain calls)
2336 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 55 Potential violation of Law of Demeter (method chain calls)
2337 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 55 Potential violation of Law of Demeter (method chain calls)
2338 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 55 Potential violation of Law of Demeter (method chain calls)
2339 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 55 Potential violation of Law of Demeter (method chain calls)
2340 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 56 Potential violation of Law of Demeter (method chain calls)
2341 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 56 Potential violation of Law of Demeter (method chain calls)
2342 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 56 Potential violation of Law of Demeter (method chain calls)
2343 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 56 Potential violation of Law of Demeter (method chain calls)
2344 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 98 Potential violation of Law of Demeter (method chain calls)
2345 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\BridgeMethodTests.java 98 Potential violation of Law of Demeter (method chain calls)
2346 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\ChildWithBridgeMethods.java 25 Potential violation of Law of Demeter (static property access)
2347 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\ChildWithBridgeMethods.java 30 Potential violation of Law of Demeter (static property access)
2348 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\ChildWithBridgeMethods.java 35 Potential violation of Law of Demeter (static property access)
2349 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\ChildWithoutBridgeMethods.java 25 Potential violation of Law of Demeter (static property access)
2350 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\ChildWithoutBridgeMethods.java 30 Potential violation of Law of Demeter (static property access)
2351 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\ChildWithoutBridgeMethods.java 35 Potential violation of Law of Demeter (static property access)
2352 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\NumberResolver.java 27 Potential violation of Law of Demeter (method chain calls)
2353 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\NumberResolver.java 27 Potential violation of Law of Demeter (method chain calls)
2354 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\NumberResolver.java 27 Potential violation of Law of Demeter (method chain calls)
2355 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\NumberResolver.java 34 Potential violation of Law of Demeter (method chain calls)
2356 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\NumberResolver.java 39 Potential violation of Law of Demeter (method chain calls)
2357 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\NumberResolver.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2358 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\NumberTestGroup.java 28 Potential violation of Law of Demeter (static property access)
2359 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\NumberTestGroup.java 30 Potential violation of Law of Demeter (static property access)
2360 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\NumberTestGroup.java 35 Potential violation of Law of Demeter (static property access)
2361 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\NumberTestGroup.java 38 Potential violation of Law of Demeter (static property access)
2362 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\NumberTestGroup.java 47 Potential violation of Law of Demeter (static property access)
2363 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\NumberTestGroup.java 49 Potential violation of Law of Demeter (static property access)
2364 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\NumberTestGroup.java 54 Potential violation of Law of Demeter (static property access)
2365 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\NumberTestGroup.java 57 Potential violation of Law of Demeter (static property access)
2366 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\PackagePrivateParent.java 25 Potential violation of Law of Demeter (static property access)
2367 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\PackagePrivateParent.java 30 Potential violation of Law of Demeter (static property access)
2368 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\PackagePrivateParent.java 35 Potential violation of Law of Demeter (static property access)
2369 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\bridge\PackagePrivateParent.java 40 Potential violation of Law of Demeter (static property access)
2370 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 40 Potential violation of Law of Demeter (method chain calls)
2371 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 42 Potential violation of Law of Demeter (method chain calls)
2372 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 43 Potential violation of Law of Demeter (method chain calls)
2373 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 45 Potential violation of Law of Demeter (method chain calls)
2374 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 50 Potential violation of Law of Demeter (method chain calls)
2375 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 52 Potential violation of Law of Demeter (method chain calls)
2376 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 53 Potential violation of Law of Demeter (method chain calls)
2377 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 55 Potential violation of Law of Demeter (method chain calls)
2378 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 61 Potential violation of Law of Demeter (method chain calls)
2379 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 63 Potential violation of Law of Demeter (method chain calls)
2380 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 64 Potential violation of Law of Demeter (method chain calls)
2381 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 66 Potential violation of Law of Demeter (method chain calls)
2382 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 71 Potential violation of Law of Demeter (method chain calls)
2383 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 73 Potential violation of Law of Demeter (method chain calls)
2384 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 74 Potential violation of Law of Demeter (method chain calls)
2385 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 76 Potential violation of Law of Demeter (method chain calls)
2386 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 81 Potential violation of Law of Demeter (method chain calls)
2387 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 83 Potential violation of Law of Demeter (method chain calls)
2388 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 84 Potential violation of Law of Demeter (method chain calls)
2389 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 86 Potential violation of Law of Demeter (method chain calls)
2390 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 92 Potential violation of Law of Demeter (method chain calls)
2391 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 95 Potential violation of Law of Demeter (method chain calls)
2392 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 96 Potential violation of Law of Demeter (method chain calls)
2393 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 98 Potential violation of Law of Demeter (method chain calls)
2394 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 103 Potential violation of Law of Demeter (method chain calls)
2395 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 103 Potential violation of Law of Demeter (method chain calls)
2396 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 106 Potential violation of Law of Demeter (method chain calls)
2397 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 107 Potential violation of Law of Demeter (method chain calls)
2398 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\CachingJupiterConfigurationTests.java 109 Potential violation of Law of Demeter (method chain calls)
2399 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DefaultJupiterConfigurationTests.java 40 Potential violation of Law of Demeter (method chain calls)
2400 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DefaultJupiterConfigurationTests.java 47 Potential violation of Law of Demeter (method chain calls)
2401 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DefaultJupiterConfigurationTests.java 69 Potential violation of Law of Demeter (method chain calls)
2402 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DefaultJupiterConfigurationTests.java 69 Potential violation of Law of Demeter (method chain calls)
2403 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DefaultJupiterConfigurationTests.java 69 Potential violation of Law of Demeter (method chain calls)
2404 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DefaultJupiterConfigurationTests.java 69 Potential violation of Law of Demeter (method chain calls)
2405 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DefaultJupiterConfigurationTests.java 69 Potential violation of Law of Demeter (object not created locally)
2406 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DefaultJupiterConfigurationTests.java 74 Potential violation of Law of Demeter (method chain calls)
2407 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DefaultJupiterConfigurationTests.java 81 Potential violation of Law of Demeter (method chain calls)
2408 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DefaultJupiterConfigurationTests.java 81 Potential violation of Law of Demeter (object not created locally)
2409 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DefaultJupiterConfigurationTests.java 86 Potential violation of Law of Demeter (method chain calls)
2410 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DefaultJupiterConfigurationTests.java 91 Potential violation of Law of Demeter (method chain calls)
2411 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DefaultJupiterConfigurationTests.java 91 Potential violation of Law of Demeter (object not created locally)
2412 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DefaultJupiterConfigurationTests.java 93 Potential violation of Law of Demeter (method chain calls)
2413 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 42 Potential violation of Law of Demeter (method chain calls)
2414 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 42 Potential violation of Law of Demeter (method chain calls)
2415 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 42 Potential violation of Law of Demeter (method chain calls)
2416 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 42 Potential violation of Law of Demeter (method chain calls)
2417 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 42 Potential violation of Law of Demeter (object not created locally)
2418 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 45 Potential violation of Law of Demeter (method chain calls)
2419 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 48 Potential violation of Law of Demeter (method chain calls)
2420 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 58 Potential violation of Law of Demeter (method chain calls)
2421 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 58 Potential violation of Law of Demeter (object not created locally)
2422 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 61 Potential violation of Law of Demeter (method chain calls)
2423 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 64 Potential violation of Law of Demeter (method chain calls)
2424 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 70 Potential violation of Law of Demeter (method chain calls)
2425 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 70 Potential violation of Law of Demeter (object not created locally)
2426 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 73 Potential violation of Law of Demeter (method chain calls)
2427 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 76 Potential violation of Law of Demeter (method chain calls)
2428 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 82 Potential violation of Law of Demeter (method chain calls)
2429 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 83 Potential violation of Law of Demeter (method chain calls)
2430 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 83 Potential violation of Law of Demeter (object not created locally)
2431 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 86 Potential violation of Law of Demeter (method chain calls)
2432 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 89 Potential violation of Law of Demeter (method chain calls)
2433 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 99 Potential violation of Law of Demeter (method chain calls)
2434 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 99 Potential violation of Law of Demeter (object not created locally)
2435 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 102 Potential violation of Law of Demeter (method chain calls)
2436 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 105 Potential violation of Law of Demeter (method chain calls)
2437 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 115 Potential violation of Law of Demeter (method chain calls)
2438 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 115 Potential violation of Law of Demeter (method chain calls)
2439 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 115 Potential violation of Law of Demeter (method chain calls)
2440 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 115 Potential violation of Law of Demeter (method chain calls)
2441 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 115 Potential violation of Law of Demeter (object not created locally)
2442 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 118 Potential violation of Law of Demeter (method chain calls)
2443 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 121 Potential violation of Law of Demeter (method chain calls)
2444 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 131 Potential violation of Law of Demeter (method chain calls)
2445 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 131 Potential violation of Law of Demeter (method chain calls)
2446 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 131 Potential violation of Law of Demeter (object not created locally)
2447 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 132 Potential violation of Law of Demeter (method chain calls)
2448 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 132 Potential violation of Law of Demeter (method chain calls)
2449 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 135 Potential violation of Law of Demeter (method chain calls)
2450 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 138 Potential violation of Law of Demeter (method chain calls)
2451 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 147 Potential violation of Law of Demeter (method chain calls)
2452 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 147 Potential violation of Law of Demeter (method chain calls)
2453 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 147 Potential violation of Law of Demeter (method chain calls)
2454 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 147 Potential violation of Law of Demeter (method chain calls)
2455 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 147 Potential violation of Law of Demeter (method chain calls)
2456 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 147 Potential violation of Law of Demeter (method chain calls)
2457 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 147 Potential violation of Law of Demeter (method chain calls)
2458 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\config\DisplayNameGeneratorParameterConverterTests.java 147 Potential violation of Law of Demeter (method chain calls)
2459 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 46 Potential violation of Law of Demeter (method chain calls)
2460 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 57 Potential violation of Law of Demeter (method chain calls)
2461 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 58 Potential violation of Law of Demeter (method chain calls)
2462 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 58 Potential violation of Law of Demeter (method chain calls)
2463 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 58 Potential violation of Law of Demeter (method chain calls)
2464 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 68 Potential violation of Law of Demeter (method chain calls)
2465 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 74 Private field 'configuration' could be made final; it is only initialized in the declaration or constructor.
2466 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 82 Potential violation of Law of Demeter (method chain calls)
2467 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 83 Potential violation of Law of Demeter (object not created locally)
2468 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 83 Potential violation of Law of Demeter (object not created locally)
2469 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 84 Potential violation of Law of Demeter (method chain calls)
2470 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 84 Potential violation of Law of Demeter (object not created locally)
2471 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 93 Potential violation of Law of Demeter (method chain calls)
2472 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 93 Potential violation of Law of Demeter (object not created locally)
2473 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 102 Potential violation of Law of Demeter (method chain calls)
2474 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 102 Potential violation of Law of Demeter (object not created locally)
2475 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 110 Private field 'configuration' could be made final; it is only initialized in the declaration or constructor.
2476 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 118 Potential violation of Law of Demeter (method chain calls)
2477 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 118 Potential violation of Law of Demeter (method chain calls)
2478 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 118 Potential violation of Law of Demeter (method chain calls)
2479 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 118 Potential violation of Law of Demeter (object not created locally)
2480 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 127 Potential violation of Law of Demeter (method chain calls)
2481 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 127 Potential violation of Law of Demeter (object not created locally)
2482 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 134 Private field 'configuration' could be made final; it is only initialized in the declaration or constructor.
2483 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 137 A method/constructor should not explicitly throw java.lang.Exception
2484 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 139 Potential violation of Law of Demeter (method chain calls)
2485 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 143 Potential violation of Law of Demeter (method chain calls)
2486 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 147 A method/constructor should not explicitly throw java.lang.Exception
2487 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 148 Potential violation of Law of Demeter (method chain calls)
2488 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 154 Potential violation of Law of Demeter (method chain calls)
2489 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 159 Potential violation of Law of Demeter (method chain calls)
2490 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\DisplayNameUtilsTests.java 159 Potential violation of Law of Demeter (method chain calls)
2491 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
2492 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 66 Potential violation of Law of Demeter (method chain calls)
2493 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 118 Potential violation of Law of Demeter (method chain calls)
2494 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 127 Potential violation of Law of Demeter (object not created locally)
2495 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 132 Potential violation of Law of Demeter (method chain calls)
2496 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 133 Potential violation of Law of Demeter (method chain calls)
2497 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 137 Potential violation of Law of Demeter (method chain calls)
2498 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 138 Potential violation of Law of Demeter (method chain calls)
2499 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 143 Potential violation of Law of Demeter (method chain calls)
2500 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 144 Potential violation of Law of Demeter (method chain calls)
2501 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 157 Potential violation of Law of Demeter (object not created locally)
2502 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 200 Potential violation of Law of Demeter (method chain calls)
2503 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 201 Potential violation of Law of Demeter (object not created locally)
2504 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 203 Potential violation of Law of Demeter (method chain calls)
2505 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 203 Potential violation of Law of Demeter (object not created locally)
2506 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 204 Potential violation of Law of Demeter (method chain calls)
2507 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 204 Potential violation of Law of Demeter (object not created locally)
2508 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 205 Potential violation of Law of Demeter (method chain calls)
2509 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 205 Potential violation of Law of Demeter (object not created locally)
2510 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 206 Potential violation of Law of Demeter (method chain calls)
2511 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 206 Potential violation of Law of Demeter (object not created locally)
2512 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 208 Potential violation of Law of Demeter (object not created locally)
2513 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 209 Potential violation of Law of Demeter (object not created locally)
2514 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 210 Potential violation of Law of Demeter (method chain calls)
2515 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 210 Potential violation of Law of Demeter (method chain calls)
2516 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 210 Potential violation of Law of Demeter (object not created locally)
2517 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 211 Potential violation of Law of Demeter (method chain calls)
2518 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 211 Potential violation of Law of Demeter (method chain calls)
2519 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 211 Potential violation of Law of Demeter (object not created locally)
2520 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 230 Potential violation of Law of Demeter (object not created locally)
2521 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 231 Potential violation of Law of Demeter (object not created locally)
2522 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 232 Potential violation of Law of Demeter (object not created locally)
2523 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 233 Potential violation of Law of Demeter (object not created locally)
2524 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 235 Potential violation of Law of Demeter (object not created locally)
2525 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 236 Potential violation of Law of Demeter (object not created locally)
2526 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 237 Potential violation of Law of Demeter (object not created locally)
2527 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 238 Potential violation of Law of Demeter (object not created locally)
2528 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 242 Potential violation of Law of Demeter (object not created locally)
2529 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 243 Potential violation of Law of Demeter (object not created locally)
2530 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 244 Potential violation of Law of Demeter (object not created locally)
2531 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 245 Potential violation of Law of Demeter (object not created locally)
2532 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 249 Potential violation of Law of Demeter (object not created locally)
2533 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 250 Potential violation of Law of Demeter (object not created locally)
2534 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 251 Potential violation of Law of Demeter (object not created locally)
2535 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 255 A method/constructor should not explicitly throw java.lang.Exception
2536 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 266 Potential violation of Law of Demeter (method chain calls)
2537 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 296 Potential violation of Law of Demeter (method chain calls)
2538 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\ExtensionContextTests.java 299 Avoid throwing raw exception types.
2539 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 52 This class has too many methods, consider refactoring it.
2540 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 61 Potential violation of Law of Demeter (method chain calls)
2541 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 69 Potential violation of Law of Demeter (method chain calls)
2542 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 114 A method/constructor should not explicitly throw java.lang.Exception
2543 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 116 Potential violation of Law of Demeter (object not created locally)
2544 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 127 A method/constructor should not explicitly throw java.lang.Exception
2545 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 129 Potential violation of Law of Demeter (method chain calls)
2546 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 138 Potential violation of Law of Demeter (method chain calls)
2547 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 138 Potential violation of Law of Demeter (method chain calls)
2548 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 138 Potential violation of Law of Demeter (method chain calls)
2549 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 138 Potential violation of Law of Demeter (method chain calls)
2550 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 139 Potential violation of Law of Demeter (method chain calls)
2551 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 144 A method/constructor should not explicitly throw java.lang.Exception
2552 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 145 Potential violation of Law of Demeter (method chain calls)
2553 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 152 Potential violation of Law of Demeter (method chain calls)
2554 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 156 A method/constructor should not explicitly throw java.lang.Exception
2555 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 157 Potential violation of Law of Demeter (method chain calls)
2556 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 167 A method/constructor should not explicitly throw java.lang.Exception
2557 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 168 Potential violation of Law of Demeter (method chain calls)
2558 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 178 A method/constructor should not explicitly throw java.lang.Exception
2559 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 179 Potential violation of Law of Demeter (method chain calls)
2560 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 189 A method/constructor should not explicitly throw java.lang.Exception
2561 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 190 Potential violation of Law of Demeter (method chain calls)
2562 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 200 A method/constructor should not explicitly throw java.lang.Exception
2563 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 201 Potential violation of Law of Demeter (method chain calls)
2564 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 211 A method/constructor should not explicitly throw java.lang.Exception
2565 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 212 Potential violation of Law of Demeter (method chain calls)
2566 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 219 Potential violation of Law of Demeter (method chain calls)
2567 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 221 Potential violation of Law of Demeter (object not created locally)
2568 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 222 Potential violation of Law of Demeter (method chain calls)
2569 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 222 Potential violation of Law of Demeter (method chain calls)
2570 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 222 Potential violation of Law of Demeter (object not created locally)
2571 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 223 Potential violation of Law of Demeter (object not created locally)
2572 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 232 Potential violation of Law of Demeter (method chain calls)
2573 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 232 Potential violation of Law of Demeter (method chain calls)
2574 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 236 Potential violation of Law of Demeter (method chain calls)
2575 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 236 Potential violation of Law of Demeter (method chain calls)
2576 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 240 Potential violation of Law of Demeter (method chain calls)
2577 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 240 Potential violation of Law of Demeter (method chain calls)
2578 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 244 Potential violation of Law of Demeter (method chain calls)
2579 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 244 Potential violation of Law of Demeter (method chain calls)
2580 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 250 Potential violation of Law of Demeter (method chain calls)
2581 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 250 Potential violation of Law of Demeter (method chain calls)
2582 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 251 Potential violation of Law of Demeter (method chain calls)
2583 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 251 Potential violation of Law of Demeter (method chain calls)
2584 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 254 Potential violation of Law of Demeter (method chain calls)
2585 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 254 Potential violation of Law of Demeter (method chain calls)
2586 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 255 Potential violation of Law of Demeter (method chain calls)
2587 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 255 Potential violation of Law of Demeter (method chain calls)
2588 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 258 Potential violation of Law of Demeter (method chain calls)
2589 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 258 Potential violation of Law of Demeter (method chain calls)
2590 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 260 Potential violation of Law of Demeter (method chain calls)
2591 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 260 Potential violation of Law of Demeter (method chain calls)
2592 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 263 Potential violation of Law of Demeter (method chain calls)
2593 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 265 Potential violation of Law of Demeter (method chain calls)
2594 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 265 Potential violation of Law of Demeter (method chain calls)
2595 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 274 Potential violation of Law of Demeter (method chain calls)
2596 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 275 Potential violation of Law of Demeter (method chain calls)
2597 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 278 Potential violation of Law of Demeter (method chain calls)
2598 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 279 Potential violation of Law of Demeter (method chain calls)
2599 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\JupiterTestDescriptorTests.java 293 No abstract method which means that the keyword is most likely used to prevent instantiation. Use a private or protected constructor instead.
2600 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\LifecycleMethodUtilsTests.java 39 This class has too many methods, consider refactoring it.
2601 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\LifecycleMethodUtilsTests.java 47 Potential violation of Law of Demeter (object not created locally)
2602 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\LifecycleMethodUtilsTests.java 56 Potential violation of Law of Demeter (object not created locally)
2603 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\LifecycleMethodUtilsTests.java 65 Potential violation of Law of Demeter (object not created locally)
2604 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\LifecycleMethodUtilsTests.java 74 Potential violation of Law of Demeter (object not created locally)
2605 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\LifecycleMethodUtilsTests.java 81 Potential violation of Law of Demeter (method chain calls)
2606 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\LifecycleMethodUtilsTests.java 88 Potential violation of Law of Demeter (method chain calls)
2607 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\LifecycleMethodUtilsTests.java 95 Potential violation of Law of Demeter (method chain calls)
2608 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\LifecycleMethodUtilsTests.java 104 Potential violation of Law of Demeter (object not created locally)
2609 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\LifecycleMethodUtilsTests.java 111 Potential violation of Law of Demeter (method chain calls)
2610 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\LifecycleMethodUtilsTests.java 118 Potential violation of Law of Demeter (method chain calls)
2611 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\LifecycleMethodUtilsTests.java 130 Potential violation of Law of Demeter (method chain calls)
2612 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\LifecycleMethodUtilsTests.java 134 Potential violation of Law of Demeter (method chain calls)
2613 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\LifecycleMethodUtilsTests.java 134 Potential violation of Law of Demeter (method chain calls)
2614 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\LifecycleMethodUtilsTests.java 134 Potential violation of Law of Demeter (method chain calls)
2615 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 64 Potential violation of Law of Demeter (method chain calls)
2616 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 66 Potential violation of Law of Demeter (method chain calls)
2617 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 66 Potential violation of Law of Demeter (object not created locally)
2618 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 67 Potential violation of Law of Demeter (method chain calls)
2619 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 67 Potential violation of Law of Demeter (object not created locally)
2620 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 73 Potential violation of Law of Demeter (method chain calls)
2621 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 76 Potential violation of Law of Demeter (method chain calls)
2622 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 76 Potential violation of Law of Demeter (method chain calls)
2623 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 79 Potential violation of Law of Demeter (method chain calls)
2624 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 81 Potential violation of Law of Demeter (method chain calls)
2625 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 81 Potential violation of Law of Demeter (method chain calls)
2626 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 81 Potential violation of Law of Demeter (method chain calls)
2627 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 81 Potential violation of Law of Demeter (object not created locally)
2628 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 82 Potential violation of Law of Demeter (method chain calls)
2629 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 82 Potential violation of Law of Demeter (object not created locally)
2630 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 88 Potential violation of Law of Demeter (method chain calls)
2631 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 93 Potential violation of Law of Demeter (method chain calls)
2632 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 95 Potential violation of Law of Demeter (method chain calls)
2633 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 95 Potential violation of Law of Demeter (method chain calls)
2634 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 95 Potential violation of Law of Demeter (method chain calls)
2635 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 95 Potential violation of Law of Demeter (object not created locally)
2636 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 101 Potential violation of Law of Demeter (method chain calls)
2637 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 106 Potential violation of Law of Demeter (method chain calls)
2638 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 107 Potential violation of Law of Demeter (method chain calls)
2639 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 107 Potential violation of Law of Demeter (method chain calls)
2640 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 107 Potential violation of Law of Demeter (method chain calls)
2641 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 109 Potential violation of Law of Demeter (method chain calls)
2642 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 109 Potential violation of Law of Demeter (object not created locally)
2643 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 117 Potential violation of Law of Demeter (method chain calls)
2644 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 118 Potential violation of Law of Demeter (method chain calls)
2645 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 118 Potential violation of Law of Demeter (method chain calls)
2646 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 118 Potential violation of Law of Demeter (method chain calls)
2647 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 120 Potential violation of Law of Demeter (method chain calls)
2648 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 120 Potential violation of Law of Demeter (object not created locally)
2649 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 121 Potential violation of Law of Demeter (method chain calls)
2650 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 121 Potential violation of Law of Demeter (object not created locally)
2651 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 122 Potential violation of Law of Demeter (method chain calls)
2652 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 122 Potential violation of Law of Demeter (object not created locally)
2653 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 136 A method/constructor should not explicitly throw java.lang.Exception
2654 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 150 Potential violation of Law of Demeter (method chain calls)
2655 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestFactoryTestDescriptorTests.java 153 Potential violation of Law of Demeter (method chain calls)
2656 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtilsTests.java 54 Potential violation of Law of Demeter (method chain calls)
2657 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtilsTests.java 58 Potential violation of Law of Demeter (method chain calls)
2658 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtilsTests.java 65 Potential violation of Law of Demeter (method chain calls)
2659 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtilsTests.java 71 Potential violation of Law of Demeter (method chain calls)
2660 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtilsTests.java 71 Potential violation of Law of Demeter (method chain calls)
2661 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtilsTests.java 71 Potential violation of Law of Demeter (method chain calls)
2662 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtilsTests.java 71 Potential violation of Law of Demeter (method chain calls)
2663 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtilsTests.java 71 Potential violation of Law of Demeter (object not created locally)
2664 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtilsTests.java 73 Potential violation of Law of Demeter (method chain calls)
2665 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtilsTests.java 79 Potential violation of Law of Demeter (method chain calls)
2666 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtilsTests.java 79 Potential violation of Law of Demeter (method chain calls)
2667 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtilsTests.java 79 Potential violation of Law of Demeter (method chain calls)
2668 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtilsTests.java 79 Potential violation of Law of Demeter (method chain calls)
2669 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtilsTests.java 79 Potential violation of Law of Demeter (object not created locally)
2670 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtilsTests.java 81 Potential violation of Law of Demeter (method chain calls)
2671 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtilsTests.java 89 Potential violation of Law of Demeter (method chain calls)
2672 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestInstanceLifecycleUtilsTests.java 97 Potential violation of Law of Demeter (method chain calls)
2673 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateInvocationTestDescriptorTests.java 31 A method/constructor should not explicitly throw java.lang.Exception
2674 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateInvocationTestDescriptorTests.java 33 Potential violation of Law of Demeter (object not created locally)
2675 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateInvocationTestDescriptorTests.java 35 Potential violation of Law of Demeter (object not created locally)
2676 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateInvocationTestDescriptorTests.java 39 Potential violation of Law of Demeter (method chain calls)
2677 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateInvocationTestDescriptorTests.java 39 Potential violation of Law of Demeter (object not created locally)
2678 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateInvocationTestDescriptorTests.java 42 Potential violation of Law of Demeter (method chain calls)
2679 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateInvocationTestDescriptorTests.java 45 Potential violation of Law of Demeter (method chain calls)
2680 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateInvocationTestDescriptorTests.java 46 Potential violation of Law of Demeter (method chain calls)
2681 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 35 Private field 'jupiterConfiguration' could be made final; it is only initialized in the declaration or constructor.
2682 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 38 A method/constructor should not explicitly throw java.lang.Exception
2683 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 40 Potential violation of Law of Demeter (object not created locally)
2684 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 47 Potential violation of Law of Demeter (object not created locally)
2685 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 48 Potential violation of Law of Demeter (method chain calls)
2686 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 49 Potential violation of Law of Demeter (object not created locally)
2687 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 51 Potential violation of Law of Demeter (method chain calls)
2688 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 56 A method/constructor should not explicitly throw java.lang.Exception
2689 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 58 Potential violation of Law of Demeter (object not created locally)
2690 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 65 Potential violation of Law of Demeter (object not created locally)
2691 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 66 Potential violation of Law of Demeter (method chain calls)
2692 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 67 Potential violation of Law of Demeter (object not created locally)
2693 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 69 Potential violation of Law of Demeter (method chain calls)
2694 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 73 A method/constructor should not explicitly throw java.lang.Exception
2695 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 75 Potential violation of Law of Demeter (object not created locally)
2696 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 82 Potential violation of Law of Demeter (object not created locally)
2697 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 83 Potential violation of Law of Demeter (method chain calls)
2698 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 84 Potential violation of Law of Demeter (object not created locally)
2699 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\descriptor\TestTemplateTestDescriptorTests.java 86 Potential violation of Law of Demeter (method chain calls)
2700 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
2701 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 11 High amount of different objects as members denotes a high coupling
2702 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 92 This class has too many methods, consider refactoring it.
2703 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 101 Potential violation of Law of Demeter (method chain calls)
2704 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 106 Potential violation of Law of Demeter (method chain calls)
2705 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 106 Potential violation of Law of Demeter (method chain calls)
2706 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 108 Potential violation of Law of Demeter (method chain calls)
2707 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 108 Potential violation of Law of Demeter (method chain calls)
2708 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 114 Potential violation of Law of Demeter (method chain calls)
2709 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 114 Potential violation of Law of Demeter (method chain calls)
2710 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 116 Potential violation of Law of Demeter (method chain calls)
2711 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 116 Potential violation of Law of Demeter (method chain calls)
2712 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 122 Potential violation of Law of Demeter (method chain calls)
2713 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 122 Potential violation of Law of Demeter (method chain calls)
2714 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 124 Potential violation of Law of Demeter (method chain calls)
2715 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 124 Potential violation of Law of Demeter (method chain calls)
2716 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 132 Potential violation of Law of Demeter (method chain calls)
2717 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 132 Potential violation of Law of Demeter (method chain calls)
2718 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 134 Potential violation of Law of Demeter (method chain calls)
2719 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 134 Potential violation of Law of Demeter (method chain calls)
2720 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 142 Potential violation of Law of Demeter (method chain calls)
2721 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 142 Potential violation of Law of Demeter (method chain calls)
2722 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 144 Potential violation of Law of Demeter (method chain calls)
2723 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 144 Potential violation of Law of Demeter (method chain calls)
2724 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 146 Potential violation of Law of Demeter (method chain calls)
2725 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 146 Potential violation of Law of Demeter (object not created locally)
2726 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 147 Potential violation of Law of Demeter (method chain calls)
2727 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 147 Potential violation of Law of Demeter (method chain calls)
2728 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 147 Potential violation of Law of Demeter (method chain calls)
2729 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 147 Potential violation of Law of Demeter (object not created locally)
2730 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 152 Potential violation of Law of Demeter (method chain calls)
2731 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 152 Potential violation of Law of Demeter (method chain calls)
2732 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 157 Potential violation of Law of Demeter (method chain calls)
2733 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 157 Potential violation of Law of Demeter (method chain calls)
2734 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 166 Potential violation of Law of Demeter (method chain calls)
2735 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 166 Potential violation of Law of Demeter (method chain calls)
2736 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 168 Potential violation of Law of Demeter (method chain calls)
2737 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 168 Potential violation of Law of Demeter (method chain calls)
2738 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 171 Potential violation of Law of Demeter (method chain calls)
2739 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 172 Potential violation of Law of Demeter (method chain calls)
2740 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 173 Potential violation of Law of Demeter (method chain calls)
2741 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 177 Potential violation of Law of Demeter (method chain calls)
2742 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 178 Potential violation of Law of Demeter (method chain calls)
2743 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 179 Potential violation of Law of Demeter (method chain calls)
2744 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 180 Potential violation of Law of Demeter (method chain calls)
2745 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 187 Potential violation of Law of Demeter (method chain calls)
2746 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 187 Potential violation of Law of Demeter (method chain calls)
2747 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 189 Potential violation of Law of Demeter (method chain calls)
2748 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 189 Potential violation of Law of Demeter (method chain calls)
2749 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 191 Potential violation of Law of Demeter (method chain calls)
2750 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 192 Potential violation of Law of Demeter (method chain calls)
2751 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 193 Potential violation of Law of Demeter (method chain calls)
2752 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 198 Potential violation of Law of Demeter (method chain calls)
2753 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 199 Potential violation of Law of Demeter (object not created locally)
2754 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 201 Potential violation of Law of Demeter (method chain calls)
2755 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 201 Potential violation of Law of Demeter (method chain calls)
2756 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 203 Potential violation of Law of Demeter (method chain calls)
2757 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 203 Potential violation of Law of Demeter (method chain calls)
2758 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 205 Potential violation of Law of Demeter (method chain calls)
2759 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 206 Potential violation of Law of Demeter (method chain calls)
2760 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 211 Potential violation of Law of Demeter (method chain calls)
2761 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 211 Potential violation of Law of Demeter (method chain calls)
2762 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 213 Potential violation of Law of Demeter (method chain calls)
2763 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 213 Potential violation of Law of Demeter (method chain calls)
2764 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 215 Potential violation of Law of Demeter (method chain calls)
2765 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 215 Potential violation of Law of Demeter (method chain calls)
2766 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 217 Potential violation of Law of Demeter (method chain calls)
2767 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 218 Potential violation of Law of Demeter (method chain calls)
2768 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 223 Potential violation of Law of Demeter (method chain calls)
2769 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 224 Potential violation of Law of Demeter (object not created locally)
2770 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 226 Potential violation of Law of Demeter (method chain calls)
2771 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 226 Potential violation of Law of Demeter (method chain calls)
2772 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 228 Potential violation of Law of Demeter (method chain calls)
2773 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 228 Potential violation of Law of Demeter (method chain calls)
2774 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 237 Potential violation of Law of Demeter (method chain calls)
2775 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 237 Potential violation of Law of Demeter (method chain calls)
2776 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 239 Potential violation of Law of Demeter (method chain calls)
2777 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 239 Potential violation of Law of Demeter (method chain calls)
2778 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 241 Potential violation of Law of Demeter (method chain calls)
2779 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 241 Potential violation of Law of Demeter (object not created locally)
2780 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 242 Potential violation of Law of Demeter (method chain calls)
2781 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 242 Potential violation of Law of Demeter (method chain calls)
2782 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 242 Potential violation of Law of Demeter (method chain calls)
2783 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 242 Potential violation of Law of Demeter (method chain calls)
2784 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 242 Potential violation of Law of Demeter (object not created locally)
2785 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 251 Potential violation of Law of Demeter (method chain calls)
2786 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 251 Potential violation of Law of Demeter (method chain calls)
2787 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 253 Potential violation of Law of Demeter (method chain calls)
2788 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 253 Potential violation of Law of Demeter (method chain calls)
2789 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 255 Potential violation of Law of Demeter (method chain calls)
2790 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 255 Potential violation of Law of Demeter (object not created locally)
2791 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 256 Potential violation of Law of Demeter (method chain calls)
2792 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 256 Potential violation of Law of Demeter (method chain calls)
2793 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 256 Potential violation of Law of Demeter (method chain calls)
2794 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 256 Potential violation of Law of Demeter (object not created locally)
2795 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 261 Potential violation of Law of Demeter (method chain calls)
2796 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 261 Potential violation of Law of Demeter (method chain calls)
2797 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 263 Potential violation of Law of Demeter (method chain calls)
2798 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 263 Potential violation of Law of Demeter (method chain calls)
2799 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 265 Potential violation of Law of Demeter (method chain calls)
2800 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 265 Potential violation of Law of Demeter (method chain calls)
2801 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 272 Potential violation of Law of Demeter (method chain calls)
2802 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 272 Potential violation of Law of Demeter (method chain calls)
2803 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 274 Potential violation of Law of Demeter (method chain calls)
2804 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 274 Potential violation of Law of Demeter (method chain calls)
2805 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 276 Potential violation of Law of Demeter (method chain calls)
2806 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 276 Potential violation of Law of Demeter (method chain calls)
2807 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 278 Potential violation of Law of Demeter (method chain calls)
2808 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 279 Potential violation of Law of Demeter (method chain calls)
2809 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 280 Potential violation of Law of Demeter (method chain calls)
2810 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 285 Potential violation of Law of Demeter (method chain calls)
2811 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 286 Potential violation of Law of Demeter (method chain calls)
2812 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 288 Potential violation of Law of Demeter (method chain calls)
2813 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 288 Potential violation of Law of Demeter (method chain calls)
2814 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 290 Potential violation of Law of Demeter (method chain calls)
2815 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 290 Potential violation of Law of Demeter (method chain calls)
2816 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 292 Potential violation of Law of Demeter (method chain calls)
2817 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 293 Potential violation of Law of Demeter (method chain calls)
2818 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 298 Potential violation of Law of Demeter (method chain calls)
2819 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 301 Potential violation of Law of Demeter (method chain calls)
2820 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 301 Potential violation of Law of Demeter (method chain calls)
2821 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 303 Potential violation of Law of Demeter (method chain calls)
2822 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 303 Potential violation of Law of Demeter (method chain calls)
2823 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 311 Potential violation of Law of Demeter (method chain calls)
2824 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 311 Potential violation of Law of Demeter (method chain calls)
2825 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 313 Potential violation of Law of Demeter (method chain calls)
2826 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 321 Potential violation of Law of Demeter (method chain calls)
2827 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 321 Potential violation of Law of Demeter (method chain calls)
2828 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 323 Potential violation of Law of Demeter (method chain calls)
2829 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 323 Potential violation of Law of Demeter (method chain calls)
2830 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 325 Potential violation of Law of Demeter (method chain calls)
2831 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 325 Potential violation of Law of Demeter (object not created locally)
2832 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 326 Potential violation of Law of Demeter (method chain calls)
2833 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 326 Potential violation of Law of Demeter (method chain calls)
2834 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 326 Potential violation of Law of Demeter (method chain calls)
2835 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 326 Potential violation of Law of Demeter (method chain calls)
2836 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 326 Potential violation of Law of Demeter (object not created locally)
2837 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 335 Potential violation of Law of Demeter (method chain calls)
2838 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 335 Potential violation of Law of Demeter (method chain calls)
2839 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 337 Potential violation of Law of Demeter (method chain calls)
2840 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 339 Potential violation of Law of Demeter (method chain calls)
2841 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 339 Potential violation of Law of Demeter (object not created locally)
2842 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 340 Potential violation of Law of Demeter (method chain calls)
2843 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 340 Potential violation of Law of Demeter (method chain calls)
2844 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 340 Potential violation of Law of Demeter (method chain calls)
2845 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 340 Potential violation of Law of Demeter (method chain calls)
2846 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 340 Potential violation of Law of Demeter (object not created locally)
2847 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 349 Potential violation of Law of Demeter (method chain calls)
2848 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 349 Potential violation of Law of Demeter (method chain calls)
2849 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 351 Potential violation of Law of Demeter (method chain calls)
2850 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 351 Potential violation of Law of Demeter (method chain calls)
2851 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 353 Potential violation of Law of Demeter (method chain calls)
2852 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 353 Potential violation of Law of Demeter (object not created locally)
2853 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 354 Potential violation of Law of Demeter (method chain calls)
2854 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 354 Potential violation of Law of Demeter (method chain calls)
2855 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 354 Potential violation of Law of Demeter (method chain calls)
2856 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 354 Potential violation of Law of Demeter (method chain calls)
2857 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 354 Potential violation of Law of Demeter (method chain calls)
2858 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 354 Potential violation of Law of Demeter (object not created locally)
2859 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 357 Potential violation of Law of Demeter (method chain calls)
2860 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 362 Potential violation of Law of Demeter (method chain calls)
2861 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 362 Potential violation of Law of Demeter (method chain calls)
2862 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 364 Potential violation of Law of Demeter (method chain calls)
2863 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 364 Potential violation of Law of Demeter (method chain calls)
2864 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 366 Potential violation of Law of Demeter (method chain calls)
2865 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 366 Potential violation of Law of Demeter (method chain calls)
2866 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 368 Potential violation of Law of Demeter (method chain calls)
2867 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 369 Potential violation of Law of Demeter (method chain calls)
2868 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 374 Potential violation of Law of Demeter (method chain calls)
2869 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 374 Potential violation of Law of Demeter (method chain calls)
2870 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 376 Potential violation of Law of Demeter (method chain calls)
2871 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 376 Potential violation of Law of Demeter (method chain calls)
2872 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 378 Potential violation of Law of Demeter (method chain calls)
2873 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 378 Potential violation of Law of Demeter (method chain calls)
2874 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 381 Potential violation of Law of Demeter (method chain calls)
2875 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 382 Potential violation of Law of Demeter (method chain calls)
2876 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 387 Potential violation of Law of Demeter (method chain calls)
2877 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 388 Potential violation of Law of Demeter (method chain calls)
2878 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 390 Potential violation of Law of Demeter (method chain calls)
2879 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 390 Potential violation of Law of Demeter (method chain calls)
2880 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 392 Potential violation of Law of Demeter (method chain calls)
2881 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 392 Potential violation of Law of Demeter (method chain calls)
2882 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 394 Potential violation of Law of Demeter (method chain calls)
2883 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 395 Potential violation of Law of Demeter (method chain calls)
2884 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 403 Potential violation of Law of Demeter (method chain calls)
2885 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 403 Potential violation of Law of Demeter (method chain calls)
2886 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 405 Potential violation of Law of Demeter (method chain calls)
2887 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 405 Potential violation of Law of Demeter (method chain calls)
2888 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 411 Potential violation of Law of Demeter (method chain calls)
2889 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 411 Potential violation of Law of Demeter (method chain calls)
2890 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 412 Potential violation of Law of Demeter (method chain calls)
2891 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 412 Potential violation of Law of Demeter (method chain calls)
2892 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 415 Potential violation of Law of Demeter (method chain calls)
2893 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 415 Potential violation of Law of Demeter (method chain calls)
2894 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 417 Potential violation of Law of Demeter (method chain calls)
2895 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 417 Potential violation of Law of Demeter (method chain calls)
2896 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 419 Potential violation of Law of Demeter (method chain calls)
2897 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 420 Potential violation of Law of Demeter (method chain calls)
2898 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 421 Potential violation of Law of Demeter (method chain calls)
2899 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 423 Potential violation of Law of Demeter (method chain calls)
2900 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 423 Potential violation of Law of Demeter (method chain calls)
2901 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 425 Potential violation of Law of Demeter (method chain calls)
2902 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 425 Potential violation of Law of Demeter (method chain calls)
2903 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 436 Potential violation of Law of Demeter (method chain calls)
2904 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 436 Potential violation of Law of Demeter (method chain calls)
2905 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 438 Potential violation of Law of Demeter (method chain calls)
2906 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 438 Potential violation of Law of Demeter (method chain calls)
2907 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 440 Potential violation of Law of Demeter (method chain calls)
2908 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 441 Potential violation of Law of Demeter (method chain calls)
2909 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 442 Potential violation of Law of Demeter (method chain calls)
2910 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 443 Potential violation of Law of Demeter (method chain calls)
2911 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 444 Potential violation of Law of Demeter (method chain calls)
2912 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 449 A method/constructor should not explicitly throw java.lang.Exception
2913 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 450 Potential violation of Law of Demeter (method chain calls)
2914 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 450 Potential violation of Law of Demeter (method chain calls)
2915 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 453 Potential violation of Law of Demeter (method chain calls)
2916 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 453 Potential violation of Law of Demeter (method chain calls)
2917 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 453 Potential violation of Law of Demeter (method chain calls)
2918 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 453 Potential violation of Law of Demeter (method chain calls)
2919 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 458 Potential violation of Law of Demeter (method chain calls)
2920 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 458 Potential violation of Law of Demeter (method chain calls)
2921 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 458 Potential violation of Law of Demeter (method chain calls)
2922 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 460 Potential violation of Law of Demeter (method chain calls)
2923 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 460 Potential violation of Law of Demeter (method chain calls)
2924 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 461 Potential violation of Law of Demeter (method chain calls)
2925 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 462 Potential violation of Law of Demeter (method chain calls)
2926 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 463 Potential violation of Law of Demeter (method chain calls)
2927 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 464 Potential violation of Law of Demeter (method chain calls)
2928 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 468 A method/constructor should not explicitly throw java.lang.Exception
2929 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 469 Potential violation of Law of Demeter (method chain calls)
2930 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 469 Potential violation of Law of Demeter (method chain calls)
2931 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 469 Potential violation of Law of Demeter (method chain calls)
2932 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 469 Potential violation of Law of Demeter (method chain calls)
2933 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 470 Potential violation of Law of Demeter (method chain calls)
2934 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 470 Potential violation of Law of Demeter (method chain calls)
2935 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 470 Potential violation of Law of Demeter (method chain calls)
2936 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 470 Potential violation of Law of Demeter (method chain calls)
2937 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 474 Potential violation of Law of Demeter (method chain calls)
2938 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 474 Potential violation of Law of Demeter (method chain calls)
2939 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 477 Potential violation of Law of Demeter (method chain calls)
2940 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 477 Potential violation of Law of Demeter (method chain calls)
2941 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 477 Potential violation of Law of Demeter (method chain calls)
2942 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 477 Potential violation of Law of Demeter (method chain calls)
2943 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 482 Potential violation of Law of Demeter (method chain calls)
2944 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 482 Potential violation of Law of Demeter (method chain calls)
2945 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 482 Potential violation of Law of Demeter (method chain calls)
2946 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 484 Potential violation of Law of Demeter (method chain calls)
2947 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 484 Potential violation of Law of Demeter (method chain calls)
2948 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 485 Potential violation of Law of Demeter (method chain calls)
2949 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 486 Potential violation of Law of Demeter (method chain calls)
2950 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 487 Potential violation of Law of Demeter (method chain calls)
2951 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 488 Potential violation of Law of Demeter (method chain calls)
2952 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 489 Potential violation of Law of Demeter (method chain calls)
2953 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 494 A method/constructor should not explicitly throw java.lang.Exception
2954 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 495 Potential violation of Law of Demeter (method chain calls)
2955 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 496 Potential violation of Law of Demeter (object not created locally)
2956 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 499 Potential violation of Law of Demeter (method chain calls)
2957 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 501 Potential violation of Law of Demeter (method chain calls)
2958 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 503 Potential violation of Law of Demeter (method chain calls)
2959 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 503 Potential violation of Law of Demeter (method chain calls)
2960 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 505 Potential violation of Law of Demeter (method chain calls)
2961 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 505 Potential violation of Law of Demeter (method chain calls)
2962 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 510 Potential violation of Law of Demeter (method chain calls)
2963 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 518 Potential violation of Law of Demeter (method chain calls)
2964 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 518 Potential violation of Law of Demeter (method chain calls)
2965 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 521 Potential violation of Law of Demeter (method chain calls)
2966 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 523 Potential violation of Law of Demeter (method chain calls)
2967 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 524 Potential violation of Law of Demeter (method chain calls)
2968 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 525 Potential violation of Law of Demeter (method chain calls)
2969 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 526 Potential violation of Law of Demeter (method chain calls)
2970 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 527 Potential violation of Law of Demeter (method chain calls)
2971 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 528 Potential violation of Law of Demeter (method chain calls)
2972 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 536 Potential violation of Law of Demeter (method chain calls)
2973 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 536 Potential violation of Law of Demeter (method chain calls)
2974 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 539 Potential violation of Law of Demeter (method chain calls)
2975 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 541 Potential violation of Law of Demeter (method chain calls)
2976 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 542 Potential violation of Law of Demeter (method chain calls)
2977 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 543 Potential violation of Law of Demeter (method chain calls)
2978 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 544 Potential violation of Law of Demeter (method chain calls)
2979 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 545 Potential violation of Law of Demeter (method chain calls)
2980 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 551 Potential violation of Law of Demeter (method chain calls)
2981 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 552 Potential violation of Law of Demeter (method chain calls)
2982 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 554 Potential violation of Law of Demeter (method chain calls)
2983 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 554 Potential violation of Law of Demeter (method chain calls)
2984 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 557 Potential violation of Law of Demeter (method chain calls)
2985 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 559 Potential violation of Law of Demeter (method chain calls)
2986 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 560 Potential violation of Law of Demeter (method chain calls)
2987 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 561 Potential violation of Law of Demeter (method chain calls)
2988 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 562 Potential violation of Law of Demeter (method chain calls)
2989 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 570 Potential violation of Law of Demeter (method chain calls)
2990 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 570 Potential violation of Law of Demeter (method chain calls)
2991 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 573 Potential violation of Law of Demeter (method chain calls)
2992 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 575 Potential violation of Law of Demeter (method chain calls)
2993 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 576 Potential violation of Law of Demeter (method chain calls)
2994 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 577 Potential violation of Law of Demeter (method chain calls)
2995 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 578 Potential violation of Law of Demeter (method chain calls)
2996 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 584 Potential violation of Law of Demeter (method chain calls)
2997 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 585 Potential violation of Law of Demeter (method chain calls)
2998 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 587 Potential violation of Law of Demeter (method chain calls)
2999 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 587 Potential violation of Law of Demeter (method chain calls)
3000 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 589 Potential violation of Law of Demeter (method chain calls)
3001 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 589 Potential violation of Law of Demeter (method chain calls)
3002 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 591 Potential violation of Law of Demeter (method chain calls)
3003 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 592 Potential violation of Law of Demeter (method chain calls)
3004 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 593 Potential violation of Law of Demeter (method chain calls)
3005 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 594 Potential violation of Law of Demeter (method chain calls)
3006 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 600 Potential violation of Law of Demeter (method chain calls)
3007 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 601 Potential violation of Law of Demeter (method chain calls)
3008 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 603 Potential violation of Law of Demeter (method chain calls)
3009 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 603 Potential violation of Law of Demeter (method chain calls)
3010 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 606 Potential violation of Law of Demeter (method chain calls)
3011 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 607 Potential violation of Law of Demeter (method chain calls)
3012 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 608 Potential violation of Law of Demeter (method chain calls)
3013 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 609 Potential violation of Law of Demeter (method chain calls)
3014 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 617 Potential violation of Law of Demeter (method chain calls)
3015 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 617 Potential violation of Law of Demeter (method chain calls)
3016 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 619 Potential violation of Law of Demeter (method chain calls)
3017 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 620 Potential violation of Law of Demeter (method chain calls)
3018 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 628 Potential violation of Law of Demeter (method chain calls)
3019 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 628 Potential violation of Law of Demeter (method chain calls)
3020 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 630 Potential violation of Law of Demeter (method chain calls)
3021 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 631 Potential violation of Law of Demeter (method chain calls)
3022 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 641 Potential violation of Law of Demeter (method chain calls)
3023 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 641 Potential violation of Law of Demeter (method chain calls)
3024 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 643 Potential violation of Law of Demeter (method chain calls)
3025 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 644 Potential violation of Law of Demeter (method chain calls)
3026 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 647 Potential violation of Law of Demeter (object not created locally)
3027 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 649 Potential violation of Law of Demeter (method chain calls)
3028 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 650 Potential violation of Law of Demeter (method chain calls)
3029 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 664 Potential violation of Law of Demeter (method chain calls)
3030 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 664 Potential violation of Law of Demeter (method chain calls)
3031 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 666 Potential violation of Law of Demeter (method chain calls)
3032 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 667 Potential violation of Law of Demeter (method chain calls)
3033 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 670 Potential violation of Law of Demeter (object not created locally)
3034 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 672 Potential violation of Law of Demeter (method chain calls)
3035 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 673 Potential violation of Law of Demeter (method chain calls)
3036 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 674 Potential violation of Law of Demeter (method chain calls)
3037 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 685 Potential violation of Law of Demeter (method chain calls)
3038 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 685 Potential violation of Law of Demeter (method chain calls)
3039 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 687 Potential violation of Law of Demeter (method chain calls)
3040 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 688 Potential violation of Law of Demeter (method chain calls)
3041 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 690 Potential violation of Law of Demeter (object not created locally)
3042 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 692 Potential violation of Law of Demeter (method chain calls)
3043 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 696 Potential violation of Law of Demeter (method chain calls)
3044 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 697 Potential violation of Law of Demeter (method chain calls)
3045 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 704 Potential violation of Law of Demeter (object not created locally)
3046 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 706 Potential violation of Law of Demeter (method chain calls)
3047 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 706 Potential violation of Law of Demeter (method chain calls)
3048 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 708 Potential violation of Law of Demeter (method chain calls)
3049 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 709 Potential violation of Law of Demeter (method chain calls)
3050 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 714 Potential violation of Law of Demeter (method chain calls)
3051 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 714 Potential violation of Law of Demeter (method chain calls)
3052 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 714 Potential violation of Law of Demeter (method chain calls)
3053 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 714 Potential violation of Law of Demeter (method chain calls)
3054 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 717 Potential violation of Law of Demeter (method chain calls)
3055 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 722 Potential violation of Law of Demeter (method chain calls)
3056 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 722 Potential violation of Law of Demeter (method chain calls)
3057 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 722 Potential violation of Law of Demeter (method chain calls)
3058 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 722 Potential violation of Law of Demeter (method chain calls)
3059 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 725 Potential violation of Law of Demeter (method chain calls)
3060 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 730 Potential violation of Law of Demeter (method chain calls)
3061 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 730 Potential violation of Law of Demeter (method chain calls)
3062 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 730 Potential violation of Law of Demeter (method chain calls)
3063 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 730 Potential violation of Law of Demeter (method chain calls)
3064 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 733 Potential violation of Law of Demeter (method chain calls)
3065 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 738 Potential violation of Law of Demeter (method chain calls)
3066 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 738 Potential violation of Law of Demeter (method chain calls)
3067 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 738 Potential violation of Law of Demeter (method chain calls)
3068 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 738 Potential violation of Law of Demeter (method chain calls)
3069 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 741 Potential violation of Law of Demeter (method chain calls)
3070 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 746 Potential violation of Law of Demeter (method chain calls)
3071 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 746 Potential violation of Law of Demeter (method chain calls)
3072 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 746 Potential violation of Law of Demeter (method chain calls)
3073 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 746 Potential violation of Law of Demeter (method chain calls)
3074 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 749 Potential violation of Law of Demeter (method chain calls)
3075 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 757 Potential violation of Law of Demeter (method chain calls)
3076 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 757 Potential violation of Law of Demeter (method chain calls)
3077 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 757 Potential violation of Law of Demeter (method chain calls)
3078 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 757 Potential violation of Law of Demeter (method chain calls)
3079 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 762 Potential violation of Law of Demeter (method chain calls)
3080 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 762 Potential violation of Law of Demeter (method chain calls)
3081 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 762 Potential violation of Law of Demeter (method chain calls)
3082 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 762 Potential violation of Law of Demeter (method chain calls)
3083 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 766 Potential violation of Law of Demeter (method chain calls)
3084 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 766 Potential violation of Law of Demeter (method chain calls)
3085 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 773 Potential violation of Law of Demeter (method chain calls)
3086 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 774 Potential violation of Law of Demeter (object not created locally)
3087 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 775 Potential violation of Law of Demeter (method chain calls)
3088 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 775 Potential violation of Law of Demeter (method chain calls)
3089 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 775 Potential violation of Law of Demeter (method chain calls)
3090 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 775 Potential violation of Law of Demeter (object not created locally)
3091 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 782 Potential violation of Law of Demeter (method chain calls)
3092 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 782 Potential violation of Law of Demeter (object not created locally)
3093 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 787 Potential violation of Law of Demeter (method chain calls)
3094 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 788 Potential violation of Law of Demeter (object not created locally)
3095 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoverySelectorResolverTests.java 789 Potential violation of Law of Demeter (object not created locally)
3096 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 45 This class has too many methods, consider refactoring it.
3097 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 49 Potential violation of Law of Demeter (method chain calls)
3098 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 49 Potential violation of Law of Demeter (method chain calls)
3099 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 51 Potential violation of Law of Demeter (method chain calls)
3100 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 51 Potential violation of Law of Demeter (method chain calls)
3101 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 51 Potential violation of Law of Demeter (object not created locally)
3102 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 56 Potential violation of Law of Demeter (method chain calls)
3103 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 56 Potential violation of Law of Demeter (method chain calls)
3104 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 58 Potential violation of Law of Demeter (method chain calls)
3105 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 58 Potential violation of Law of Demeter (method chain calls)
3106 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 58 Potential violation of Law of Demeter (object not created locally)
3107 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 63 Potential violation of Law of Demeter (method chain calls)
3108 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 63 Potential violation of Law of Demeter (method chain calls)
3109 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 66 Potential violation of Law of Demeter (method chain calls)
3110 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 66 Potential violation of Law of Demeter (method chain calls)
3111 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 66 Potential violation of Law of Demeter (object not created locally)
3112 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 71 Potential violation of Law of Demeter (method chain calls)
3113 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 71 Potential violation of Law of Demeter (method chain calls)
3114 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 74 Potential violation of Law of Demeter (method chain calls)
3115 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 74 Potential violation of Law of Demeter (method chain calls)
3116 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 74 Potential violation of Law of Demeter (object not created locally)
3117 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 79 Potential violation of Law of Demeter (method chain calls)
3118 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 79 Potential violation of Law of Demeter (method chain calls)
3119 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 79 Potential violation of Law of Demeter (method chain calls)
3120 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 79 Potential violation of Law of Demeter (method chain calls)
3121 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 79 Potential violation of Law of Demeter (method chain calls)
3122 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 80 Potential violation of Law of Demeter (method chain calls)
3123 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 82 Potential violation of Law of Demeter (method chain calls)
3124 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 82 Potential violation of Law of Demeter (method chain calls)
3125 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 82 Potential violation of Law of Demeter (object not created locally)
3126 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 89 Potential violation of Law of Demeter (method chain calls)
3127 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 89 Potential violation of Law of Demeter (method chain calls)
3128 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 91 Potential violation of Law of Demeter (method chain calls)
3129 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 91 Potential violation of Law of Demeter (method chain calls)
3130 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 91 Potential violation of Law of Demeter (object not created locally)
3131 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 96 Potential violation of Law of Demeter (method chain calls)
3132 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 96 Potential violation of Law of Demeter (method chain calls)
3133 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 101 Potential violation of Law of Demeter (method chain calls)
3134 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 101 Potential violation of Law of Demeter (object not created locally)
3135 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 102 Potential violation of Law of Demeter (object not created locally)
3136 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 103 Potential violation of Law of Demeter (method chain calls)
3137 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 103 Potential violation of Law of Demeter (object not created locally)
3138 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 108 Potential violation of Law of Demeter (method chain calls)
3139 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 108 Potential violation of Law of Demeter (method chain calls)
3140 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 113 Potential violation of Law of Demeter (method chain calls)
3141 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 113 Potential violation of Law of Demeter (method chain calls)
3142 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 113 Potential violation of Law of Demeter (object not created locally)
3143 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 118 Potential violation of Law of Demeter (method chain calls)
3144 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 118 Potential violation of Law of Demeter (method chain calls)
3145 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 122 Potential violation of Law of Demeter (method chain calls)
3146 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 122 Potential violation of Law of Demeter (method chain calls)
3147 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 122 Potential violation of Law of Demeter (object not created locally)
3148 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 127 Potential violation of Law of Demeter (method chain calls)
3149 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 127 Potential violation of Law of Demeter (method chain calls)
3150 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 131 Potential violation of Law of Demeter (method chain calls)
3151 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 131 Potential violation of Law of Demeter (method chain calls)
3152 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 131 Potential violation of Law of Demeter (object not created locally)
3153 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 135 A method/constructor should not explicitly throw java.lang.Exception
3154 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 136 Potential violation of Law of Demeter (method chain calls)
3155 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 139 Potential violation of Law of Demeter (method chain calls)
3156 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 140 Potential violation of Law of Demeter (method chain calls)
3157 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 140 Potential violation of Law of Demeter (method chain calls)
3158 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 145 Potential violation of Law of Demeter (object not created locally)
3159 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 146 Potential violation of Law of Demeter (method chain calls)
3160 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 146 Potential violation of Law of Demeter (object not created locally)
3161 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 149 Potential violation of Law of Demeter (object not created locally)
3162 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 150 Potential violation of Law of Demeter (method chain calls)
3163 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 150 Potential violation of Law of Demeter (object not created locally)
3164 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 154 Potential violation of Law of Demeter (object not created locally)
3165 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 155 Potential violation of Law of Demeter (method chain calls)
3166 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 155 Potential violation of Law of Demeter (object not created locally)
3167 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 159 Potential violation of Law of Demeter (object not created locally)
3168 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 160 Potential violation of Law of Demeter (method chain calls)
3169 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 160 Potential violation of Law of Demeter (method chain calls)
3170 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 160 Potential violation of Law of Demeter (method chain calls)
3171 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 160 Potential violation of Law of Demeter (object not created locally)
3172 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\DiscoveryTests.java 215 No abstract method which means that the keyword is most likely used to prevent instantiation. Use a private or protected constructor instead.
3173 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\JupiterUniqueIdBuilder.java 29 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
3174 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\JupiterUniqueIdBuilder.java 37 Potential violation of Law of Demeter (object not created locally)
3175 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\JupiterUniqueIdBuilder.java 41 Potential violation of Law of Demeter (method chain calls)
3176 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\JupiterUniqueIdBuilder.java 45 Potential violation of Law of Demeter (method chain calls)
3177 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\JupiterUniqueIdBuilder.java 49 Potential violation of Law of Demeter (method chain calls)
3178 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\JupiterUniqueIdBuilder.java 53 Potential violation of Law of Demeter (method chain calls)
3179 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsInnerClassTests.java 28 Potential violation of Law of Demeter (method chain calls)
3180 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsInnerClassTests.java 33 Potential violation of Law of Demeter (method chain calls)
3181 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsInnerClassTests.java 38 Potential violation of Law of Demeter (method chain calls)
3182 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsNestedTestClassTests.java 29 Potential violation of Law of Demeter (method chain calls)
3183 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsNestedTestClassTests.java 34 Potential violation of Law of Demeter (method chain calls)
3184 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsNestedTestClassTests.java 39 Potential violation of Law of Demeter (method chain calls)
3185 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsPotentialTestContainerTests.java 70 No abstract method which means that the keyword is most likely used to prevent instantiation. Use a private or protected constructor instead.
3186 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestClassWithTestsTests.java 31 This class has too many methods, consider refactoring it.
3187 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestFactoryMethodTests.java 37 Potential violation of Law of Demeter (method chain calls)
3188 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestFactoryMethodTests.java 42 Potential violation of Law of Demeter (method chain calls)
3189 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestFactoryMethodTests.java 49 Potential violation of Law of Demeter (method chain calls)
3190 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestFactoryMethodTests.java 56 Potential violation of Law of Demeter (method chain calls)
3191 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestFactoryMethodTests.java 60 Potential violation of Law of Demeter (method chain calls)
3192 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestMethodTests.java 28 This class has too many methods, consider refactoring it.
3193 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestMethodTests.java 37 Potential violation of Law of Demeter (method chain calls)
3194 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestMethodTests.java 45 Potential violation of Law of Demeter (method chain calls)
3195 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestMethodTests.java 50 Potential violation of Law of Demeter (method chain calls)
3196 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestMethodTests.java 55 Potential violation of Law of Demeter (method chain calls)
3197 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestMethodTests.java 60 Potential violation of Law of Demeter (method chain calls)
3198 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestMethodTests.java 65 Potential violation of Law of Demeter (method chain calls)
3199 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestMethodTests.java 70 Potential violation of Law of Demeter (method chain calls)
3200 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestMethodTests.java 75 Potential violation of Law of Demeter (method chain calls)
3201 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestMethodTests.java 80 Potential violation of Law of Demeter (method chain calls)
3202 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestMethodTests.java 85 Potential violation of Law of Demeter (method chain calls)
3203 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestMethodTests.java 89 Potential violation of Law of Demeter (method chain calls)
3204 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestMethodTests.java 93 Potential violation of Law of Demeter (method chain calls)
3205 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestTemplateMethodTests.java 32 Potential violation of Law of Demeter (method chain calls)
3206 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestTemplateMethodTests.java 37 Potential violation of Law of Demeter (method chain calls)
3207 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\discovery\predicates\IsTestTemplateMethodTests.java 41 Potential violation of Law of Demeter (method chain calls)
3208 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 23 Potential violation of Law of Demeter (method chain calls)
3209 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 23 Potential violation of Law of Demeter (object not created locally)
3210 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 24 Potential violation of Law of Demeter (method chain calls)
3211 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 24 Potential violation of Law of Demeter (object not created locally)
3212 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 25 Potential violation of Law of Demeter (method chain calls)
3213 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 25 Potential violation of Law of Demeter (object not created locally)
3214 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 26 Potential violation of Law of Demeter (method chain calls)
3215 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 26 Potential violation of Law of Demeter (object not created locally)
3216 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 27 Potential violation of Law of Demeter (method chain calls)
3217 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 27 Potential violation of Law of Demeter (object not created locally)
3218 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 36 Potential violation of Law of Demeter (method chain calls)
3219 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 36 Potential violation of Law of Demeter (object not created locally)
3220 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 37 Potential violation of Law of Demeter (method chain calls)
3221 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 37 Potential violation of Law of Demeter (object not created locally)
3222 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 38 Potential violation of Law of Demeter (method chain calls)
3223 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 38 Potential violation of Law of Demeter (object not created locally)
3224 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 39 Potential violation of Law of Demeter (method chain calls)
3225 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 39 Potential violation of Law of Demeter (object not created locally)
3226 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 40 Potential violation of Law of Demeter (method chain calls)
3227 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 40 Potential violation of Law of Demeter (object not created locally)
3228 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 41 Potential violation of Law of Demeter (method chain calls)
3229 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 41 Potential violation of Law of Demeter (object not created locally)
3230 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 42 Potential violation of Law of Demeter (method chain calls)
3231 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DefaultTestInstancesTests.java 42 Potential violation of Law of Demeter (object not created locally)
3232 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DynamicTestIntegrationTests.java 39 Potential violation of Law of Demeter (method chain calls)
3233 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\DynamicTestIntegrationTests.java 39 Potential violation of Law of Demeter (method chain calls)
3234 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 45 This class has too many methods, consider refactoring it.
3235 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 56 Private field 'extensionRegistry' could be made final; it is only initialized in the declaration or constructor.
3236 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 65 Potential violation of Law of Demeter (method chain calls)
3237 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 74 Potential violation of Law of Demeter (method chain calls)
3238 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 89 Potential violation of Law of Demeter (method chain calls)
3239 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 89 Potential violation of Law of Demeter (method chain calls)
3240 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 89 Potential violation of Law of Demeter (method chain calls)
3241 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 89 Potential violation of Law of Demeter (method chain calls)
3242 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 89 Potential violation of Law of Demeter (object not created locally)
3243 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 92 Potential violation of Law of Demeter (method chain calls)
3244 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 102 Potential violation of Law of Demeter (method chain calls)
3245 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 112 Potential violation of Law of Demeter (method chain calls)
3246 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 131 Potential violation of Law of Demeter (method chain calls)
3247 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 142 Potential violation of Law of Demeter (method chain calls)
3248 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 154 Potential violation of Law of Demeter (static property access)
3249 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 155 Potential violation of Law of Demeter (method chain calls)
3250 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 155 Potential violation of Law of Demeter (method chain calls)
3251 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 155 Potential violation of Law of Demeter (static property access)
3252 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 157 Potential violation of Law of Demeter (static property access)
3253 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 158 Potential violation of Law of Demeter (method chain calls)
3254 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 158 Potential violation of Law of Demeter (method chain calls)
3255 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 158 Potential violation of Law of Demeter (static property access)
3256 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 159 Potential violation of Law of Demeter (method chain calls)
3257 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 159 Potential violation of Law of Demeter (method chain calls)
3258 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 159 Potential violation of Law of Demeter (static property access)
3259 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 160 Potential violation of Law of Demeter (method chain calls)
3260 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 170 Potential violation of Law of Demeter (method chain calls)
3261 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 180 Potential violation of Law of Demeter (method chain calls)
3262 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 188 Potential violation of Law of Demeter (method chain calls)
3263 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 191 Potential violation of Law of Demeter (method chain calls)
3264 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 191 Potential violation of Law of Demeter (method chain calls)
3265 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 191 Potential violation of Law of Demeter (method chain calls)
3266 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 191 Potential violation of Law of Demeter (object not created locally)
3267 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 202 Potential violation of Law of Demeter (method chain calls)
3268 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 204 Potential violation of Law of Demeter (method chain calls)
3269 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 204 Potential violation of Law of Demeter (method chain calls)
3270 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 204 Potential violation of Law of Demeter (object not created locally)
3271 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 213 Potential violation of Law of Demeter (method chain calls)
3272 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 215 Potential violation of Law of Demeter (method chain calls)
3273 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 215 Potential violation of Law of Demeter (method chain calls)
3274 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 218 Potential violation of Law of Demeter (method chain calls)
3275 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 218 Potential violation of Law of Demeter (object not created locally)
3276 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 229 Potential violation of Law of Demeter (method chain calls)
3277 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 232 Potential violation of Law of Demeter (method chain calls)
3278 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 232 Potential violation of Law of Demeter (method chain calls)
3279 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 232 Potential violation of Law of Demeter (method chain calls)
3280 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 232 Potential violation of Law of Demeter (object not created locally)
3281 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 245 Potential violation of Law of Demeter (method chain calls)
3282 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 247 Potential violation of Law of Demeter (object not created locally)
3283 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 248 Potential violation of Law of Demeter (method chain calls)
3284 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 248 Potential violation of Law of Demeter (object not created locally)
3285 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 258 Potential violation of Law of Demeter (method chain calls)
3286 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 260 Potential violation of Law of Demeter (object not created locally)
3287 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 261 Potential violation of Law of Demeter (method chain calls)
3288 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 261 Potential violation of Law of Demeter (object not created locally)
3289 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 271 Potential violation of Law of Demeter (method chain calls)
3290 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 309 Potential violation of Law of Demeter (method chain calls)
3291 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 309 Potential violation of Law of Demeter (method chain calls)
3292 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 309 Potential violation of Law of Demeter (method chain calls)
3293 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 323 Potential violation of Law of Demeter (method chain calls)
3294 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 323 Potential violation of Law of Demeter (method chain calls)
3295 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 323 Potential violation of Law of Demeter (method chain calls)
3296 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 323 Potential violation of Law of Demeter (method chain calls)
3297 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 323 Potential violation of Law of Demeter (method chain calls)
3298 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 417 Potential violation of Law of Demeter (method chain calls)
3299 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExecutableInvokerTests.java 430 Potential violation of Law of Demeter (method chain calls)
3300 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionContextStoreConcurrencyTests.java 34 Potential violation of Law of Demeter (method chain calls)
3301 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionContextStoreTests.java 39 Potential violation of Law of Demeter (method chain calls)
3302 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionContextStoreTests.java 41 Potential violation of Law of Demeter (method chain calls)
3303 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionContextStoreTests.java 42 Potential violation of Law of Demeter (method chain calls)
3304 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionContextStoreTests.java 48 Potential violation of Law of Demeter (method chain calls)
3305 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionContextStoreTests.java 52 Potential violation of Law of Demeter (method chain calls)
3306 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionContextStoreTests.java 58 Potential violation of Law of Demeter (method chain calls)
3307 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionContextStoreTests.java 60 Potential violation of Law of Demeter (method chain calls)
3308 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionContextStoreTests.java 66 Potential violation of Law of Demeter (method chain calls)
3309 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionContextStoreTests.java 68 Potential violation of Law of Demeter (method chain calls)
3310 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionValuesStoreTests.java 43 This final field could be made static
3311 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionValuesStoreTests.java 44 This final field could be made static
3312 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionValuesStoreTests.java 53 This class has too many methods, consider refactoring it.
3313 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionValuesStoreTests.java 176 Potential violation of Law of Demeter (object not created locally)
3314 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionValuesStoreTests.java 200 Potential violation of Law of Demeter (object not created locally)
3315 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionValuesStoreTests.java 226 Potential violation of Law of Demeter (object not created locally)
3316 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionValuesStoreTests.java 248 Potential violation of Law of Demeter (object not created locally)
3317 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionValuesStoreTests.java 260 Potential violation of Law of Demeter (object not created locally)
3318 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionValuesStoreTests.java 288 Potential violation of Law of Demeter (object not created locally)
3319 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionValuesStoreTests.java 312 Potential violation of Law of Demeter (method chain calls)
3320 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionValuesStoreTests.java 312 Potential violation of Law of Demeter (method chain calls)
3321 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionValuesStoreTests.java 333 Potential violation of Law of Demeter (method chain calls)
3322 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionValuesStoreTests.java 333 Potential violation of Law of Demeter (method chain calls)
3323 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\ExtensionValuesStoreTests.java 333 Potential violation of Law of Demeter (method chain calls)
3324 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 48 Potential violation of Law of Demeter (method chain calls)
3325 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 49 Potential violation of Law of Demeter (object not created locally)
3326 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 58 Potential violation of Law of Demeter (method chain calls)
3327 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 58 Potential violation of Law of Demeter (method chain calls)
3328 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 58 Potential violation of Law of Demeter (method chain calls)
3329 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 58 Potential violation of Law of Demeter (method chain calls)
3330 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 64 Potential violation of Law of Demeter (object not created locally)
3331 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 65 Potential violation of Law of Demeter (object not created locally)
3332 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 66 Potential violation of Law of Demeter (object not created locally)
3333 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 77 Potential violation of Law of Demeter (method chain calls)
3334 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 77 Potential violation of Law of Demeter (method chain calls)
3335 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 77 Potential violation of Law of Demeter (method chain calls)
3336 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 77 Potential violation of Law of Demeter (method chain calls)
3337 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 77 Potential violation of Law of Demeter (method chain calls)
3338 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 77 Potential violation of Law of Demeter (method chain calls)
3339 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 77 Potential violation of Law of Demeter (method chain calls)
3340 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 86 Potential violation of Law of Demeter (object not created locally)
3341 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 87 Potential violation of Law of Demeter (object not created locally)
3342 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 88 Potential violation of Law of Demeter (object not created locally)
3343 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 93 A method/constructor should not explicitly throw java.lang.Exception
3344 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 94 Potential violation of Law of Demeter (method chain calls)
3345 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 95 Potential violation of Law of Demeter (method chain calls)
3346 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 97 Potential violation of Law of Demeter (method chain calls)
3347 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 97 Potential violation of Law of Demeter (method chain calls)
3348 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 99 Potential violation of Law of Demeter (method chain calls)
3349 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 99 Potential violation of Law of Demeter (method chain calls)
3350 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 103 Potential violation of Law of Demeter (method chain calls)
3351 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 106 Potential violation of Law of Demeter (method chain calls)
3352 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 106 Potential violation of Law of Demeter (method chain calls)
3353 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\JupiterEngineExecutionContextTests.java 106 Potential violation of Law of Demeter (method chain calls)
3354 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 41 Potential violation of Law of Demeter (method chain calls)
3355 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 41 Potential violation of Law of Demeter (method chain calls)
3356 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 41 Potential violation of Law of Demeter (method chain calls)
3357 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 41 Potential violation of Law of Demeter (method chain calls)
3358 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 41 Potential violation of Law of Demeter (object not created locally)
3359 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 42 Potential violation of Law of Demeter (method chain calls)
3360 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 42 Potential violation of Law of Demeter (method chain calls)
3361 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 42 Potential violation of Law of Demeter (method chain calls)
3362 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 42 Potential violation of Law of Demeter (method chain calls)
3363 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 42 Potential violation of Law of Demeter (object not created locally)
3364 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 43 Potential violation of Law of Demeter (method chain calls)
3365 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 43 Potential violation of Law of Demeter (method chain calls)
3366 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 43 Potential violation of Law of Demeter (method chain calls)
3367 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 43 Potential violation of Law of Demeter (method chain calls)
3368 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 43 Potential violation of Law of Demeter (object not created locally)
3369 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 46 Potential violation of Law of Demeter (method chain calls)
3370 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 46 Potential violation of Law of Demeter (method chain calls)
3371 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 46 Potential violation of Law of Demeter (method chain calls)
3372 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 46 Potential violation of Law of Demeter (method chain calls)
3373 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 46 Potential violation of Law of Demeter (method chain calls)
3374 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 46 Potential violation of Law of Demeter (method chain calls)
3375 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 46 Potential violation of Law of Demeter (method chain calls)
3376 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 46 Potential violation of Law of Demeter (method chain calls)
3377 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 46 Potential violation of Law of Demeter (method chain calls)
3378 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 46 Potential violation of Law of Demeter (object not created locally)
3379 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 55 Potential violation of Law of Demeter (method chain calls)
3380 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\UniqueIdParsingForArrayParameterIntegrationTests.java 55 Potential violation of Law of Demeter (object not created locally)
3381 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\CustomAnnotationParameterResolver.java 32 Potential violation of Law of Demeter (method chain calls)
3382 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\CustomAnnotationParameterResolver.java 32 Potential violation of Law of Demeter (method chain calls)
3383 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\CustomTypeParameterResolver.java 24 Potential violation of Law of Demeter (method chain calls)
3384 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\CustomTypeParameterResolver.java 24 Potential violation of Law of Demeter (method chain calls)
3385 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\DoubleParameterResolver.java 27 Potential violation of Law of Demeter (method chain calls)
3386 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\LongParameterResolver.java 36 Potential violation of Law of Demeter (method chain calls)
3387 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\LongParameterResolver.java 40 Potential violation of Law of Demeter (method chain calls)
3388 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\LongParameterResolver.java 43 Potential violation of Law of Demeter (method chain calls)
3389 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\LongParameterResolver.java 43 Potential violation of Law of Demeter (method chain calls)
3390 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\LongParameterResolver.java 44 Potential violation of Law of Demeter (method chain calls)
3391 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\LongParameterResolver.java 45 Potential violation of Law of Demeter (method chain calls)
3392 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\LongParameterResolver.java 46 Potential violation of Law of Demeter (method chain calls)
3393 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\LongParameterResolver.java 47 Potential violation of Law of Demeter (method chain calls)
3394 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\MapOfStringsParameterResolver.java 31 Potential violation of Law of Demeter (method chain calls)
3395 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\MapOfStringsParameterResolver.java 35 Potential violation of Law of Demeter (method chain calls)
3396 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\NullIntegerParameterResolver.java 27 Potential violation of Law of Demeter (method chain calls)
3397 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\NullIntegerParameterResolver.java 28 Potential violation of Law of Demeter (method chain calls)
3398 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\NumberParameterResolver.java 41 Potential violation of Law of Demeter (method chain calls)
3399 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\NumberParameterResolver.java 41 Potential violation of Law of Demeter (method chain calls)
3400 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\NumberParameterResolver.java 41 Potential violation of Law of Demeter (method chain calls)
3401 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\PrimitiveArrayParameterResolver.java 26 Potential violation of Law of Demeter (method chain calls)
3402 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\execution\injection\sample\PrimitiveIntegerParameterResolver.java 26 Potential violation of Law of Demeter (method chain calls)
3403 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterAllTests.java 57 Potential violation of Law of Demeter (method chain calls)
3404 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterAllTests.java 78 Potential violation of Law of Demeter (method chain calls)
3405 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterAllTests.java 103 Potential violation of Law of Demeter (method chain calls)
3406 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterAllTests.java 130 Potential violation of Law of Demeter (method chain calls)
3407 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterAllTests.java 145 Potential violation of Law of Demeter (method chain calls)
3408 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterAllTests.java 161 Potential violation of Law of Demeter (method chain calls)
3409 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterAllTests.java 173 Potential violation of Law of Demeter (method chain calls)
3410 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterAllTests.java 173 Potential violation of Law of Demeter (method chain calls)
3411 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 56 Potential violation of Law of Demeter (method chain calls)
3412 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 58 Potential violation of Law of Demeter (method chain calls)
3413 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 58 Potential violation of Law of Demeter (method chain calls)
3414 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 58 Potential violation of Law of Demeter (object not created locally)
3415 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 59 Potential violation of Law of Demeter (method chain calls)
3416 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 59 Potential violation of Law of Demeter (method chain calls)
3417 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 59 Potential violation of Law of Demeter (object not created locally)
3418 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 60 Potential violation of Law of Demeter (method chain calls)
3419 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 60 Potential violation of Law of Demeter (method chain calls)
3420 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 60 Potential violation of Law of Demeter (object not created locally)
3421 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 61 Potential violation of Law of Demeter (method chain calls)
3422 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 61 Potential violation of Law of Demeter (method chain calls)
3423 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 61 Potential violation of Law of Demeter (object not created locally)
3424 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 62 Potential violation of Law of Demeter (method chain calls)
3425 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 62 Potential violation of Law of Demeter (method chain calls)
3426 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 62 Potential violation of Law of Demeter (object not created locally)
3427 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 95 Potential violation of Law of Demeter (method chain calls)
3428 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 97 Potential violation of Law of Demeter (method chain calls)
3429 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 97 Potential violation of Law of Demeter (method chain calls)
3430 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 97 Potential violation of Law of Demeter (object not created locally)
3431 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 98 Potential violation of Law of Demeter (method chain calls)
3432 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 98 Potential violation of Law of Demeter (method chain calls)
3433 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 98 Potential violation of Law of Demeter (object not created locally)
3434 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 99 Potential violation of Law of Demeter (method chain calls)
3435 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 99 Potential violation of Law of Demeter (method chain calls)
3436 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 99 Potential violation of Law of Demeter (object not created locally)
3437 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 100 Potential violation of Law of Demeter (method chain calls)
3438 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 100 Potential violation of Law of Demeter (method chain calls)
3439 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 100 Potential violation of Law of Demeter (object not created locally)
3440 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 101 Potential violation of Law of Demeter (method chain calls)
3441 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 101 Potential violation of Law of Demeter (method chain calls)
3442 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 101 Potential violation of Law of Demeter (object not created locally)
3443 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 116 Potential violation of Law of Demeter (method chain calls)
3444 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 118 Potential violation of Law of Demeter (method chain calls)
3445 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 118 Potential violation of Law of Demeter (method chain calls)
3446 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 118 Potential violation of Law of Demeter (object not created locally)
3447 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 119 Potential violation of Law of Demeter (method chain calls)
3448 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 119 Potential violation of Law of Demeter (method chain calls)
3449 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 119 Potential violation of Law of Demeter (object not created locally)
3450 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 120 Potential violation of Law of Demeter (method chain calls)
3451 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 120 Potential violation of Law of Demeter (method chain calls)
3452 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 120 Potential violation of Law of Demeter (object not created locally)
3453 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 121 Potential violation of Law of Demeter (method chain calls)
3454 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 121 Potential violation of Law of Demeter (method chain calls)
3455 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 121 Potential violation of Law of Demeter (object not created locally)
3456 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 122 Potential violation of Law of Demeter (method chain calls)
3457 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 122 Potential violation of Law of Demeter (method chain calls)
3458 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 122 Potential violation of Law of Demeter (object not created locally)
3459 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 147 Potential violation of Law of Demeter (method chain calls)
3460 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 149 Potential violation of Law of Demeter (method chain calls)
3461 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 149 Potential violation of Law of Demeter (method chain calls)
3462 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 149 Potential violation of Law of Demeter (object not created locally)
3463 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 150 Potential violation of Law of Demeter (method chain calls)
3464 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 150 Potential violation of Law of Demeter (method chain calls)
3465 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 150 Potential violation of Law of Demeter (object not created locally)
3466 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 151 Potential violation of Law of Demeter (method chain calls)
3467 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 151 Potential violation of Law of Demeter (method chain calls)
3468 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 151 Potential violation of Law of Demeter (object not created locally)
3469 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 152 Potential violation of Law of Demeter (method chain calls)
3470 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 152 Potential violation of Law of Demeter (method chain calls)
3471 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 152 Potential violation of Law of Demeter (object not created locally)
3472 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 153 Potential violation of Law of Demeter (method chain calls)
3473 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 153 Potential violation of Law of Demeter (method chain calls)
3474 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 153 Potential violation of Law of Demeter (object not created locally)
3475 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 168 Potential violation of Law of Demeter (method chain calls)
3476 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 173 Potential violation of Law of Demeter (method chain calls)
3477 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 175 Potential violation of Law of Demeter (method chain calls)
3478 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 175 Potential violation of Law of Demeter (method chain calls)
3479 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 175 Potential violation of Law of Demeter (object not created locally)
3480 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 176 Potential violation of Law of Demeter (method chain calls)
3481 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 176 Potential violation of Law of Demeter (method chain calls)
3482 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 176 Potential violation of Law of Demeter (object not created locally)
3483 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 177 Potential violation of Law of Demeter (method chain calls)
3484 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 177 Potential violation of Law of Demeter (method chain calls)
3485 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 177 Potential violation of Law of Demeter (object not created locally)
3486 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 178 Potential violation of Law of Demeter (method chain calls)
3487 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 178 Potential violation of Law of Demeter (method chain calls)
3488 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 178 Potential violation of Law of Demeter (object not created locally)
3489 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 179 Potential violation of Law of Demeter (method chain calls)
3490 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 179 Potential violation of Law of Demeter (method chain calls)
3491 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 179 Potential violation of Law of Demeter (object not created locally)
3492 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 194 Potential violation of Law of Demeter (method chain calls)
3493 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 199 Potential violation of Law of Demeter (method chain calls)
3494 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 201 Potential violation of Law of Demeter (method chain calls)
3495 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 201 Potential violation of Law of Demeter (method chain calls)
3496 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 201 Potential violation of Law of Demeter (object not created locally)
3497 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 202 Potential violation of Law of Demeter (method chain calls)
3498 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 202 Potential violation of Law of Demeter (method chain calls)
3499 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 202 Potential violation of Law of Demeter (object not created locally)
3500 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 203 Potential violation of Law of Demeter (method chain calls)
3501 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 203 Potential violation of Law of Demeter (method chain calls)
3502 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 203 Potential violation of Law of Demeter (object not created locally)
3503 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 204 Potential violation of Law of Demeter (method chain calls)
3504 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 204 Potential violation of Law of Demeter (method chain calls)
3505 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 204 Potential violation of Law of Demeter (object not created locally)
3506 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 205 Potential violation of Law of Demeter (method chain calls)
3507 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 205 Potential violation of Law of Demeter (method chain calls)
3508 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 205 Potential violation of Law of Demeter (object not created locally)
3509 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 232 Potential violation of Law of Demeter (method chain calls)
3510 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 236 Potential violation of Law of Demeter (method chain calls)
3511 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 241 Potential violation of Law of Demeter (method chain calls)
3512 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 243 Potential violation of Law of Demeter (method chain calls)
3513 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 243 Potential violation of Law of Demeter (method chain calls)
3514 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 243 Potential violation of Law of Demeter (object not created locally)
3515 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 244 Potential violation of Law of Demeter (method chain calls)
3516 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 244 Potential violation of Law of Demeter (method chain calls)
3517 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 244 Potential violation of Law of Demeter (object not created locally)
3518 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 245 Potential violation of Law of Demeter (method chain calls)
3519 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 245 Potential violation of Law of Demeter (method chain calls)
3520 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 245 Potential violation of Law of Demeter (object not created locally)
3521 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 246 Potential violation of Law of Demeter (method chain calls)
3522 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 246 Potential violation of Law of Demeter (method chain calls)
3523 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 246 Potential violation of Law of Demeter (object not created locally)
3524 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 247 Potential violation of Law of Demeter (method chain calls)
3525 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 247 Potential violation of Law of Demeter (method chain calls)
3526 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 247 Potential violation of Law of Demeter (object not created locally)
3527 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 259 Potential violation of Law of Demeter (method chain calls)
3528 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 264 Potential violation of Law of Demeter (method chain calls)
3529 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 266 Potential violation of Law of Demeter (method chain calls)
3530 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 266 Potential violation of Law of Demeter (method chain calls)
3531 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 266 Potential violation of Law of Demeter (object not created locally)
3532 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 267 Potential violation of Law of Demeter (method chain calls)
3533 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 267 Potential violation of Law of Demeter (method chain calls)
3534 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 267 Potential violation of Law of Demeter (object not created locally)
3535 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 268 Potential violation of Law of Demeter (method chain calls)
3536 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 268 Potential violation of Law of Demeter (method chain calls)
3537 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 268 Potential violation of Law of Demeter (object not created locally)
3538 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 269 Potential violation of Law of Demeter (method chain calls)
3539 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 269 Potential violation of Law of Demeter (method chain calls)
3540 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 269 Potential violation of Law of Demeter (object not created locally)
3541 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 270 Potential violation of Law of Demeter (method chain calls)
3542 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 270 Potential violation of Law of Demeter (method chain calls)
3543 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 270 Potential violation of Law of Demeter (object not created locally)
3544 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterEachTests.java 282 Potential violation of Law of Demeter (method chain calls)
3545 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 59 Potential violation of Law of Demeter (method chain calls)
3546 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 59 Potential violation of Law of Demeter (method chain calls)
3547 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 59 Potential violation of Law of Demeter (method chain calls)
3548 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 59 Potential violation of Law of Demeter (method chain calls)
3549 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 59 Potential violation of Law of Demeter (object not created locally)
3550 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 60 Potential violation of Law of Demeter (method chain calls)
3551 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 60 Potential violation of Law of Demeter (method chain calls)
3552 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 60 Potential violation of Law of Demeter (method chain calls)
3553 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 60 Potential violation of Law of Demeter (method chain calls)
3554 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 60 Potential violation of Law of Demeter (object not created locally)
3555 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 61 Potential violation of Law of Demeter (method chain calls)
3556 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 61 Potential violation of Law of Demeter (method chain calls)
3557 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 61 Potential violation of Law of Demeter (method chain calls)
3558 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 61 Potential violation of Law of Demeter (method chain calls)
3559 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 61 Potential violation of Law of Demeter (object not created locally)
3560 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 62 Potential violation of Law of Demeter (method chain calls)
3561 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 62 Potential violation of Law of Demeter (method chain calls)
3562 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 62 Potential violation of Law of Demeter (method chain calls)
3563 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 62 Potential violation of Law of Demeter (method chain calls)
3564 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 62 Potential violation of Law of Demeter (object not created locally)
3565 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 63 Potential violation of Law of Demeter (method chain calls)
3566 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 63 Potential violation of Law of Demeter (method chain calls)
3567 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 63 Potential violation of Law of Demeter (method chain calls)
3568 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 63 Potential violation of Law of Demeter (method chain calls)
3569 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 63 Potential violation of Law of Demeter (object not created locally)
3570 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 98 Potential violation of Law of Demeter (method chain calls)
3571 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 98 Potential violation of Law of Demeter (method chain calls)
3572 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 98 Potential violation of Law of Demeter (method chain calls)
3573 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 98 Potential violation of Law of Demeter (method chain calls)
3574 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 98 Potential violation of Law of Demeter (object not created locally)
3575 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 99 Potential violation of Law of Demeter (method chain calls)
3576 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 99 Potential violation of Law of Demeter (method chain calls)
3577 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 99 Potential violation of Law of Demeter (method chain calls)
3578 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 99 Potential violation of Law of Demeter (method chain calls)
3579 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 99 Potential violation of Law of Demeter (object not created locally)
3580 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 100 Potential violation of Law of Demeter (method chain calls)
3581 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 100 Potential violation of Law of Demeter (method chain calls)
3582 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 100 Potential violation of Law of Demeter (method chain calls)
3583 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 100 Potential violation of Law of Demeter (method chain calls)
3584 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 100 Potential violation of Law of Demeter (object not created locally)
3585 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 101 Potential violation of Law of Demeter (method chain calls)
3586 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 101 Potential violation of Law of Demeter (method chain calls)
3587 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 101 Potential violation of Law of Demeter (method chain calls)
3588 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 101 Potential violation of Law of Demeter (method chain calls)
3589 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 101 Potential violation of Law of Demeter (object not created locally)
3590 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 102 Potential violation of Law of Demeter (method chain calls)
3591 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 102 Potential violation of Law of Demeter (method chain calls)
3592 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 102 Potential violation of Law of Demeter (method chain calls)
3593 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 102 Potential violation of Law of Demeter (method chain calls)
3594 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 102 Potential violation of Law of Demeter (object not created locally)
3595 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 119 Potential violation of Law of Demeter (method chain calls)
3596 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 119 Potential violation of Law of Demeter (method chain calls)
3597 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 119 Potential violation of Law of Demeter (method chain calls)
3598 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 119 Potential violation of Law of Demeter (method chain calls)
3599 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 119 Potential violation of Law of Demeter (object not created locally)
3600 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 120 Potential violation of Law of Demeter (method chain calls)
3601 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 120 Potential violation of Law of Demeter (method chain calls)
3602 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 120 Potential violation of Law of Demeter (method chain calls)
3603 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 120 Potential violation of Law of Demeter (method chain calls)
3604 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 120 Potential violation of Law of Demeter (object not created locally)
3605 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 121 Potential violation of Law of Demeter (method chain calls)
3606 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 121 Potential violation of Law of Demeter (method chain calls)
3607 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 121 Potential violation of Law of Demeter (method chain calls)
3608 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 121 Potential violation of Law of Demeter (method chain calls)
3609 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 121 Potential violation of Law of Demeter (object not created locally)
3610 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 122 Potential violation of Law of Demeter (method chain calls)
3611 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 122 Potential violation of Law of Demeter (method chain calls)
3612 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 122 Potential violation of Law of Demeter (method chain calls)
3613 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 122 Potential violation of Law of Demeter (method chain calls)
3614 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 122 Potential violation of Law of Demeter (object not created locally)
3615 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 123 Potential violation of Law of Demeter (method chain calls)
3616 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 123 Potential violation of Law of Demeter (method chain calls)
3617 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 123 Potential violation of Law of Demeter (method chain calls)
3618 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 123 Potential violation of Law of Demeter (method chain calls)
3619 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 123 Potential violation of Law of Demeter (object not created locally)
3620 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 150 Potential violation of Law of Demeter (method chain calls)
3621 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 150 Potential violation of Law of Demeter (method chain calls)
3622 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 150 Potential violation of Law of Demeter (method chain calls)
3623 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 150 Potential violation of Law of Demeter (method chain calls)
3624 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 150 Potential violation of Law of Demeter (object not created locally)
3625 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 151 Potential violation of Law of Demeter (method chain calls)
3626 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 151 Potential violation of Law of Demeter (method chain calls)
3627 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 151 Potential violation of Law of Demeter (method chain calls)
3628 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 151 Potential violation of Law of Demeter (method chain calls)
3629 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 151 Potential violation of Law of Demeter (object not created locally)
3630 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 152 Potential violation of Law of Demeter (method chain calls)
3631 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 152 Potential violation of Law of Demeter (method chain calls)
3632 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 152 Potential violation of Law of Demeter (method chain calls)
3633 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 152 Potential violation of Law of Demeter (method chain calls)
3634 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 152 Potential violation of Law of Demeter (object not created locally)
3635 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 153 Potential violation of Law of Demeter (method chain calls)
3636 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 153 Potential violation of Law of Demeter (method chain calls)
3637 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 153 Potential violation of Law of Demeter (method chain calls)
3638 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 153 Potential violation of Law of Demeter (method chain calls)
3639 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 153 Potential violation of Law of Demeter (object not created locally)
3640 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 154 Potential violation of Law of Demeter (method chain calls)
3641 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 154 Potential violation of Law of Demeter (method chain calls)
3642 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 154 Potential violation of Law of Demeter (method chain calls)
3643 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 154 Potential violation of Law of Demeter (method chain calls)
3644 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 154 Potential violation of Law of Demeter (object not created locally)
3645 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 175 Potential violation of Law of Demeter (method chain calls)
3646 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 175 Potential violation of Law of Demeter (method chain calls)
3647 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 175 Potential violation of Law of Demeter (method chain calls)
3648 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 175 Potential violation of Law of Demeter (method chain calls)
3649 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 175 Potential violation of Law of Demeter (object not created locally)
3650 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 176 Potential violation of Law of Demeter (method chain calls)
3651 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 176 Potential violation of Law of Demeter (method chain calls)
3652 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 176 Potential violation of Law of Demeter (method chain calls)
3653 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 176 Potential violation of Law of Demeter (method chain calls)
3654 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 176 Potential violation of Law of Demeter (object not created locally)
3655 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 177 Potential violation of Law of Demeter (method chain calls)
3656 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 177 Potential violation of Law of Demeter (method chain calls)
3657 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 177 Potential violation of Law of Demeter (method chain calls)
3658 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 177 Potential violation of Law of Demeter (method chain calls)
3659 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 177 Potential violation of Law of Demeter (object not created locally)
3660 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 178 Potential violation of Law of Demeter (method chain calls)
3661 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 178 Potential violation of Law of Demeter (method chain calls)
3662 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 178 Potential violation of Law of Demeter (method chain calls)
3663 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 178 Potential violation of Law of Demeter (method chain calls)
3664 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 178 Potential violation of Law of Demeter (object not created locally)
3665 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 179 Potential violation of Law of Demeter (method chain calls)
3666 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 179 Potential violation of Law of Demeter (method chain calls)
3667 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 179 Potential violation of Law of Demeter (method chain calls)
3668 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 179 Potential violation of Law of Demeter (method chain calls)
3669 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 179 Potential violation of Law of Demeter (object not created locally)
3670 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 196 Potential violation of Law of Demeter (method chain calls)
3671 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 196 Potential violation of Law of Demeter (method chain calls)
3672 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 204 Potential violation of Law of Demeter (method chain calls)
3673 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 204 Potential violation of Law of Demeter (method chain calls)
3674 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 204 Potential violation of Law of Demeter (method chain calls)
3675 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 204 Potential violation of Law of Demeter (method chain calls)
3676 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 204 Potential violation of Law of Demeter (object not created locally)
3677 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 205 Potential violation of Law of Demeter (method chain calls)
3678 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 205 Potential violation of Law of Demeter (method chain calls)
3679 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 205 Potential violation of Law of Demeter (method chain calls)
3680 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 205 Potential violation of Law of Demeter (method chain calls)
3681 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 205 Potential violation of Law of Demeter (object not created locally)
3682 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 206 Potential violation of Law of Demeter (method chain calls)
3683 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 206 Potential violation of Law of Demeter (method chain calls)
3684 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 206 Potential violation of Law of Demeter (method chain calls)
3685 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 206 Potential violation of Law of Demeter (method chain calls)
3686 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 206 Potential violation of Law of Demeter (object not created locally)
3687 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 207 Potential violation of Law of Demeter (method chain calls)
3688 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 207 Potential violation of Law of Demeter (method chain calls)
3689 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 207 Potential violation of Law of Demeter (method chain calls)
3690 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 207 Potential violation of Law of Demeter (method chain calls)
3691 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 207 Potential violation of Law of Demeter (object not created locally)
3692 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 208 Potential violation of Law of Demeter (method chain calls)
3693 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 208 Potential violation of Law of Demeter (method chain calls)
3694 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 208 Potential violation of Law of Demeter (method chain calls)
3695 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 208 Potential violation of Law of Demeter (method chain calls)
3696 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 208 Potential violation of Law of Demeter (object not created locally)
3697 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 225 Potential violation of Law of Demeter (method chain calls)
3698 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 225 Potential violation of Law of Demeter (method chain calls)
3699 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 232 Potential violation of Law of Demeter (method chain calls)
3700 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 232 Potential violation of Law of Demeter (method chain calls)
3701 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 232 Potential violation of Law of Demeter (method chain calls)
3702 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 232 Potential violation of Law of Demeter (method chain calls)
3703 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 232 Potential violation of Law of Demeter (object not created locally)
3704 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 233 Potential violation of Law of Demeter (method chain calls)
3705 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 233 Potential violation of Law of Demeter (method chain calls)
3706 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 233 Potential violation of Law of Demeter (method chain calls)
3707 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 233 Potential violation of Law of Demeter (method chain calls)
3708 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 233 Potential violation of Law of Demeter (object not created locally)
3709 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 234 Potential violation of Law of Demeter (method chain calls)
3710 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 234 Potential violation of Law of Demeter (method chain calls)
3711 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 234 Potential violation of Law of Demeter (method chain calls)
3712 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 234 Potential violation of Law of Demeter (method chain calls)
3713 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 234 Potential violation of Law of Demeter (object not created locally)
3714 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 235 Potential violation of Law of Demeter (method chain calls)
3715 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 235 Potential violation of Law of Demeter (method chain calls)
3716 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 235 Potential violation of Law of Demeter (method chain calls)
3717 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 235 Potential violation of Law of Demeter (method chain calls)
3718 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 235 Potential violation of Law of Demeter (object not created locally)
3719 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 236 Potential violation of Law of Demeter (method chain calls)
3720 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 236 Potential violation of Law of Demeter (method chain calls)
3721 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 236 Potential violation of Law of Demeter (method chain calls)
3722 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 236 Potential violation of Law of Demeter (method chain calls)
3723 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 236 Potential violation of Law of Demeter (object not created locally)
3724 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 250 Potential violation of Law of Demeter (method chain calls)
3725 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\BeforeAndAfterTestExecutionCallbackTests.java 250 Potential violation of Law of Demeter (method chain calls)
3726 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\EventuallyInterruptibleInvocation.java 26 Potential violation of Law of Demeter (method chain calls)
3727 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\EventuallyInterruptibleInvocation.java 27 Potential violation of Law of Demeter (method chain calls)
3728 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\EventuallyInterruptibleInvocation.java 27 Potential violation of Law of Demeter (method chain calls)
3729 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\EventuallyInterruptibleInvocation.java 27 Potential violation of Law of Demeter (method chain calls)
3730 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 45 This class has too many methods, consider refactoring it.
3731 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 66 Potential violation of Law of Demeter (method chain calls)
3732 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 66 Potential violation of Law of Demeter (object not created locally)
3733 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 67 Potential violation of Law of Demeter (method chain calls)
3734 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 67 Potential violation of Law of Demeter (object not created locally)
3735 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 72 Potential violation of Law of Demeter (method chain calls)
3736 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 74 Potential violation of Law of Demeter (object not created locally)
3737 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 79 Potential violation of Law of Demeter (method chain calls)
3738 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 95 Potential violation of Law of Demeter (method chain calls)
3739 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 103 Potential violation of Law of Demeter (method chain calls)
3740 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 103 Potential violation of Law of Demeter (method chain calls)
3741 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 126 Potential violation of Law of Demeter (method chain calls)
3742 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 126 Potential violation of Law of Demeter (method chain calls)
3743 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 126 Potential violation of Law of Demeter (method chain calls)
3744 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 133 Potential violation of Law of Demeter (object not created locally)
3745 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 134 Potential violation of Law of Demeter (object not created locally)
3746 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 136 Potential violation of Law of Demeter (object not created locally)
3747 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 137 Potential violation of Law of Demeter (object not created locally)
3748 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 142 Potential violation of Law of Demeter (method chain calls)
3749 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 142 Potential violation of Law of Demeter (method chain calls)
3750 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 142 Potential violation of Law of Demeter (method chain calls)
3751 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 148 Potential violation of Law of Demeter (method chain calls)
3752 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExecutionConditionTests.java 148 Potential violation of Law of Demeter (method chain calls)
3753 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 34 Potential violation of Law of Demeter (method chain calls)
3754 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 35 Potential violation of Law of Demeter (method chain calls)
3755 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 38 Potential violation of Law of Demeter (method chain calls)
3756 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 39 Potential violation of Law of Demeter (method chain calls)
3757 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 39 Potential violation of Law of Demeter (method chain calls)
3758 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 39 Potential violation of Law of Demeter (method chain calls)
3759 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 39 Potential violation of Law of Demeter (object not created locally)
3760 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 41 Potential violation of Law of Demeter (method chain calls)
3761 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 41 Potential violation of Law of Demeter (object not created locally)
3762 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 42 Potential violation of Law of Demeter (method chain calls)
3763 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 43 Potential violation of Law of Demeter (method chain calls)
3764 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 43 Potential violation of Law of Demeter (method chain calls)
3765 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 43 Potential violation of Law of Demeter (method chain calls)
3766 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 43 Potential violation of Law of Demeter (object not created locally)
3767 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 45 Potential violation of Law of Demeter (method chain calls)
3768 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 45 Potential violation of Law of Demeter (method chain calls)
3769 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 45 Potential violation of Law of Demeter (method chain calls)
3770 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 45 Potential violation of Law of Demeter (object not created locally)
3771 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 52 Potential violation of Law of Demeter (method chain calls)
3772 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 52 Potential violation of Law of Demeter (method chain calls)
3773 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 52 Potential violation of Law of Demeter (method chain calls)
3774 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 64 Potential violation of Law of Demeter (static property access)
3775 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 66 Potential violation of Law of Demeter (method chain calls)
3776 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 66 Potential violation of Law of Demeter (method chain calls)
3777 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 69 Potential violation of Law of Demeter (method chain calls)
3778 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 90 Potential violation of Law of Demeter (method chain calls)
3779 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 91 Potential violation of Law of Demeter (object not created locally)
3780 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 95 Potential violation of Law of Demeter (method chain calls)
3781 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 95 Potential violation of Law of Demeter (method chain calls)
3782 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionContextExecutionTests.java 95 Potential violation of Law of Demeter (method chain calls)
3783 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionRegistryTests.java 11 High amount of different objects as members denotes a high coupling
3784 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionRegistryTests.java 42 This class has too many methods, consider refactoring it.
3785 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionRegistryTests.java 54 Potential violation of Law of Demeter (object not created locally)
3786 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionRegistryTests.java 61 Potential violation of Law of Demeter (method chain calls)
3787 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionRegistryTests.java 66 Potential violation of Law of Demeter (object not created locally)
3788 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionRegistryTests.java 83 Potential violation of Law of Demeter (method chain calls)
3789 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionRegistryTests.java 83 Potential violation of Law of Demeter (method chain calls)
3790 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionRegistryTests.java 105 Potential violation of Law of Demeter (object not created locally)
3791 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionRegistryTests.java 121 Potential violation of Law of Demeter (object not created locally)
3792 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionRegistryTests.java 141 Potential violation of Law of Demeter (method chain calls)
3793 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionRegistryTests.java 150 Potential violation of Law of Demeter (method chain calls)
3794 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionRegistryTests.java 154 Potential violation of Law of Demeter (method chain calls)
3795 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ExtensionRegistryTests.java 154 Potential violation of Law of Demeter (method chain calls)
3796 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
3797 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 55 Potential violation of Law of Demeter (method chain calls)
3798 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 55 Potential violation of Law of Demeter (object not created locally)
3799 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 56 Potential violation of Law of Demeter (method chain calls)
3800 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 56 Potential violation of Law of Demeter (object not created locally)
3801 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 81 Potential violation of Law of Demeter (method chain calls)
3802 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 81 Potential violation of Law of Demeter (object not created locally)
3803 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 104 Potential violation of Law of Demeter (method chain calls)
3804 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 104 Potential violation of Law of Demeter (object not created locally)
3805 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 105 Potential violation of Law of Demeter (method chain calls)
3806 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 105 Potential violation of Law of Demeter (object not created locally)
3807 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 132 Potential violation of Law of Demeter (method chain calls)
3808 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 132 Potential violation of Law of Demeter (object not created locally)
3809 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 133 Potential violation of Law of Demeter (method chain calls)
3810 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 142 Potential violation of Law of Demeter (method chain calls)
3811 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 142 Potential violation of Law of Demeter (method chain calls)
3812 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 142 Potential violation of Law of Demeter (method chain calls)
3813 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 142 Potential violation of Law of Demeter (method chain calls)
3814 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 142 Potential violation of Law of Demeter (method chain calls)
3815 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 142 Potential violation of Law of Demeter (method chain calls)
3816 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 225 Potential violation of Law of Demeter (method chain calls)
3817 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 228 Potential violation of Law of Demeter (method chain calls)
3818 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 228 Potential violation of Law of Demeter (method chain calls)
3819 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 238 Potential violation of Law of Demeter (method chain calls)
3820 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 238 Potential violation of Law of Demeter (method chain calls)
3821 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 247 Potential violation of Law of Demeter (method chain calls)
3822 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 250 Potential violation of Law of Demeter (method chain calls)
3823 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 250 Potential violation of Law of Demeter (method chain calls)
3824 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 259 Potential violation of Law of Demeter (method chain calls)
3825 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 261 Potential violation of Law of Demeter (method chain calls)
3826 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 261 Potential violation of Law of Demeter (method chain calls)
3827 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 270 Potential violation of Law of Demeter (method chain calls)
3828 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 273 Potential violation of Law of Demeter (method chain calls)
3829 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 273 Potential violation of Law of Demeter (method chain calls)
3830 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 282 Potential violation of Law of Demeter (method chain calls)
3831 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 285 Potential violation of Law of Demeter (method chain calls)
3832 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 285 Potential violation of Law of Demeter (method chain calls)
3833 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 292 Potential violation of Law of Demeter (method chain calls)
3834 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 293 Potential violation of Law of Demeter (method chain calls)
3835 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 294 Potential violation of Law of Demeter (method chain calls)
3836 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 294 Potential violation of Law of Demeter (method chain calls)
3837 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 294 Potential violation of Law of Demeter (method chain calls)
3838 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 294 Potential violation of Law of Demeter (method chain calls)
3839 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 294 Potential violation of Law of Demeter (method chain calls)
3840 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 304 Potential violation of Law of Demeter (method chain calls)
3841 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 307 Potential violation of Law of Demeter (method chain calls)
3842 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 307 Potential violation of Law of Demeter (method chain calls)
3843 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 316 Potential violation of Law of Demeter (method chain calls)
3844 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 319 Potential violation of Law of Demeter (method chain calls)
3845 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\InvocationInterceptorTests.java 319 Potential violation of Law of Demeter (method chain calls)
3846 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
3847 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 53 This class has too many methods, consider refactoring it.
3848 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 97 Potential violation of Law of Demeter (method chain calls)
3849 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 97 Potential violation of Law of Demeter (method chain calls)
3850 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 103 Potential violation of Law of Demeter (method chain calls)
3851 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 103 Potential violation of Law of Demeter (object not created locally)
3852 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 114 Potential violation of Law of Demeter (method chain calls)
3853 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 114 Potential violation of Law of Demeter (method chain calls)
3854 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 120 Potential violation of Law of Demeter (method chain calls)
3855 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 120 Potential violation of Law of Demeter (object not created locally)
3856 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 131 Potential violation of Law of Demeter (method chain calls)
3857 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 131 Potential violation of Law of Demeter (method chain calls)
3858 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 137 Potential violation of Law of Demeter (method chain calls)
3859 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 137 Potential violation of Law of Demeter (object not created locally)
3860 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 148 Potential violation of Law of Demeter (method chain calls)
3861 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 148 Potential violation of Law of Demeter (method chain calls)
3862 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 154 Potential violation of Law of Demeter (method chain calls)
3863 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 154 Potential violation of Law of Demeter (object not created locally)
3864 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 165 Potential violation of Law of Demeter (method chain calls)
3865 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 165 Potential violation of Law of Demeter (method chain calls)
3866 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 173 Potential violation of Law of Demeter (method chain calls)
3867 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 173 Potential violation of Law of Demeter (object not created locally)
3868 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 184 Potential violation of Law of Demeter (method chain calls)
3869 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 184 Potential violation of Law of Demeter (method chain calls)
3870 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 191 Potential violation of Law of Demeter (method chain calls)
3871 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 191 Potential violation of Law of Demeter (object not created locally)
3872 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 202 Potential violation of Law of Demeter (method chain calls)
3873 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 202 Potential violation of Law of Demeter (method chain calls)
3874 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 205 Potential violation of Law of Demeter (method chain calls)
3875 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 205 Potential violation of Law of Demeter (object not created locally)
3876 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 284 Potential violation of Law of Demeter (method chain calls)
3877 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 284 Potential violation of Law of Demeter (method chain calls)
3878 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 301 Avoid throwing raw exception types.
3879 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 308 Avoid throwing raw exception types.
3880 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 319 Avoid throwing raw exception types.
3881 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 326 Avoid throwing raw exception types.
3882 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 373 Avoid throwing raw exception types.
3883 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\LifecycleMethodExecutionExceptionHandlerTests.java 378 Avoid throwing raw exception types.
3884 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
3885 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 63 This class has too many methods, consider refactoring it.
3886 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 85 Potential violation of Law of Demeter (method chain calls)
3887 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 85 Potential violation of Law of Demeter (method chain calls)
3888 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 85 Potential violation of Law of Demeter (method chain calls)
3889 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 85 Potential violation of Law of Demeter (object not created locally)
3890 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 85 Potential violation of Law of Demeter (object not created locally)
3891 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 89 Potential violation of Law of Demeter (object not created locally)
3892 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 91 Potential violation of Law of Demeter (method chain calls)
3893 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 93 Potential violation of Law of Demeter (method chain calls)
3894 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 100 Potential violation of Law of Demeter (object not created locally)
3895 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 102 Potential violation of Law of Demeter (method chain calls)
3896 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 106 Potential violation of Law of Demeter (method chain calls)
3897 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 123 Potential violation of Law of Demeter (object not created locally)
3898 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 125 Potential violation of Law of Demeter (method chain calls)
3899 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 128 Potential violation of Law of Demeter (method chain calls)
3900 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 134 Potential violation of Law of Demeter (object not created locally)
3901 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 136 Potential violation of Law of Demeter (method chain calls)
3902 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 138 Potential violation of Law of Demeter (method chain calls)
3903 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 145 Potential violation of Law of Demeter (object not created locally)
3904 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 147 Potential violation of Law of Demeter (method chain calls)
3905 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 166 Potential violation of Law of Demeter (object not created locally)
3906 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 168 Potential violation of Law of Demeter (method chain calls)
3907 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 168 Potential violation of Law of Demeter (method chain calls)
3908 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 171 Potential violation of Law of Demeter (method chain calls)
3909 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 171 Potential violation of Law of Demeter (method chain calls)
3910 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 171 Potential violation of Law of Demeter (method chain calls)
3911 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 171 Potential violation of Law of Demeter (method chain calls)
3912 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 171 Potential violation of Law of Demeter (method chain calls)
3913 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 171 Potential violation of Law of Demeter (method chain calls)
3914 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 177 Potential violation of Law of Demeter (method chain calls)
3915 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 177 Potential violation of Law of Demeter (method chain calls)
3916 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 194 Potential violation of Law of Demeter (object not created locally)
3917 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 196 Potential violation of Law of Demeter (method chain calls)
3918 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 196 Potential violation of Law of Demeter (method chain calls)
3919 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 199 Potential violation of Law of Demeter (method chain calls)
3920 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 199 Potential violation of Law of Demeter (method chain calls)
3921 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 199 Potential violation of Law of Demeter (method chain calls)
3922 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 199 Potential violation of Law of Demeter (method chain calls)
3923 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 199 Potential violation of Law of Demeter (method chain calls)
3924 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 199 Potential violation of Law of Demeter (method chain calls)
3925 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 199 Potential violation of Law of Demeter (method chain calls)
3926 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 199 Potential violation of Law of Demeter (method chain calls)
3927 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 204 Potential violation of Law of Demeter (method chain calls)
3928 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 208 Potential violation of Law of Demeter (method chain calls)
3929 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 208 Potential violation of Law of Demeter (method chain calls)
3930 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 224 Potential violation of Law of Demeter (object not created locally)
3931 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 227 Potential violation of Law of Demeter (method chain calls)
3932 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 230 Potential violation of Law of Demeter (method chain calls)
3933 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 230 Potential violation of Law of Demeter (method chain calls)
3934 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 230 Potential violation of Law of Demeter (method chain calls)
3935 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 230 Potential violation of Law of Demeter (method chain calls)
3936 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 230 Potential violation of Law of Demeter (method chain calls)
3937 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 230 Potential violation of Law of Demeter (method chain calls)
3938 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 230 Potential violation of Law of Demeter (method chain calls)
3939 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 230 Potential violation of Law of Demeter (method chain calls)
3940 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 236 Potential violation of Law of Demeter (method chain calls)
3941 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 236 Potential violation of Law of Demeter (method chain calls)
3942 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 244 Potential violation of Law of Demeter (method chain calls)
3943 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 246 Potential violation of Law of Demeter (method chain calls)
3944 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 248 Potential violation of Law of Demeter (method chain calls)
3945 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 249 Potential violation of Law of Demeter (object not created locally)
3946 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 259 Potential violation of Law of Demeter (method chain calls)
3947 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 261 Potential violation of Law of Demeter (method chain calls)
3948 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 263 Potential violation of Law of Demeter (method chain calls)
3949 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 264 Potential violation of Law of Demeter (object not created locally)
3950 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 272 Potential violation of Law of Demeter (method chain calls)
3951 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 272 Potential violation of Law of Demeter (method chain calls)
3952 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 272 Potential violation of Law of Demeter (method chain calls)
3953 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 272 Potential violation of Law of Demeter (method chain calls)
3954 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 272 Potential violation of Law of Demeter (method chain calls)
3955 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 272 Potential violation of Law of Demeter (method chain calls)
3956 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 272 Potential violation of Law of Demeter (method chain calls)
3957 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 272 Potential violation of Law of Demeter (method chain calls)
3958 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 280 Potential violation of Law of Demeter (method chain calls)
3959 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 280 Potential violation of Law of Demeter (method chain calls)
3960 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 280 Potential violation of Law of Demeter (method chain calls)
3961 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 280 Potential violation of Law of Demeter (method chain calls)
3962 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 280 Potential violation of Law of Demeter (method chain calls)
3963 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 297 Potential violation of Law of Demeter (method chain calls)
3964 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 297 Potential violation of Law of Demeter (method chain calls)
3965 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 297 Potential violation of Law of Demeter (method chain calls)
3966 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 297 Potential violation of Law of Demeter (method chain calls)
3967 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 325 Potential violation of Law of Demeter (method chain calls)
3968 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 326 Potential violation of Law of Demeter (object not created locally)
3969 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 327 Potential violation of Law of Demeter (object not created locally)
3970 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 330 Potential violation of Law of Demeter (method chain calls)
3971 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 330 Potential violation of Law of Demeter (method chain calls)
3972 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 373 This class has too many methods, consider refactoring it.
3973 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 378 Potential violation of Law of Demeter (method chain calls)
3974 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 378 Potential violation of Law of Demeter (method chain calls)
3975 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 450 Potential violation of Law of Demeter (method chain calls)
3976 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 450 Potential violation of Law of Demeter (method chain calls)
3977 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 517 Potential violation of Law of Demeter (method chain calls)
3978 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 517 Potential violation of Law of Demeter (method chain calls)
3979 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 608 Potential violation of Law of Demeter (method chain calls)
3980 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 609 Potential violation of Law of Demeter (method chain calls)
3981 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 623 Potential violation of Law of Demeter (method chain calls)
3982 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedMethodTests.java 624 Potential violation of Law of Demeter (method chain calls)
3983 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedProgrammaticExtensionRegistrationTests.java 42 This class has too many methods, consider refactoring it.
3984 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedProgrammaticExtensionRegistrationTests.java 61 Potential violation of Law of Demeter (method chain calls)
3985 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedProgrammaticExtensionRegistrationTests.java 61 Potential violation of Law of Demeter (object not created locally)
3986 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedProgrammaticExtensionRegistrationTests.java 61 Potential violation of Law of Demeter (object not created locally)
3987 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedProgrammaticExtensionRegistrationTests.java 62 Potential violation of Law of Demeter (method chain calls)
3988 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedProgrammaticExtensionRegistrationTests.java 62 Potential violation of Law of Demeter (object not created locally)
3989 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedProgrammaticExtensionRegistrationTests.java 62 Potential violation of Law of Demeter (object not created locally)
3990 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedProgrammaticExtensionRegistrationTests.java 132 Potential violation of Law of Demeter (method chain calls)
3991 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedProgrammaticExtensionRegistrationTests.java 132 Potential violation of Law of Demeter (method chain calls)
3992 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedProgrammaticExtensionRegistrationTests.java 133 Potential violation of Law of Demeter (method chain calls)
3993 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedProgrammaticExtensionRegistrationTests.java 291 Potential violation of Law of Demeter (method chain calls)
3994 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\OrderedProgrammaticExtensionRegistrationTests.java 306 Potential violation of Law of Demeter (method chain calls)
3995 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
3996 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 11 High amount of different objects as members denotes a high coupling
3997 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 65 This class has too many methods, consider refactoring it.
3998 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 71 Potential violation of Law of Demeter (method chain calls)
3999 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 71 Potential violation of Law of Demeter (method chain calls)
4000 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 71 Potential violation of Law of Demeter (method chain calls)
4001 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 71 Potential violation of Law of Demeter (method chain calls)
4002 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 71 Potential violation of Law of Demeter (object not created locally)
4003 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 72 Potential violation of Law of Demeter (method chain calls)
4004 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 72 Potential violation of Law of Demeter (method chain calls)
4005 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 72 Potential violation of Law of Demeter (method chain calls)
4006 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 72 Potential violation of Law of Demeter (method chain calls)
4007 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 72 Potential violation of Law of Demeter (object not created locally)
4008 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 73 Potential violation of Law of Demeter (method chain calls)
4009 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 73 Potential violation of Law of Demeter (method chain calls)
4010 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 73 Potential violation of Law of Demeter (method chain calls)
4011 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 73 Potential violation of Law of Demeter (method chain calls)
4012 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 73 Potential violation of Law of Demeter (object not created locally)
4013 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 74 Potential violation of Law of Demeter (method chain calls)
4014 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 74 Potential violation of Law of Demeter (method chain calls)
4015 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 74 Potential violation of Law of Demeter (method chain calls)
4016 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 74 Potential violation of Law of Demeter (method chain calls)
4017 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 74 Potential violation of Law of Demeter (object not created locally)
4018 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 75 Potential violation of Law of Demeter (method chain calls)
4019 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 75 Potential violation of Law of Demeter (method chain calls)
4020 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 75 Potential violation of Law of Demeter (method chain calls)
4021 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 75 Potential violation of Law of Demeter (method chain calls)
4022 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 75 Potential violation of Law of Demeter (object not created locally)
4023 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 83 Potential violation of Law of Demeter (method chain calls)
4024 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 83 Potential violation of Law of Demeter (method chain calls)
4025 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 83 Potential violation of Law of Demeter (method chain calls)
4026 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 83 Potential violation of Law of Demeter (method chain calls)
4027 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 83 Potential violation of Law of Demeter (object not created locally)
4028 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 84 Potential violation of Law of Demeter (method chain calls)
4029 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 84 Potential violation of Law of Demeter (method chain calls)
4030 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 84 Potential violation of Law of Demeter (method chain calls)
4031 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 84 Potential violation of Law of Demeter (method chain calls)
4032 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 84 Potential violation of Law of Demeter (object not created locally)
4033 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 85 Potential violation of Law of Demeter (method chain calls)
4034 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 85 Potential violation of Law of Demeter (method chain calls)
4035 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 85 Potential violation of Law of Demeter (method chain calls)
4036 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 85 Potential violation of Law of Demeter (method chain calls)
4037 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 85 Potential violation of Law of Demeter (object not created locally)
4038 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 86 Potential violation of Law of Demeter (method chain calls)
4039 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 86 Potential violation of Law of Demeter (method chain calls)
4040 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 86 Potential violation of Law of Demeter (method chain calls)
4041 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 86 Potential violation of Law of Demeter (method chain calls)
4042 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 86 Potential violation of Law of Demeter (object not created locally)
4043 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 87 Potential violation of Law of Demeter (method chain calls)
4044 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 87 Potential violation of Law of Demeter (method chain calls)
4045 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 87 Potential violation of Law of Demeter (method chain calls)
4046 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 87 Potential violation of Law of Demeter (method chain calls)
4047 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 87 Potential violation of Law of Demeter (object not created locally)
4048 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 94 Potential violation of Law of Demeter (method chain calls)
4049 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 94 Potential violation of Law of Demeter (method chain calls)
4050 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 94 Potential violation of Law of Demeter (method chain calls)
4051 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 94 Potential violation of Law of Demeter (method chain calls)
4052 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 94 Potential violation of Law of Demeter (object not created locally)
4053 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 95 Potential violation of Law of Demeter (method chain calls)
4054 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 95 Potential violation of Law of Demeter (method chain calls)
4055 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 95 Potential violation of Law of Demeter (method chain calls)
4056 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 95 Potential violation of Law of Demeter (method chain calls)
4057 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 95 Potential violation of Law of Demeter (object not created locally)
4058 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 96 Potential violation of Law of Demeter (method chain calls)
4059 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 96 Potential violation of Law of Demeter (method chain calls)
4060 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 96 Potential violation of Law of Demeter (method chain calls)
4061 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 96 Potential violation of Law of Demeter (method chain calls)
4062 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 96 Potential violation of Law of Demeter (object not created locally)
4063 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 97 Potential violation of Law of Demeter (method chain calls)
4064 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 97 Potential violation of Law of Demeter (method chain calls)
4065 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 97 Potential violation of Law of Demeter (method chain calls)
4066 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 97 Potential violation of Law of Demeter (method chain calls)
4067 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 97 Potential violation of Law of Demeter (object not created locally)
4068 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 98 Potential violation of Law of Demeter (method chain calls)
4069 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 98 Potential violation of Law of Demeter (method chain calls)
4070 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 98 Potential violation of Law of Demeter (method chain calls)
4071 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 98 Potential violation of Law of Demeter (method chain calls)
4072 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 98 Potential violation of Law of Demeter (object not created locally)
4073 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 104 Potential violation of Law of Demeter (object not created locally)
4074 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 106 Potential violation of Law of Demeter (method chain calls)
4075 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 106 Potential violation of Law of Demeter (method chain calls)
4076 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 106 Potential violation of Law of Demeter (method chain calls)
4077 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 106 Potential violation of Law of Demeter (method chain calls)
4078 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 106 Potential violation of Law of Demeter (object not created locally)
4079 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 107 Potential violation of Law of Demeter (method chain calls)
4080 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 107 Potential violation of Law of Demeter (method chain calls)
4081 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 107 Potential violation of Law of Demeter (method chain calls)
4082 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 107 Potential violation of Law of Demeter (method chain calls)
4083 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 107 Potential violation of Law of Demeter (object not created locally)
4084 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 108 Potential violation of Law of Demeter (method chain calls)
4085 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 108 Potential violation of Law of Demeter (method chain calls)
4086 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 108 Potential violation of Law of Demeter (method chain calls)
4087 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 108 Potential violation of Law of Demeter (method chain calls)
4088 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 108 Potential violation of Law of Demeter (object not created locally)
4089 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 116 Potential violation of Law of Demeter (method chain calls)
4090 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 116 Potential violation of Law of Demeter (object not created locally)
4091 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 128 Potential violation of Law of Demeter (method chain calls)
4092 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 128 Potential violation of Law of Demeter (method chain calls)
4093 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 128 Potential violation of Law of Demeter (method chain calls)
4094 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 128 Potential violation of Law of Demeter (method chain calls)
4095 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 128 Potential violation of Law of Demeter (object not created locally)
4096 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 129 Potential violation of Law of Demeter (method chain calls)
4097 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 129 Potential violation of Law of Demeter (method chain calls)
4098 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 129 Potential violation of Law of Demeter (method chain calls)
4099 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 129 Potential violation of Law of Demeter (method chain calls)
4100 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 129 Potential violation of Law of Demeter (object not created locally)
4101 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 130 Potential violation of Law of Demeter (method chain calls)
4102 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 130 Potential violation of Law of Demeter (method chain calls)
4103 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 130 Potential violation of Law of Demeter (method chain calls)
4104 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 130 Potential violation of Law of Demeter (method chain calls)
4105 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 130 Potential violation of Law of Demeter (object not created locally)
4106 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 137 Potential violation of Law of Demeter (method chain calls)
4107 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 137 Potential violation of Law of Demeter (method chain calls)
4108 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 137 Potential violation of Law of Demeter (method chain calls)
4109 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 137 Potential violation of Law of Demeter (method chain calls)
4110 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 137 Potential violation of Law of Demeter (object not created locally)
4111 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 138 Potential violation of Law of Demeter (method chain calls)
4112 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 138 Potential violation of Law of Demeter (method chain calls)
4113 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 138 Potential violation of Law of Demeter (method chain calls)
4114 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 138 Potential violation of Law of Demeter (method chain calls)
4115 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 138 Potential violation of Law of Demeter (object not created locally)
4116 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 139 Potential violation of Law of Demeter (method chain calls)
4117 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 139 Potential violation of Law of Demeter (method chain calls)
4118 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 139 Potential violation of Law of Demeter (method chain calls)
4119 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 139 Potential violation of Law of Demeter (method chain calls)
4120 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 139 Potential violation of Law of Demeter (object not created locally)
4121 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 146 Potential violation of Law of Demeter (object not created locally)
4122 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 148 Potential violation of Law of Demeter (method chain calls)
4123 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 148 Potential violation of Law of Demeter (method chain calls)
4124 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 148 Potential violation of Law of Demeter (method chain calls)
4125 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 148 Potential violation of Law of Demeter (method chain calls)
4126 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 148 Potential violation of Law of Demeter (object not created locally)
4127 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 149 Potential violation of Law of Demeter (method chain calls)
4128 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 149 Potential violation of Law of Demeter (method chain calls)
4129 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 149 Potential violation of Law of Demeter (method chain calls)
4130 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 149 Potential violation of Law of Demeter (method chain calls)
4131 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 149 Potential violation of Law of Demeter (object not created locally)
4132 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 150 Potential violation of Law of Demeter (method chain calls)
4133 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 150 Potential violation of Law of Demeter (method chain calls)
4134 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 150 Potential violation of Law of Demeter (method chain calls)
4135 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 150 Potential violation of Law of Demeter (method chain calls)
4136 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 150 Potential violation of Law of Demeter (object not created locally)
4137 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 158 Potential violation of Law of Demeter (method chain calls)
4138 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 158 Potential violation of Law of Demeter (object not created locally)
4139 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 170 Potential violation of Law of Demeter (method chain calls)
4140 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 170 Potential violation of Law of Demeter (method chain calls)
4141 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 170 Potential violation of Law of Demeter (method chain calls)
4142 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 170 Potential violation of Law of Demeter (method chain calls)
4143 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 170 Potential violation of Law of Demeter (object not created locally)
4144 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 171 Potential violation of Law of Demeter (method chain calls)
4145 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 171 Potential violation of Law of Demeter (method chain calls)
4146 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 171 Potential violation of Law of Demeter (method chain calls)
4147 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 171 Potential violation of Law of Demeter (method chain calls)
4148 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 171 Potential violation of Law of Demeter (object not created locally)
4149 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 172 Potential violation of Law of Demeter (method chain calls)
4150 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 172 Potential violation of Law of Demeter (method chain calls)
4151 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 172 Potential violation of Law of Demeter (method chain calls)
4152 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 172 Potential violation of Law of Demeter (method chain calls)
4153 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 172 Potential violation of Law of Demeter (object not created locally)
4154 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 173 Potential violation of Law of Demeter (method chain calls)
4155 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 173 Potential violation of Law of Demeter (method chain calls)
4156 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 173 Potential violation of Law of Demeter (method chain calls)
4157 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 173 Potential violation of Law of Demeter (method chain calls)
4158 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 173 Potential violation of Law of Demeter (object not created locally)
4159 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 174 Potential violation of Law of Demeter (method chain calls)
4160 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 174 Potential violation of Law of Demeter (method chain calls)
4161 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 174 Potential violation of Law of Demeter (method chain calls)
4162 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 174 Potential violation of Law of Demeter (method chain calls)
4163 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 174 Potential violation of Law of Demeter (object not created locally)
4164 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 181 Potential violation of Law of Demeter (method chain calls)
4165 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 181 Potential violation of Law of Demeter (method chain calls)
4166 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 181 Potential violation of Law of Demeter (method chain calls)
4167 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 181 Potential violation of Law of Demeter (method chain calls)
4168 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 181 Potential violation of Law of Demeter (object not created locally)
4169 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 182 Potential violation of Law of Demeter (method chain calls)
4170 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 182 Potential violation of Law of Demeter (method chain calls)
4171 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 182 Potential violation of Law of Demeter (method chain calls)
4172 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 182 Potential violation of Law of Demeter (method chain calls)
4173 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 182 Potential violation of Law of Demeter (object not created locally)
4174 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 183 Potential violation of Law of Demeter (method chain calls)
4175 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 183 Potential violation of Law of Demeter (method chain calls)
4176 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 183 Potential violation of Law of Demeter (method chain calls)
4177 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 183 Potential violation of Law of Demeter (method chain calls)
4178 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 183 Potential violation of Law of Demeter (object not created locally)
4179 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 184 Potential violation of Law of Demeter (method chain calls)
4180 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 184 Potential violation of Law of Demeter (method chain calls)
4181 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 184 Potential violation of Law of Demeter (method chain calls)
4182 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 184 Potential violation of Law of Demeter (method chain calls)
4183 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 184 Potential violation of Law of Demeter (object not created locally)
4184 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 185 Potential violation of Law of Demeter (method chain calls)
4185 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 185 Potential violation of Law of Demeter (method chain calls)
4186 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 185 Potential violation of Law of Demeter (method chain calls)
4187 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 185 Potential violation of Law of Demeter (method chain calls)
4188 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 185 Potential violation of Law of Demeter (object not created locally)
4189 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 192 Potential violation of Law of Demeter (method chain calls)
4190 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 192 Potential violation of Law of Demeter (method chain calls)
4191 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 192 Potential violation of Law of Demeter (method chain calls)
4192 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 192 Potential violation of Law of Demeter (method chain calls)
4193 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 192 Potential violation of Law of Demeter (object not created locally)
4194 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 193 Potential violation of Law of Demeter (method chain calls)
4195 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 193 Potential violation of Law of Demeter (method chain calls)
4196 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 193 Potential violation of Law of Demeter (method chain calls)
4197 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 193 Potential violation of Law of Demeter (method chain calls)
4198 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 193 Potential violation of Law of Demeter (object not created locally)
4199 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 194 Potential violation of Law of Demeter (method chain calls)
4200 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 194 Potential violation of Law of Demeter (method chain calls)
4201 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 194 Potential violation of Law of Demeter (method chain calls)
4202 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 194 Potential violation of Law of Demeter (method chain calls)
4203 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 194 Potential violation of Law of Demeter (object not created locally)
4204 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 195 Potential violation of Law of Demeter (method chain calls)
4205 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 195 Potential violation of Law of Demeter (method chain calls)
4206 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 195 Potential violation of Law of Demeter (method chain calls)
4207 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 195 Potential violation of Law of Demeter (method chain calls)
4208 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 195 Potential violation of Law of Demeter (object not created locally)
4209 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 196 Potential violation of Law of Demeter (method chain calls)
4210 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 196 Potential violation of Law of Demeter (method chain calls)
4211 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 196 Potential violation of Law of Demeter (method chain calls)
4212 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 196 Potential violation of Law of Demeter (method chain calls)
4213 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 196 Potential violation of Law of Demeter (object not created locally)
4214 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 227 A method/constructor should not explicitly throw java.lang.Exception
4215 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 228 Potential violation of Law of Demeter (method chain calls)
4216 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 229 Potential violation of Law of Demeter (method chain calls)
4217 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 229 Potential violation of Law of Demeter (method chain calls)
4218 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 229 Potential violation of Law of Demeter (object not created locally)
4219 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 230 Potential violation of Law of Demeter (method chain calls)
4220 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 230 Potential violation of Law of Demeter (method chain calls)
4221 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 237 Potential violation of Law of Demeter (method chain calls)
4222 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 237 Potential violation of Law of Demeter (method chain calls)
4223 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 237 Potential violation of Law of Demeter (method chain calls)
4224 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 237 Potential violation of Law of Demeter (method chain calls)
4225 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 238 Potential violation of Law of Demeter (method chain calls)
4226 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 238 Potential violation of Law of Demeter (method chain calls)
4227 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 238 Potential violation of Law of Demeter (method chain calls)
4228 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 238 Potential violation of Law of Demeter (method chain calls)
4229 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 239 Potential violation of Law of Demeter (method chain calls)
4230 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 239 Potential violation of Law of Demeter (method chain calls)
4231 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 239 Potential violation of Law of Demeter (method chain calls)
4232 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 239 Potential violation of Law of Demeter (method chain calls)
4233 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 240 Potential violation of Law of Demeter (method chain calls)
4234 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 240 Potential violation of Law of Demeter (method chain calls)
4235 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 240 Potential violation of Law of Demeter (method chain calls)
4236 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 240 Potential violation of Law of Demeter (method chain calls)
4237 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 241 Potential violation of Law of Demeter (method chain calls)
4238 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 241 Potential violation of Law of Demeter (method chain calls)
4239 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 241 Potential violation of Law of Demeter (method chain calls)
4240 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 241 Potential violation of Law of Demeter (method chain calls)
4241 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 259 Potential violation of Law of Demeter (method chain calls)
4242 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 260 Potential violation of Law of Demeter (method chain calls)
4243 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 278 Potential violation of Law of Demeter (method chain calls)
4244 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 279 Potential violation of Law of Demeter (method chain calls)
4245 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 297 Potential violation of Law of Demeter (method chain calls)
4246 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 298 Potential violation of Law of Demeter (method chain calls)
4247 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 317 Potential violation of Law of Demeter (method chain calls)
4248 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ParameterResolverTests.java 318 Potential violation of Law of Demeter (method chain calls)
4249 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
4250 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 11 High amount of different objects as members denotes a high coupling
4251 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 60 This class has too many methods, consider refactoring it.
4252 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 98 Potential violation of Law of Demeter (object not created locally)
4253 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 100 Potential violation of Law of Demeter (method chain calls)
4254 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 107 Potential violation of Law of Demeter (object not created locally)
4255 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 109 Potential violation of Law of Demeter (method chain calls)
4256 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 120 Potential violation of Law of Demeter (object not created locally)
4257 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 122 Potential violation of Law of Demeter (method chain calls)
4258 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 129 Potential violation of Law of Demeter (object not created locally)
4259 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 131 Potential violation of Law of Demeter (method chain calls)
4260 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 145 Potential violation of Law of Demeter (method chain calls)
4261 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 145 Potential violation of Law of Demeter (method chain calls)
4262 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 145 Potential violation of Law of Demeter (method chain calls)
4263 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 146 Potential violation of Law of Demeter (method chain calls)
4264 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 147 Potential violation of Law of Demeter (method chain calls)
4265 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 158 Potential violation of Law of Demeter (method chain calls)
4266 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 158 Potential violation of Law of Demeter (method chain calls)
4267 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 158 Potential violation of Law of Demeter (method chain calls)
4268 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 159 Potential violation of Law of Demeter (method chain calls)
4269 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 160 Potential violation of Law of Demeter (method chain calls)
4270 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 170 Potential violation of Law of Demeter (method chain calls)
4271 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 170 Potential violation of Law of Demeter (method chain calls)
4272 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 170 Potential violation of Law of Demeter (method chain calls)
4273 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 180 Potential violation of Law of Demeter (method chain calls)
4274 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 180 Potential violation of Law of Demeter (method chain calls)
4275 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 180 Potential violation of Law of Demeter (method chain calls)
4276 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 188 Potential violation of Law of Demeter (method chain calls)
4277 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 188 Potential violation of Law of Demeter (method chain calls)
4278 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 188 Potential violation of Law of Demeter (method chain calls)
4279 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 196 Potential violation of Law of Demeter (method chain calls)
4280 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 196 Potential violation of Law of Demeter (method chain calls)
4281 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 196 Potential violation of Law of Demeter (method chain calls)
4282 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 207 Potential violation of Law of Demeter (method chain calls)
4283 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 207 Potential violation of Law of Demeter (method chain calls)
4284 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 207 Potential violation of Law of Demeter (method chain calls)
4285 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 218 Potential violation of Law of Demeter (method chain calls)
4286 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 218 Potential violation of Law of Demeter (method chain calls)
4287 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 218 Potential violation of Law of Demeter (method chain calls)
4288 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 230 Potential violation of Law of Demeter (method chain calls)
4289 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 237 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4290 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 238 Avoid throwing raw exception types.
4291 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 280 Potential violation of Law of Demeter (method chain calls)
4292 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 280 Potential violation of Law of Demeter (object not created locally)
4293 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 285 Potential violation of Law of Demeter (method chain calls)
4294 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 285 Potential violation of Law of Demeter (method chain calls)
4295 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 285 Potential violation of Law of Demeter (object not created locally)
4296 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 289 Potential violation of Law of Demeter (method chain calls)
4297 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 289 Potential violation of Law of Demeter (method chain calls)
4298 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 289 Potential violation of Law of Demeter (method chain calls)
4299 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 294 Potential violation of Law of Demeter (method chain calls)
4300 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 294 Potential violation of Law of Demeter (method chain calls)
4301 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 471 Potential violation of Law of Demeter (method chain calls)
4302 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 561 Potential violation of Law of Demeter (method chain calls)
4303 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 561 Potential violation of Law of Demeter (method chain calls)
4304 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 566 Potential violation of Law of Demeter (method chain calls)
4305 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 566 Potential violation of Law of Demeter (method chain calls)
4306 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 566 Potential violation of Law of Demeter (method chain calls)
4307 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 566 Potential violation of Law of Demeter (method chain calls)
4308 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 708 Potential violation of Law of Demeter (method chain calls)
4309 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 708 Potential violation of Law of Demeter (method chain calls)
4310 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\ProgrammaticExtensionRegistrationTests.java 708 Potential violation of Law of Demeter (method chain calls)
4311 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 38 This class has too many methods, consider refactoring it.
4312 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 45 Potential violation of Law of Demeter (method chain calls)
4313 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 45 Potential violation of Law of Demeter (method chain calls)
4314 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 45 Potential violation of Law of Demeter (method chain calls)
4315 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 46 Potential violation of Law of Demeter (method chain calls)
4316 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 47 Potential violation of Law of Demeter (method chain calls)
4317 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 49 Potential violation of Law of Demeter (method chain calls)
4318 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 49 Potential violation of Law of Demeter (method chain calls)
4319 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 49 Potential violation of Law of Demeter (method chain calls)
4320 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 50 Potential violation of Law of Demeter (method chain calls)
4321 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 51 Potential violation of Law of Demeter (method chain calls)
4322 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 62 Potential violation of Law of Demeter (method chain calls)
4323 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 67 Potential violation of Law of Demeter (method chain calls)
4324 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 74 Potential violation of Law of Demeter (method chain calls)
4325 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 80 Potential violation of Law of Demeter (method chain calls)
4326 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 86 Potential violation of Law of Demeter (method chain calls)
4327 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 92 Potential violation of Law of Demeter (method chain calls)
4328 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 98 Potential violation of Law of Demeter (method chain calls)
4329 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 104 Potential violation of Law of Demeter (method chain calls)
4330 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 110 Potential violation of Law of Demeter (method chain calls)
4331 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 115 Potential violation of Law of Demeter (method chain calls)
4332 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 121 Potential violation of Law of Demeter (method chain calls)
4333 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 122 Potential violation of Law of Demeter (method chain calls)
4334 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 123 Potential violation of Law of Demeter (method chain calls)
4335 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 128 Potential violation of Law of Demeter (method chain calls)
4336 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 128 Potential violation of Law of Demeter (method chain calls)
4337 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 135 Potential violation of Law of Demeter (method chain calls)
4338 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 135 Potential violation of Law of Demeter (method chain calls)
4339 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 142 Potential violation of Law of Demeter (method chain calls)
4340 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 142 Potential violation of Law of Demeter (method chain calls)
4341 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 149 Potential violation of Law of Demeter (method chain calls)
4342 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 149 Potential violation of Law of Demeter (method chain calls)
4343 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\RepeatedTestTests.java 155 Potential violation of Law of Demeter (method chain calls)
4344 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
4345 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 11 High amount of different objects as members denotes a high coupling
4346 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 62 This class has too many methods, consider refactoring it.
4347 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 69 Potential violation of Law of Demeter (static property access)
4348 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 70 Potential violation of Law of Demeter (static property access)
4349 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 76 Potential violation of Law of Demeter (method chain calls)
4350 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 76 Potential violation of Law of Demeter (method chain calls)
4351 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 83 Potential violation of Law of Demeter (method chain calls)
4352 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 83 Potential violation of Law of Demeter (method chain calls)
4353 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 90 Potential violation of Law of Demeter (method chain calls)
4354 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 90 Potential violation of Law of Demeter (method chain calls)
4355 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 98 Potential violation of Law of Demeter (method chain calls)
4356 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 98 Potential violation of Law of Demeter (method chain calls)
4357 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 106 Potential violation of Law of Demeter (method chain calls)
4358 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 106 Potential violation of Law of Demeter (method chain calls)
4359 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 113 Potential violation of Law of Demeter (method chain calls)
4360 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 113 Potential violation of Law of Demeter (method chain calls)
4361 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 120 Potential violation of Law of Demeter (method chain calls)
4362 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 120 Potential violation of Law of Demeter (method chain calls)
4363 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 190 Potential violation of Law of Demeter (method chain calls)
4364 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 190 Potential violation of Law of Demeter (object not created locally)
4365 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 191 Potential violation of Law of Demeter (method chain calls)
4366 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 191 Potential violation of Law of Demeter (method chain calls)
4367 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 207 Potential violation of Law of Demeter (method chain calls)
4368 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 207 Potential violation of Law of Demeter (static property access)
4369 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 208 Potential violation of Law of Demeter (method chain calls)
4370 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 208 Potential violation of Law of Demeter (static property access)
4371 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 217 Potential violation of Law of Demeter (method chain calls)
4372 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 217 Potential violation of Law of Demeter (static property access)
4373 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 218 Potential violation of Law of Demeter (method chain calls)
4374 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 218 Potential violation of Law of Demeter (static property access)
4375 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 227 Potential violation of Law of Demeter (method chain calls)
4376 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 227 Potential violation of Law of Demeter (static property access)
4377 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 228 Potential violation of Law of Demeter (method chain calls)
4378 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 228 Potential violation of Law of Demeter (static property access)
4379 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 237 Potential violation of Law of Demeter (method chain calls)
4380 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 237 Potential violation of Law of Demeter (static property access)
4381 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 238 Potential violation of Law of Demeter (method chain calls)
4382 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 238 Potential violation of Law of Demeter (static property access)
4383 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 247 Potential violation of Law of Demeter (method chain calls)
4384 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 247 Potential violation of Law of Demeter (object not created locally)
4385 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 248 Potential violation of Law of Demeter (method chain calls)
4386 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 248 Potential violation of Law of Demeter (method chain calls)
4387 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 249 Potential violation of Law of Demeter (method chain calls)
4388 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 249 Potential violation of Law of Demeter (method chain calls)
4389 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 346 Potential violation of Law of Demeter (method chain calls)
4390 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 346 Potential violation of Law of Demeter (method chain calls)
4391 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 346 Potential violation of Law of Demeter (method chain calls)
4392 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 360 Potential violation of Law of Demeter (method chain calls)
4393 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 361 Potential violation of Law of Demeter (method chain calls)
4394 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 361 Potential violation of Law of Demeter (method chain calls)
4395 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 379 Potential violation of Law of Demeter (method chain calls)
4396 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 379 Potential violation of Law of Demeter (object not created locally)
4397 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 380 Potential violation of Law of Demeter (method chain calls)
4398 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 421 Potential violation of Law of Demeter (method chain calls)
4399 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 421 Potential violation of Law of Demeter (method chain calls)
4400 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 421 Potential violation of Law of Demeter (method chain calls)
4401 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 421 Potential violation of Law of Demeter (method chain calls)
4402 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 440 Potential violation of Law of Demeter (method chain calls)
4403 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 440 Potential violation of Law of Demeter (method chain calls)
4404 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 440 Potential violation of Law of Demeter (method chain calls)
4405 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 440 Potential violation of Law of Demeter (method chain calls)
4406 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 440 Potential violation of Law of Demeter (method chain calls)
4407 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 454 Potential violation of Law of Demeter (method chain calls)
4408 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 456 Potential violation of Law of Demeter (method chain calls)
4409 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 457 Potential violation of Law of Demeter (method chain calls)
4410 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 457 Potential violation of Law of Demeter (method chain calls)
4411 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 460 Potential violation of Law of Demeter (method chain calls)
4412 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 460 Potential violation of Law of Demeter (method chain calls)
4413 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 460 Potential violation of Law of Demeter (method chain calls)
4414 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 460 Potential violation of Law of Demeter (static property access)
4415 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 461 Potential violation of Law of Demeter (static property access)
4416 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 472 Potential violation of Law of Demeter (method chain calls)
4417 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 556 Potential violation of Law of Demeter (method chain calls)
4418 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 556 Potential violation of Law of Demeter (method chain calls)
4419 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 588 Potential violation of Law of Demeter (method chain calls)
4420 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 600 Potential violation of Law of Demeter (method chain calls)
4421 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 613 Potential violation of Law of Demeter (method chain calls)
4422 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 620 Potential violation of Law of Demeter (method chain calls)
4423 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 636 Potential violation of Law of Demeter (method chain calls)
4424 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 638 Potential violation of Law of Demeter (method chain calls)
4425 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 661 Potential violation of Law of Demeter (method chain calls)
4426 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 661 Potential violation of Law of Demeter (method chain calls)
4427 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 661 Potential violation of Law of Demeter (method chain calls)
4428 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 661 Potential violation of Law of Demeter (method chain calls)
4429 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 686 Potential violation of Law of Demeter (method chain calls)
4430 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 688 Potential violation of Law of Demeter (method chain calls)
4431 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 747 Potential violation of Law of Demeter (method chain calls)
4432 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 747 Potential violation of Law of Demeter (method chain calls)
4433 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 752 Potential violation of Law of Demeter (object not created locally)
4434 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 759 Potential violation of Law of Demeter (method chain calls)
4435 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 759 Potential violation of Law of Demeter (method chain calls)
4436 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 759 Potential violation of Law of Demeter (method chain calls)
4437 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 759 Potential violation of Law of Demeter (method chain calls)
4438 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 760 Potential violation of Law of Demeter (method chain calls)
4439 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 760 Potential violation of Law of Demeter (method chain calls)
4440 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 782 Potential violation of Law of Demeter (method chain calls)
4441 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 795 Potential violation of Law of Demeter (method chain calls)
4442 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 795 Potential violation of Law of Demeter (method chain calls)
4443 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 806 Potential violation of Law of Demeter (method chain calls)
4444 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 806 Potential violation of Law of Demeter (method chain calls)
4445 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 807 Potential violation of Law of Demeter (object not created locally)
4446 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 809 Potential violation of Law of Demeter (object not created locally)
4447 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 819 Potential violation of Law of Demeter (method chain calls)
4448 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 819 Potential violation of Law of Demeter (method chain calls)
4449 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 819 Potential violation of Law of Demeter (method chain calls)
4450 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 820 Potential violation of Law of Demeter (method chain calls)
4451 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 820 Potential violation of Law of Demeter (method chain calls)
4452 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 820 Potential violation of Law of Demeter (object not created locally)
4453 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 821 Potential violation of Law of Demeter (object not created locally)
4454 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 823 Potential violation of Law of Demeter (method chain calls)
4455 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 823 Potential violation of Law of Demeter (method chain calls)
4456 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 823 Potential violation of Law of Demeter (object not created locally)
4457 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TempDirectoryTests.java 824 Potential violation of Law of Demeter (object not created locally)
4458 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestExecutionExceptionHandlerTests.java 62 Potential violation of Law of Demeter (method chain calls)
4459 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestExecutionExceptionHandlerTests.java 62 Potential violation of Law of Demeter (method chain calls)
4460 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestExecutionExceptionHandlerTests.java 68 Potential violation of Law of Demeter (method chain calls)
4461 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestExecutionExceptionHandlerTests.java 68 Potential violation of Law of Demeter (object not created locally)
4462 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestExecutionExceptionHandlerTests.java 79 Potential violation of Law of Demeter (method chain calls)
4463 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestExecutionExceptionHandlerTests.java 79 Potential violation of Law of Demeter (method chain calls)
4464 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestExecutionExceptionHandlerTests.java 85 Potential violation of Law of Demeter (method chain calls)
4465 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestExecutionExceptionHandlerTests.java 85 Potential violation of Law of Demeter (object not created locally)
4466 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestExecutionExceptionHandlerTests.java 96 Potential violation of Law of Demeter (method chain calls)
4467 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestExecutionExceptionHandlerTests.java 96 Potential violation of Law of Demeter (method chain calls)
4468 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestExecutionExceptionHandlerTests.java 102 Potential violation of Law of Demeter (method chain calls)
4469 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestExecutionExceptionHandlerTests.java 102 Potential violation of Law of Demeter (object not created locally)
4470 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestExecutionExceptionHandlerTests.java 113 Potential violation of Law of Demeter (method chain calls)
4471 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestExecutionExceptionHandlerTests.java 113 Potential violation of Law of Demeter (method chain calls)
4472 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestExecutionExceptionHandlerTests.java 122 Potential violation of Law of Demeter (method chain calls)
4473 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestExecutionExceptionHandlerTests.java 122 Potential violation of Law of Demeter (object not created locally)
4474 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestExecutionExceptionHandlerTests.java 152 Avoid throwing raw exception types.
4475 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestExecutionExceptionHandlerTests.java 161 Avoid throwing raw exception types.
4476 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInfoParameterResolverTests.java 62 Potential violation of Law of Demeter (method chain calls)
4477 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInfoParameterResolverTests.java 62 Potential violation of Law of Demeter (method chain calls)
4478 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInfoParameterResolverTests.java 63 Potential violation of Law of Demeter (method chain calls)
4479 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInfoParameterResolverTests.java 63 Potential violation of Law of Demeter (method chain calls)
4480 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInfoParameterResolverTests.java 64 Potential violation of Law of Demeter (method chain calls)
4481 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInfoParameterResolverTests.java 64 Potential violation of Law of Demeter (method chain calls)
4482 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInfoParameterResolverTests.java 70 Potential violation of Law of Demeter (method chain calls)
4483 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInfoParameterResolverTests.java 76 Potential violation of Law of Demeter (object not created locally)
4484 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInfoParameterResolverTests.java 77 Potential violation of Law of Demeter (object not created locally)
4485 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInfoParameterResolverTests.java 83 Potential violation of Law of Demeter (method chain calls)
4486 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInfoParameterResolverTests.java 83 Potential violation of Law of Demeter (method chain calls)
4487 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
4488 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 11 High amount of different objects as members denotes a high coupling
4489 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 56 This class has too many methods, consider refactoring it.
4490 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 70 Potential violation of Law of Demeter (method chain calls)
4491 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 70 Potential violation of Law of Demeter (method chain calls)
4492 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 70 Potential violation of Law of Demeter (method chain calls)
4493 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 70 Potential violation of Law of Demeter (method chain calls)
4494 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 70 Potential violation of Law of Demeter (object not created locally)
4495 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 71 Potential violation of Law of Demeter (method chain calls)
4496 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 71 Potential violation of Law of Demeter (method chain calls)
4497 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 71 Potential violation of Law of Demeter (method chain calls)
4498 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 71 Potential violation of Law of Demeter (method chain calls)
4499 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 71 Potential violation of Law of Demeter (object not created locally)
4500 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 73 Potential violation of Law of Demeter (method chain calls)
4501 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 73 Potential violation of Law of Demeter (object not created locally)
4502 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 79 Potential violation of Law of Demeter (object not created locally)
4503 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 89 Potential violation of Law of Demeter (method chain calls)
4504 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 89 Potential violation of Law of Demeter (method chain calls)
4505 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 89 Potential violation of Law of Demeter (method chain calls)
4506 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 89 Potential violation of Law of Demeter (method chain calls)
4507 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 89 Potential violation of Law of Demeter (object not created locally)
4508 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 90 Potential violation of Law of Demeter (method chain calls)
4509 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 90 Potential violation of Law of Demeter (method chain calls)
4510 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 90 Potential violation of Law of Demeter (method chain calls)
4511 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 90 Potential violation of Law of Demeter (method chain calls)
4512 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 90 Potential violation of Law of Demeter (object not created locally)
4513 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 92 Potential violation of Law of Demeter (method chain calls)
4514 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 92 Potential violation of Law of Demeter (object not created locally)
4515 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 98 Potential violation of Law of Demeter (object not created locally)
4516 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 109 Potential violation of Law of Demeter (method chain calls)
4517 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 109 Potential violation of Law of Demeter (method chain calls)
4518 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 109 Potential violation of Law of Demeter (method chain calls)
4519 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 109 Potential violation of Law of Demeter (method chain calls)
4520 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 109 Potential violation of Law of Demeter (object not created locally)
4521 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 110 Potential violation of Law of Demeter (method chain calls)
4522 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 110 Potential violation of Law of Demeter (method chain calls)
4523 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 110 Potential violation of Law of Demeter (method chain calls)
4524 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 110 Potential violation of Law of Demeter (method chain calls)
4525 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 110 Potential violation of Law of Demeter (object not created locally)
4526 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 112 Potential violation of Law of Demeter (method chain calls)
4527 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 112 Potential violation of Law of Demeter (object not created locally)
4528 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 121 Potential violation of Law of Demeter (object not created locally)
4529 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 132 Potential violation of Law of Demeter (method chain calls)
4530 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 132 Potential violation of Law of Demeter (method chain calls)
4531 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 132 Potential violation of Law of Demeter (method chain calls)
4532 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 132 Potential violation of Law of Demeter (method chain calls)
4533 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 132 Potential violation of Law of Demeter (object not created locally)
4534 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 133 Potential violation of Law of Demeter (method chain calls)
4535 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 133 Potential violation of Law of Demeter (method chain calls)
4536 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 133 Potential violation of Law of Demeter (method chain calls)
4537 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 133 Potential violation of Law of Demeter (method chain calls)
4538 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 133 Potential violation of Law of Demeter (object not created locally)
4539 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 135 Potential violation of Law of Demeter (method chain calls)
4540 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 135 Potential violation of Law of Demeter (object not created locally)
4541 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 153 Potential violation of Law of Demeter (method chain calls)
4542 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 153 Potential violation of Law of Demeter (method chain calls)
4543 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 153 Potential violation of Law of Demeter (method chain calls)
4544 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 153 Potential violation of Law of Demeter (method chain calls)
4545 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 153 Potential violation of Law of Demeter (object not created locally)
4546 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 154 Potential violation of Law of Demeter (method chain calls)
4547 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 154 Potential violation of Law of Demeter (method chain calls)
4548 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 154 Potential violation of Law of Demeter (method chain calls)
4549 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 154 Potential violation of Law of Demeter (method chain calls)
4550 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 154 Potential violation of Law of Demeter (object not created locally)
4551 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 156 Potential violation of Law of Demeter (method chain calls)
4552 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 156 Potential violation of Law of Demeter (object not created locally)
4553 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 172 Potential violation of Law of Demeter (method chain calls)
4554 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 172 Potential violation of Law of Demeter (method chain calls)
4555 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 172 Potential violation of Law of Demeter (method chain calls)
4556 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 172 Potential violation of Law of Demeter (method chain calls)
4557 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 172 Potential violation of Law of Demeter (object not created locally)
4558 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 173 Potential violation of Law of Demeter (method chain calls)
4559 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 173 Potential violation of Law of Demeter (method chain calls)
4560 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 173 Potential violation of Law of Demeter (method chain calls)
4561 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 173 Potential violation of Law of Demeter (method chain calls)
4562 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 173 Potential violation of Law of Demeter (object not created locally)
4563 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 175 Potential violation of Law of Demeter (method chain calls)
4564 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 175 Potential violation of Law of Demeter (object not created locally)
4565 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 193 Potential violation of Law of Demeter (method chain calls)
4566 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 193 Potential violation of Law of Demeter (method chain calls)
4567 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 193 Potential violation of Law of Demeter (method chain calls)
4568 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 193 Potential violation of Law of Demeter (method chain calls)
4569 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 193 Potential violation of Law of Demeter (object not created locally)
4570 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 194 Potential violation of Law of Demeter (method chain calls)
4571 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 194 Potential violation of Law of Demeter (method chain calls)
4572 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 194 Potential violation of Law of Demeter (method chain calls)
4573 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 194 Potential violation of Law of Demeter (method chain calls)
4574 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 194 Potential violation of Law of Demeter (object not created locally)
4575 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 196 Potential violation of Law of Demeter (method chain calls)
4576 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 196 Potential violation of Law of Demeter (object not created locally)
4577 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 212 Potential violation of Law of Demeter (method chain calls)
4578 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 212 Potential violation of Law of Demeter (method chain calls)
4579 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 212 Potential violation of Law of Demeter (method chain calls)
4580 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 212 Potential violation of Law of Demeter (method chain calls)
4581 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 212 Potential violation of Law of Demeter (object not created locally)
4582 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 213 Potential violation of Law of Demeter (method chain calls)
4583 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 213 Potential violation of Law of Demeter (method chain calls)
4584 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 213 Potential violation of Law of Demeter (method chain calls)
4585 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 213 Potential violation of Law of Demeter (method chain calls)
4586 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 213 Potential violation of Law of Demeter (object not created locally)
4587 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 215 Potential violation of Law of Demeter (method chain calls)
4588 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 215 Potential violation of Law of Demeter (method chain calls)
4589 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 215 Potential violation of Law of Demeter (object not created locally)
4590 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 219 Potential violation of Law of Demeter (method chain calls)
4591 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 220 Potential violation of Law of Demeter (method chain calls)
4592 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 221 Potential violation of Law of Demeter (method chain calls)
4593 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 221 Potential violation of Law of Demeter (method chain calls)
4594 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 222 Potential violation of Law of Demeter (object not created locally)
4595 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 232 Potential violation of Law of Demeter (method chain calls)
4596 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 232 Potential violation of Law of Demeter (method chain calls)
4597 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 232 Potential violation of Law of Demeter (method chain calls)
4598 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 232 Potential violation of Law of Demeter (method chain calls)
4599 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 232 Potential violation of Law of Demeter (object not created locally)
4600 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 233 Potential violation of Law of Demeter (method chain calls)
4601 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 233 Potential violation of Law of Demeter (method chain calls)
4602 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 233 Potential violation of Law of Demeter (method chain calls)
4603 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 233 Potential violation of Law of Demeter (method chain calls)
4604 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 233 Potential violation of Law of Demeter (object not created locally)
4605 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 235 Potential violation of Law of Demeter (method chain calls)
4606 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 235 Potential violation of Law of Demeter (method chain calls)
4607 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 235 Potential violation of Law of Demeter (object not created locally)
4608 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 238 Potential violation of Law of Demeter (method chain calls)
4609 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 239 Potential violation of Law of Demeter (method chain calls)
4610 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 240 Potential violation of Law of Demeter (method chain calls)
4611 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 240 Potential violation of Law of Demeter (method chain calls)
4612 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 241 Potential violation of Law of Demeter (object not created locally)
4613 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 250 Potential violation of Law of Demeter (method chain calls)
4614 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 250 Potential violation of Law of Demeter (method chain calls)
4615 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 250 Potential violation of Law of Demeter (method chain calls)
4616 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 250 Potential violation of Law of Demeter (method chain calls)
4617 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 250 Potential violation of Law of Demeter (object not created locally)
4618 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 251 Potential violation of Law of Demeter (method chain calls)
4619 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 251 Potential violation of Law of Demeter (method chain calls)
4620 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 251 Potential violation of Law of Demeter (method chain calls)
4621 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 251 Potential violation of Law of Demeter (method chain calls)
4622 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 251 Potential violation of Law of Demeter (object not created locally)
4623 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 253 Potential violation of Law of Demeter (method chain calls)
4624 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 253 Potential violation of Law of Demeter (object not created locally)
4625 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 274 Potential violation of Law of Demeter (method chain calls)
4626 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 274 Potential violation of Law of Demeter (method chain calls)
4627 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 274 Potential violation of Law of Demeter (method chain calls)
4628 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 274 Potential violation of Law of Demeter (method chain calls)
4629 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 274 Potential violation of Law of Demeter (object not created locally)
4630 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 275 Potential violation of Law of Demeter (method chain calls)
4631 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 275 Potential violation of Law of Demeter (method chain calls)
4632 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 275 Potential violation of Law of Demeter (method chain calls)
4633 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 275 Potential violation of Law of Demeter (method chain calls)
4634 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 275 Potential violation of Law of Demeter (object not created locally)
4635 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 278 Potential violation of Law of Demeter (method chain calls)
4636 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 289 Potential violation of Law of Demeter (method chain calls)
4637 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 289 Potential violation of Law of Demeter (method chain calls)
4638 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 289 Potential violation of Law of Demeter (method chain calls)
4639 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 289 Potential violation of Law of Demeter (method chain calls)
4640 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 289 Potential violation of Law of Demeter (object not created locally)
4641 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 290 Potential violation of Law of Demeter (method chain calls)
4642 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 290 Potential violation of Law of Demeter (method chain calls)
4643 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 290 Potential violation of Law of Demeter (method chain calls)
4644 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 290 Potential violation of Law of Demeter (method chain calls)
4645 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 290 Potential violation of Law of Demeter (object not created locally)
4646 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 293 Potential violation of Law of Demeter (method chain calls)
4647 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 306 Potential violation of Law of Demeter (method chain calls)
4648 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 306 Potential violation of Law of Demeter (method chain calls)
4649 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 306 Potential violation of Law of Demeter (method chain calls)
4650 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 306 Potential violation of Law of Demeter (method chain calls)
4651 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 306 Potential violation of Law of Demeter (object not created locally)
4652 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 307 Potential violation of Law of Demeter (method chain calls)
4653 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 307 Potential violation of Law of Demeter (method chain calls)
4654 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 307 Potential violation of Law of Demeter (method chain calls)
4655 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 307 Potential violation of Law of Demeter (method chain calls)
4656 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 307 Potential violation of Law of Demeter (object not created locally)
4657 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 310 Potential violation of Law of Demeter (method chain calls)
4658 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 334 Potential violation of Law of Demeter (method chain calls)
4659 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 334 Potential violation of Law of Demeter (method chain calls)
4660 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 334 Potential violation of Law of Demeter (method chain calls)
4661 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 334 Potential violation of Law of Demeter (method chain calls)
4662 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 334 Potential violation of Law of Demeter (object not created locally)
4663 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 335 Potential violation of Law of Demeter (method chain calls)
4664 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 335 Potential violation of Law of Demeter (method chain calls)
4665 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 335 Potential violation of Law of Demeter (method chain calls)
4666 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 335 Potential violation of Law of Demeter (method chain calls)
4667 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 335 Potential violation of Law of Demeter (object not created locally)
4668 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 338 Potential violation of Law of Demeter (method chain calls)
4669 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 349 Potential violation of Law of Demeter (method chain calls)
4670 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 349 Potential violation of Law of Demeter (method chain calls)
4671 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 349 Potential violation of Law of Demeter (method chain calls)
4672 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 349 Potential violation of Law of Demeter (method chain calls)
4673 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 349 Potential violation of Law of Demeter (object not created locally)
4674 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 350 Potential violation of Law of Demeter (method chain calls)
4675 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 350 Potential violation of Law of Demeter (method chain calls)
4676 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 350 Potential violation of Law of Demeter (method chain calls)
4677 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 350 Potential violation of Law of Demeter (method chain calls)
4678 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 350 Potential violation of Law of Demeter (object not created locally)
4679 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 353 Potential violation of Law of Demeter (method chain calls)
4680 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 364 Potential violation of Law of Demeter (static property access)
4681 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 366 Potential violation of Law of Demeter (method chain calls)
4682 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 366 Potential violation of Law of Demeter (method chain calls)
4683 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 366 Potential violation of Law of Demeter (method chain calls)
4684 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 366 Potential violation of Law of Demeter (method chain calls)
4685 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 366 Potential violation of Law of Demeter (object not created locally)
4686 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 367 Potential violation of Law of Demeter (method chain calls)
4687 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 367 Potential violation of Law of Demeter (method chain calls)
4688 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 367 Potential violation of Law of Demeter (method chain calls)
4689 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 367 Potential violation of Law of Demeter (method chain calls)
4690 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 367 Potential violation of Law of Demeter (object not created locally)
4691 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 370 Potential violation of Law of Demeter (method chain calls)
4692 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 527 Potential violation of Law of Demeter (method chain calls)
4693 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 532 Potential violation of Law of Demeter (method chain calls)
4694 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 596 Potential violation of Law of Demeter (method chain calls)
4695 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 597 Potential violation of Law of Demeter (method chain calls)
4696 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 597 Potential violation of Law of Demeter (method chain calls)
4697 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 640 Avoid throwing raw exception types.
4698 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 662 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4699 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 663 Avoid throwing raw exception types.
4700 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 677 Potential violation of Law of Demeter (method chain calls)
4701 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 677 Potential violation of Law of Demeter (method chain calls)
4702 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 677 Potential violation of Law of Demeter (method chain calls)
4703 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstanceFactoryTests.java 677 Potential violation of Law of Demeter (method chain calls)
4704 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorAndPreDestroyCallbackTests.java 114 Potential violation of Law of Demeter (method chain calls)
4705 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorAndPreDestroyCallbackTests.java 114 Potential violation of Law of Demeter (method chain calls)
4706 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorAndPreDestroyCallbackTests.java 176 Avoid throwing raw exception types.
4707 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 43 Potential violation of Law of Demeter (method chain calls)
4708 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 43 Potential violation of Law of Demeter (method chain calls)
4709 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 46 Potential violation of Law of Demeter (method chain calls)
4710 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 67 Potential violation of Law of Demeter (method chain calls)
4711 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 67 Potential violation of Law of Demeter (method chain calls)
4712 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 70 Potential violation of Law of Demeter (method chain calls)
4713 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 93 Potential violation of Law of Demeter (method chain calls)
4714 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 93 Potential violation of Law of Demeter (method chain calls)
4715 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 115 Potential violation of Law of Demeter (method chain calls)
4716 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 115 Potential violation of Law of Demeter (method chain calls)
4717 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 116 Potential violation of Law of Demeter (method chain calls)
4718 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 116 Potential violation of Law of Demeter (method chain calls)
4719 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 141 Potential violation of Law of Demeter (method chain calls)
4720 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 141 Potential violation of Law of Demeter (method chain calls)
4721 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 150 Potential violation of Law of Demeter (method chain calls)
4722 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 150 Potential violation of Law of Demeter (method chain calls)
4723 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 150 Potential violation of Law of Demeter (method chain calls)
4724 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 152 Potential violation of Law of Demeter (method chain calls)
4725 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 152 Potential violation of Law of Demeter (method chain calls)
4726 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 161 Potential violation of Law of Demeter (method chain calls)
4727 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 161 Potential violation of Law of Demeter (method chain calls)
4728 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 161 Potential violation of Law of Demeter (method chain calls)
4729 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 163 Potential violation of Law of Demeter (method chain calls)
4730 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePostProcessorTests.java 163 Potential violation of Law of Demeter (method chain calls)
4731 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePreDestroyCallbackTests.java 45 Potential violation of Law of Demeter (method chain calls)
4732 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePreDestroyCallbackTests.java 45 Potential violation of Law of Demeter (method chain calls)
4733 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePreDestroyCallbackTests.java 48 Potential violation of Law of Demeter (method chain calls)
4734 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePreDestroyCallbackTests.java 67 Potential violation of Law of Demeter (method chain calls)
4735 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePreDestroyCallbackTests.java 67 Potential violation of Law of Demeter (method chain calls)
4736 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePreDestroyCallbackTests.java 71 Potential violation of Law of Demeter (method chain calls)
4737 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePreDestroyCallbackTests.java 81 Potential violation of Law of Demeter (method chain calls)
4738 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePreDestroyCallbackTests.java 81 Potential violation of Law of Demeter (method chain calls)
4739 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePreDestroyCallbackTests.java 85 Potential violation of Law of Demeter (method chain calls)
4740 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePreDestroyCallbackTests.java 185 Potential violation of Law of Demeter (method chain calls)
4741 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePreDestroyCallbackTests.java 186 Potential violation of Law of Demeter (method chain calls)
4742 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePreDestroyCallbackTests.java 188 Potential violation of Law of Demeter (method chain calls)
4743 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePreDestroyCallbackTests.java 190 Potential violation of Law of Demeter (method chain calls)
4744 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePreDestroyCallbackTests.java 190 Potential violation of Law of Demeter (method chain calls)
4745 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestInstancePreDestroyCallbackTests.java 190 Potential violation of Law of Demeter (object not created locally)
4746 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestReporterParameterResolverTests.java 38 Potential violation of Law of Demeter (method chain calls)
4747 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestReporterParameterResolverTests.java 38 Potential violation of Law of Demeter (method chain calls)
4748 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestReporterParameterResolverTests.java 41 Potential violation of Law of Demeter (method chain calls)
4749 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestReporterParameterResolverTests.java 41 Potential violation of Law of Demeter (method chain calls)
4750 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestReporterParameterResolverTests.java 54 Potential violation of Law of Demeter (method chain calls)
4751 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestReporterParameterResolverTests.java 55 Potential violation of Law of Demeter (method chain calls)
4752 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestReporterParameterResolverTests.java 55 Potential violation of Law of Demeter (object not created locally)
4753 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestReporterParameterResolverTests.java 60 Potential violation of Law of Demeter (method chain calls)
4754 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestReporterParameterResolverTests.java 60 Potential violation of Law of Demeter (object not created locally)
4755 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
4756 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 64 Potential violation of Law of Demeter (static property access)
4757 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 70 Potential violation of Law of Demeter (method chain calls)
4758 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 70 Potential violation of Law of Demeter (static property access)
4759 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 71 Potential violation of Law of Demeter (method chain calls)
4760 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 71 Potential violation of Law of Demeter (static property access)
4761 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 78 Potential violation of Law of Demeter (method chain calls)
4762 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 78 Potential violation of Law of Demeter (object not created locally)
4763 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 80 Potential violation of Law of Demeter (method chain calls)
4764 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 80 Potential violation of Law of Demeter (object not created locally)
4765 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 86 Potential violation of Law of Demeter (method chain calls)
4766 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 86 Potential violation of Law of Demeter (static property access)
4767 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 88 Potential violation of Law of Demeter (method chain calls)
4768 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 88 Potential violation of Law of Demeter (static property access)
4769 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 95 Potential violation of Law of Demeter (method chain calls)
4770 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 95 Potential violation of Law of Demeter (object not created locally)
4771 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 97 Potential violation of Law of Demeter (method chain calls)
4772 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 97 Potential violation of Law of Demeter (object not created locally)
4773 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 101 Potential violation of Law of Demeter (method chain calls)
4774 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 110 Potential violation of Law of Demeter (method chain calls)
4775 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 110 Potential violation of Law of Demeter (method chain calls)
4776 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 110 Potential violation of Law of Demeter (method chain calls)
4777 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 110 Potential violation of Law of Demeter (method chain calls)
4778 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 110 Potential violation of Law of Demeter (method chain calls)
4779 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 123 Potential violation of Law of Demeter (method chain calls)
4780 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 123 Potential violation of Law of Demeter (object not created locally)
4781 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 124 Potential violation of Law of Demeter (method chain calls)
4782 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 124 Potential violation of Law of Demeter (static property access)
4783 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 125 Potential violation of Law of Demeter (method chain calls)
4784 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 125 Potential violation of Law of Demeter (static property access)
4785 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 129 Potential violation of Law of Demeter (method chain calls)
4786 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 130 Potential violation of Law of Demeter (method chain calls)
4787 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 221 Potential violation of Law of Demeter (method chain calls)
4788 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 226 Potential violation of Law of Demeter (method chain calls)
4789 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 232 Potential violation of Law of Demeter (method chain calls)
4790 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 239 Potential violation of Law of Demeter (method chain calls)
4791 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TestWatcherTests.java 279 Potential violation of Law of Demeter (method chain calls)
4792 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 53 Potential violation of Law of Demeter (method chain calls)
4793 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 54 Potential violation of Law of Demeter (method chain calls)
4794 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 55 Potential violation of Law of Demeter (method chain calls)
4795 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 56 Potential violation of Law of Demeter (method chain calls)
4796 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 57 Potential violation of Law of Demeter (method chain calls)
4797 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 58 Potential violation of Law of Demeter (method chain calls)
4798 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 59 Potential violation of Law of Demeter (method chain calls)
4799 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 64 Potential violation of Law of Demeter (method chain calls)
4800 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 77 Potential violation of Law of Demeter (method chain calls)
4801 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 78 Potential violation of Law of Demeter (method chain calls)
4802 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 80 Potential violation of Law of Demeter (method chain calls)
4803 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 94 Potential violation of Law of Demeter (method chain calls)
4804 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 95 Potential violation of Law of Demeter (method chain calls)
4805 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 97 Potential violation of Law of Demeter (method chain calls)
4806 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 99 Potential violation of Law of Demeter (method chain calls)
4807 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 101 Potential violation of Law of Demeter (method chain calls)
4808 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 103 Potential violation of Law of Demeter (method chain calls)
4809 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 105 Potential violation of Law of Demeter (method chain calls)
4810 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 107 Potential violation of Law of Demeter (method chain calls)
4811 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 109 Potential violation of Law of Demeter (method chain calls)
4812 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 111 Potential violation of Law of Demeter (method chain calls)
4813 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 126 Potential violation of Law of Demeter (method chain calls)
4814 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 129 Potential violation of Law of Demeter (method chain calls)
4815 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 130 Potential violation of Law of Demeter (method chain calls)
4816 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 130 Potential violation of Law of Demeter (method chain calls)
4817 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 130 Potential violation of Law of Demeter (method chain calls)
4818 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 130 Potential violation of Law of Demeter (method chain calls)
4819 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutConfigurationTests.java 130 Potential violation of Law of Demeter (method chain calls)
4820 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutDurationParserTests.java 55 Potential violation of Law of Demeter (method chain calls)
4821 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutDurationParserTests.java 55 Potential violation of Law of Demeter (method chain calls)
4822 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutDurationParserTests.java 55 Potential violation of Law of Demeter (object not created locally)
4823 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
4824 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 60 This class has too many methods, consider refactoring it.
4825 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 65 Potential violation of Law of Demeter (method chain calls)
4826 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 65 Potential violation of Law of Demeter (method chain calls)
4827 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 65 Potential violation of Law of Demeter (method chain calls)
4828 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 65 Potential violation of Law of Demeter (method chain calls)
4829 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 65 Potential violation of Law of Demeter (method chain calls)
4830 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 65 Potential violation of Law of Demeter (method chain calls)
4831 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 70 Potential violation of Law of Demeter (object not created locally)
4832 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 71 Potential violation of Law of Demeter (method chain calls)
4833 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 71 Potential violation of Law of Demeter (method chain calls)
4834 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 71 Potential violation of Law of Demeter (object not created locally)
4835 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 74 Potential violation of Law of Demeter (method chain calls)
4836 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 74 Potential violation of Law of Demeter (method chain calls)
4837 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 74 Potential violation of Law of Demeter (method chain calls)
4838 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 74 Potential violation of Law of Demeter (method chain calls)
4839 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 74 Potential violation of Law of Demeter (method chain calls)
4840 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 74 Potential violation of Law of Demeter (method chain calls)
4841 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 74 Potential violation of Law of Demeter (method chain calls)
4842 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 74 Potential violation of Law of Demeter (method chain calls)
4843 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 74 Potential violation of Law of Demeter (object not created locally)
4844 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 82 Potential violation of Law of Demeter (method chain calls)
4845 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 82 Potential violation of Law of Demeter (method chain calls)
4846 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 82 Potential violation of Law of Demeter (method chain calls)
4847 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 82 Potential violation of Law of Demeter (method chain calls)
4848 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 82 Potential violation of Law of Demeter (method chain calls)
4849 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 82 Potential violation of Law of Demeter (method chain calls)
4850 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 82 Potential violation of Law of Demeter (method chain calls)
4851 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 82 Potential violation of Law of Demeter (method chain calls)
4852 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 87 Potential violation of Law of Demeter (object not created locally)
4853 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 88 Potential violation of Law of Demeter (method chain calls)
4854 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 88 Potential violation of Law of Demeter (method chain calls)
4855 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 88 Potential violation of Law of Demeter (method chain calls)
4856 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 88 Potential violation of Law of Demeter (method chain calls)
4857 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 88 Potential violation of Law of Demeter (method chain calls)
4858 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 88 Potential violation of Law of Demeter (object not created locally)
4859 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 95 Potential violation of Law of Demeter (method chain calls)
4860 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 95 Potential violation of Law of Demeter (method chain calls)
4861 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 95 Potential violation of Law of Demeter (method chain calls)
4862 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 95 Potential violation of Law of Demeter (method chain calls)
4863 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 95 Potential violation of Law of Demeter (method chain calls)
4864 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 95 Potential violation of Law of Demeter (method chain calls)
4865 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 95 Potential violation of Law of Demeter (method chain calls)
4866 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 95 Potential violation of Law of Demeter (method chain calls)
4867 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 100 Potential violation of Law of Demeter (object not created locally)
4868 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 102 Potential violation of Law of Demeter (method chain calls)
4869 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 102 Potential violation of Law of Demeter (method chain calls)
4870 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 102 Potential violation of Law of Demeter (object not created locally)
4871 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 109 Potential violation of Law of Demeter (method chain calls)
4872 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 109 Potential violation of Law of Demeter (method chain calls)
4873 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 109 Potential violation of Law of Demeter (method chain calls)
4874 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 109 Potential violation of Law of Demeter (method chain calls)
4875 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 109 Potential violation of Law of Demeter (method chain calls)
4876 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 113 Potential violation of Law of Demeter (method chain calls)
4877 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 113 Potential violation of Law of Demeter (method chain calls)
4878 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 113 Potential violation of Law of Demeter (method chain calls)
4879 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 113 Potential violation of Law of Demeter (method chain calls)
4880 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 113 Potential violation of Law of Demeter (method chain calls)
4881 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 113 Potential violation of Law of Demeter (method chain calls)
4882 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 113 Potential violation of Law of Demeter (method chain calls)
4883 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 113 Potential violation of Law of Demeter (method chain calls)
4884 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 122 Potential violation of Law of Demeter (method chain calls)
4885 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 122 Potential violation of Law of Demeter (method chain calls)
4886 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 122 Potential violation of Law of Demeter (method chain calls)
4887 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 122 Potential violation of Law of Demeter (method chain calls)
4888 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 122 Potential violation of Law of Demeter (method chain calls)
4889 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 122 Potential violation of Law of Demeter (method chain calls)
4890 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 127 Potential violation of Law of Demeter (method chain calls)
4891 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 141 Potential violation of Law of Demeter (method chain calls)
4892 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 141 Potential violation of Law of Demeter (method chain calls)
4893 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 141 Potential violation of Law of Demeter (method chain calls)
4894 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 141 Potential violation of Law of Demeter (method chain calls)
4895 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 141 Potential violation of Law of Demeter (method chain calls)
4896 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 141 Potential violation of Law of Demeter (method chain calls)
4897 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 147 Potential violation of Law of Demeter (method chain calls)
4898 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 147 Potential violation of Law of Demeter (method chain calls)
4899 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 147 Potential violation of Law of Demeter (object not created locally)
4900 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 150 Potential violation of Law of Demeter (method chain calls)
4901 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 150 Potential violation of Law of Demeter (method chain calls)
4902 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 150 Potential violation of Law of Demeter (method chain calls)
4903 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 150 Potential violation of Law of Demeter (method chain calls)
4904 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 150 Potential violation of Law of Demeter (method chain calls)
4905 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 150 Potential violation of Law of Demeter (method chain calls)
4906 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 150 Potential violation of Law of Demeter (method chain calls)
4907 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 150 Potential violation of Law of Demeter (method chain calls)
4908 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 150 Potential violation of Law of Demeter (object not created locally)
4909 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 158 Potential violation of Law of Demeter (method chain calls)
4910 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 185 Potential violation of Law of Demeter (object not created locally)
4911 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 186 Potential violation of Law of Demeter (method chain calls)
4912 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 186 Potential violation of Law of Demeter (method chain calls)
4913 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 186 Potential violation of Law of Demeter (object not created locally)
4914 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 189 Potential violation of Law of Demeter (method chain calls)
4915 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 189 Potential violation of Law of Demeter (method chain calls)
4916 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 189 Potential violation of Law of Demeter (method chain calls)
4917 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 189 Potential violation of Law of Demeter (method chain calls)
4918 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 189 Potential violation of Law of Demeter (method chain calls)
4919 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 189 Potential violation of Law of Demeter (object not created locally)
4920 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 190 Potential violation of Law of Demeter (method chain calls)
4921 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 190 Potential violation of Law of Demeter (method chain calls)
4922 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 190 Potential violation of Law of Demeter (method chain calls)
4923 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 190 Potential violation of Law of Demeter (method chain calls)
4924 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 190 Potential violation of Law of Demeter (method chain calls)
4925 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 190 Potential violation of Law of Demeter (method chain calls)
4926 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 190 Potential violation of Law of Demeter (method chain calls)
4927 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 190 Potential violation of Law of Demeter (method chain calls)
4928 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 190 Potential violation of Law of Demeter (object not created locally)
4929 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 198 Potential violation of Law of Demeter (method chain calls)
4930 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 198 Potential violation of Law of Demeter (method chain calls)
4931 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 198 Potential violation of Law of Demeter (method chain calls)
4932 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 198 Potential violation of Law of Demeter (method chain calls)
4933 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 198 Potential violation of Law of Demeter (method chain calls)
4934 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 198 Potential violation of Law of Demeter (method chain calls)
4935 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 203 Potential violation of Law of Demeter (method chain calls)
4936 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 203 Potential violation of Law of Demeter (object not created locally)
4937 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 204 Potential violation of Law of Demeter (method chain calls)
4938 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 205 Potential violation of Law of Demeter (method chain calls)
4939 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 205 Potential violation of Law of Demeter (method chain calls)
4940 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 205 Potential violation of Law of Demeter (object not created locally)
4941 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 208 Potential violation of Law of Demeter (method chain calls)
4942 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 208 Potential violation of Law of Demeter (method chain calls)
4943 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 208 Potential violation of Law of Demeter (method chain calls)
4944 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 208 Potential violation of Law of Demeter (method chain calls)
4945 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 208 Potential violation of Law of Demeter (method chain calls)
4946 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 208 Potential violation of Law of Demeter (method chain calls)
4947 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 208 Potential violation of Law of Demeter (method chain calls)
4948 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 208 Potential violation of Law of Demeter (method chain calls)
4949 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 208 Potential violation of Law of Demeter (object not created locally)
4950 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 216 Potential violation of Law of Demeter (method chain calls)
4951 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 216 Potential violation of Law of Demeter (method chain calls)
4952 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 216 Potential violation of Law of Demeter (method chain calls)
4953 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 216 Potential violation of Law of Demeter (method chain calls)
4954 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 216 Potential violation of Law of Demeter (method chain calls)
4955 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 216 Potential violation of Law of Demeter (method chain calls)
4956 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 221 Potential violation of Law of Demeter (object not created locally)
4957 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 222 Potential violation of Law of Demeter (method chain calls)
4958 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 222 Potential violation of Law of Demeter (method chain calls)
4959 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 222 Potential violation of Law of Demeter (object not created locally)
4960 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 225 Potential violation of Law of Demeter (method chain calls)
4961 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 225 Potential violation of Law of Demeter (method chain calls)
4962 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 225 Potential violation of Law of Demeter (method chain calls)
4963 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 225 Potential violation of Law of Demeter (method chain calls)
4964 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 225 Potential violation of Law of Demeter (method chain calls)
4965 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 225 Potential violation of Law of Demeter (method chain calls)
4966 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 225 Potential violation of Law of Demeter (method chain calls)
4967 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 225 Potential violation of Law of Demeter (method chain calls)
4968 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 225 Potential violation of Law of Demeter (object not created locally)
4969 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 233 Potential violation of Law of Demeter (method chain calls)
4970 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 233 Potential violation of Law of Demeter (method chain calls)
4971 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 233 Potential violation of Law of Demeter (method chain calls)
4972 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 233 Potential violation of Law of Demeter (method chain calls)
4973 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 233 Potential violation of Law of Demeter (method chain calls)
4974 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 233 Potential violation of Law of Demeter (method chain calls)
4975 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 238 Potential violation of Law of Demeter (object not created locally)
4976 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 239 Potential violation of Law of Demeter (method chain calls)
4977 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 239 Potential violation of Law of Demeter (method chain calls)
4978 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 239 Potential violation of Law of Demeter (object not created locally)
4979 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 242 Potential violation of Law of Demeter (method chain calls)
4980 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 242 Potential violation of Law of Demeter (method chain calls)
4981 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 242 Potential violation of Law of Demeter (method chain calls)
4982 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 242 Potential violation of Law of Demeter (method chain calls)
4983 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 242 Potential violation of Law of Demeter (method chain calls)
4984 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 242 Potential violation of Law of Demeter (method chain calls)
4985 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 242 Potential violation of Law of Demeter (method chain calls)
4986 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 242 Potential violation of Law of Demeter (method chain calls)
4987 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 242 Potential violation of Law of Demeter (object not created locally)
4988 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 250 Potential violation of Law of Demeter (method chain calls)
4989 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 250 Potential violation of Law of Demeter (method chain calls)
4990 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 250 Potential violation of Law of Demeter (method chain calls)
4991 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 250 Potential violation of Law of Demeter (method chain calls)
4992 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 250 Potential violation of Law of Demeter (method chain calls)
4993 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 250 Potential violation of Law of Demeter (method chain calls)
4994 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 255 Potential violation of Law of Demeter (method chain calls)
4995 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 255 Potential violation of Law of Demeter (object not created locally)
4996 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 256 Potential violation of Law of Demeter (method chain calls)
4997 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 257 Potential violation of Law of Demeter (method chain calls)
4998 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 257 Potential violation of Law of Demeter (method chain calls)
4999 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 257 Potential violation of Law of Demeter (object not created locally)
5000 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 260 Potential violation of Law of Demeter (method chain calls)
5001 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 260 Potential violation of Law of Demeter (method chain calls)
5002 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 260 Potential violation of Law of Demeter (method chain calls)
5003 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 260 Potential violation of Law of Demeter (method chain calls)
5004 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 260 Potential violation of Law of Demeter (method chain calls)
5005 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 260 Potential violation of Law of Demeter (method chain calls)
5006 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 260 Potential violation of Law of Demeter (method chain calls)
5007 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 260 Potential violation of Law of Demeter (method chain calls)
5008 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 260 Potential violation of Law of Demeter (object not created locally)
5009 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 268 Potential violation of Law of Demeter (method chain calls)
5010 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 268 Potential violation of Law of Demeter (method chain calls)
5011 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 268 Potential violation of Law of Demeter (method chain calls)
5012 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 297 Potential violation of Law of Demeter (method chain calls)
5013 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 297 Potential violation of Law of Demeter (method chain calls)
5014 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 305 Potential violation of Law of Demeter (object not created locally)
5015 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 306 Potential violation of Law of Demeter (method chain calls)
5016 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 306 Potential violation of Law of Demeter (method chain calls)
5017 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 306 Potential violation of Law of Demeter (object not created locally)
5018 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 309 Potential violation of Law of Demeter (method chain calls)
5019 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 309 Potential violation of Law of Demeter (method chain calls)
5020 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 309 Potential violation of Law of Demeter (method chain calls)
5021 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 309 Potential violation of Law of Demeter (method chain calls)
5022 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 309 Potential violation of Law of Demeter (method chain calls)
5023 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 309 Potential violation of Law of Demeter (method chain calls)
5024 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 309 Potential violation of Law of Demeter (method chain calls)
5025 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 309 Potential violation of Law of Demeter (method chain calls)
5026 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 309 Potential violation of Law of Demeter (object not created locally)
5027 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 320 Potential violation of Law of Demeter (object not created locally)
5028 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 321 Potential violation of Law of Demeter (method chain calls)
5029 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 321 Potential violation of Law of Demeter (method chain calls)
5030 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 321 Potential violation of Law of Demeter (method chain calls)
5031 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 321 Potential violation of Law of Demeter (method chain calls)
5032 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 321 Potential violation of Law of Demeter (method chain calls)
5033 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 321 Potential violation of Law of Demeter (method chain calls)
5034 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 321 Potential violation of Law of Demeter (method chain calls)
5035 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 321 Potential violation of Law of Demeter (method chain calls)
5036 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 321 Potential violation of Law of Demeter (object not created locally)
5037 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 327 Potential violation of Law of Demeter (method chain calls)
5038 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 327 Potential violation of Law of Demeter (method chain calls)
5039 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 327 Potential violation of Law of Demeter (method chain calls)
5040 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 327 Potential violation of Law of Demeter (method chain calls)
5041 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 441 A method/constructor should not explicitly throw java.lang.Exception
5042 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 446 A method/constructor should not explicitly throw java.lang.Exception
5043 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 467 A method/constructor should not explicitly throw java.lang.Exception
5044 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutExtensionTests.java 472 A method/constructor should not explicitly throw java.lang.Exception
5045 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutInvocationTests.java 40 Potential violation of Law of Demeter (method chain calls)
5046 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutInvocationTests.java 40 Potential violation of Law of Demeter (method chain calls)
5047 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\TimeoutInvocationTests.java 41 Potential violation of Law of Demeter (method chain calls)
5048 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\sub\SystemPropertyCondition.java 51 Potential violation of Law of Demeter (object not created locally)
5049 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\sub\SystemPropertyCondition.java 53 Potential violation of Law of Demeter (object not created locally)
5050 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\extension\sub\SystemPropertyCondition.java 54 Potential violation of Law of Demeter (object not created locally)
5051 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\support\OpenTest4JAndJUnit4AwareThrowableCollectorTests.java 83 Potential violation of Law of Demeter (method chain calls)
5052 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\support\OpenTest4JAndJUnit4AwareThrowableCollectorTests.java 87 Potential violation of Law of Demeter (method chain calls)
5053 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\support\OpenTest4JAndJUnit4AwareThrowableCollectorTests.java 92 Potential violation of Law of Demeter (method chain calls)
5054 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\support\OpenTest4JAndJUnit4AwareThrowableCollectorTests.java 114 Potential violation of Law of Demeter (method chain calls)
5055 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\support\OpenTest4JAndJUnit4AwareThrowableCollectorTests.java 114 Potential violation of Law of Demeter (method chain calls)
5056 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\support\OpenTest4JAndJUnit4AwareThrowableCollectorTests.java 119 Potential violation of Law of Demeter (method chain calls)
5057 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\support\OpenTest4JAndJUnit4AwareThrowableCollectorTests.java 119 Potential violation of Law of Demeter (method chain calls)
5058 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\support\OpenTest4JAndJUnit4AwareThrowableCollectorTests.java 120 Potential violation of Law of Demeter (method chain calls)
5059 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\support\OpenTest4JAndJUnit4AwareThrowableCollectorTests.java 124 Potential violation of Law of Demeter (method chain calls)
5060 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-engine\src\test\java\org\junit\jupiter\engine\support\OpenTest4JAndJUnit4AwareThrowableCollectorTests.java 124 Potential violation of Law of Demeter (method chain calls)
5061 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\conditions\IgnoreCondition.java 50 Potential violation of Law of Demeter (object not created locally)
5062 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\conditions\IgnoreCondition.java 51 Potential violation of Law of Demeter (method chain calls)
5063 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\conditions\IgnoreCondition.java 51 Potential violation of Law of Demeter (method chain calls)
5064 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\conditions\IgnoreCondition.java 51 Potential violation of Law of Demeter (method chain calls)
5065 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\conditions\IgnoreCondition.java 51 Potential violation of Law of Demeter (method chain calls)
5066 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupport.java 51 Potential violation of Law of Demeter (method chain calls)
5067 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupport.java 57 Potential violation of Law of Demeter (method chain calls)
5068 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 70 Potential violation of Law of Demeter (method chain calls)
5069 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 70 Potential violation of Law of Demeter (method chain calls)
5070 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 70 Potential violation of Law of Demeter (method chain calls)
5071 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 70 Potential violation of Law of Demeter (method chain calls)
5072 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 74 Potential violation of Law of Demeter (method chain calls)
5073 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 74 Potential violation of Law of Demeter (method chain calls)
5074 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 74 Potential violation of Law of Demeter (method chain calls)
5075 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 74 Potential violation of Law of Demeter (method chain calls)
5076 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 89 Potential violation of Law of Demeter (object not created locally)
5077 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 98 Potential violation of Law of Demeter (method chain calls)
5078 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 104 Potential violation of Law of Demeter (method chain calls)
5079 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 124 Potential violation of Law of Demeter (method chain calls)
5080 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 124 Potential violation of Law of Demeter (method chain calls)
5081 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 134 Potential violation of Law of Demeter (method chain calls)
5082 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 134 Potential violation of Law of Demeter (method chain calls)
5083 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 134 Potential violation of Law of Demeter (method chain calls)
5084 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 134 Potential violation of Law of Demeter (method chain calls)
5085 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 134 Potential violation of Law of Demeter (method chain calls)
5086 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 134 Potential violation of Law of Demeter (method chain calls)
5087 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 134 Potential violation of Law of Demeter (method chain calls)
5088 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 134 Potential violation of Law of Demeter (method chain calls)
5089 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 134 Potential violation of Law of Demeter (method chain calls)
5090 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 134 Potential violation of Law of Demeter (method chain calls)
5091 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\TestRuleSupport.java 150 Potential violation of Law of Demeter (method chain calls)
5092 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\adapter\AbstractTestRuleAdapter.java 45 Potential violation of Law of Demeter (method chain calls)
5093 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\adapter\AbstractTestRuleAdapter.java 45 Potential violation of Law of Demeter (method chain calls)
5094 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\adapter\AbstractTestRuleAdapter.java 45 Potential violation of Law of Demeter (method chain calls)
5095 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\adapter\AbstractTestRuleAdapter.java 49 Potential violation of Law of Demeter (method chain calls)
5096 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\main\java\org\junit\jupiter\migrationsupport\rules\member\TestRuleAnnotatedField.java 34 Potential violation of Law of Demeter (method chain calls)
5097 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreAnnotationIntegrationTests.java 63 Potential violation of Law of Demeter (method chain calls)
5098 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreAnnotationIntegrationTests.java 68 Potential violation of Law of Demeter (method chain calls)
5099 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreAnnotationIntegrationTests.java 68 Potential violation of Law of Demeter (method chain calls)
5100 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreAnnotationIntegrationTests.java 68 Potential violation of Law of Demeter (method chain calls)
5101 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreAnnotationIntegrationTests.java 68 Potential violation of Law of Demeter (method chain calls)
5102 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 45 Potential violation of Law of Demeter (method chain calls)
5103 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 45 Potential violation of Law of Demeter (method chain calls)
5104 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 58 Potential violation of Law of Demeter (method chain calls)
5105 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 58 Potential violation of Law of Demeter (method chain calls)
5106 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 69 Potential violation of Law of Demeter (object not created locally)
5107 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 70 Potential violation of Law of Demeter (object not created locally)
5108 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 87 Potential violation of Law of Demeter (method chain calls)
5109 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 87 Potential violation of Law of Demeter (method chain calls)
5110 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 87 Potential violation of Law of Demeter (method chain calls)
5111 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 87 Potential violation of Law of Demeter (object not created locally)
5112 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 88 Potential violation of Law of Demeter (method chain calls)
5113 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 88 Potential violation of Law of Demeter (method chain calls)
5114 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 88 Potential violation of Law of Demeter (object not created locally)
5115 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 89 Potential violation of Law of Demeter (method chain calls)
5116 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 89 Potential violation of Law of Demeter (method chain calls)
5117 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 89 Potential violation of Law of Demeter (object not created locally)
5118 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 93 Potential violation of Law of Demeter (object not created locally)
5119 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 104 Potential violation of Law of Demeter (method chain calls)
5120 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 104 Potential violation of Law of Demeter (method chain calls)
5121 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 104 Potential violation of Law of Demeter (method chain calls)
5122 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\conditions\IgnoreConditionTests.java 104 Potential violation of Law of Demeter (method chain calls)
5123 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\AbstractTestRuleAdapterTests.java 41 Potential violation of Law of Demeter (object not created locally)
5124 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\AbstractTestRuleAdapterTests.java 56 Potential violation of Law of Demeter (method chain calls)
5125 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\AbstractTestRuleAdapterTests.java 58 Potential violation of Law of Demeter (object not created locally)
5126 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 43 Potential violation of Law of Demeter (object not created locally)
5127 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 45 Potential violation of Law of Demeter (method chain calls)
5128 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 45 Potential violation of Law of Demeter (method chain calls)
5129 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 45 Potential violation of Law of Demeter (object not created locally)
5130 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 48 Potential violation of Law of Demeter (method chain calls)
5131 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 48 Potential violation of Law of Demeter (method chain calls)
5132 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 48 Potential violation of Law of Demeter (method chain calls)
5133 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 48 Potential violation of Law of Demeter (method chain calls)
5134 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 48 Potential violation of Law of Demeter (object not created locally)
5135 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 67 Potential violation of Law of Demeter (object not created locally)
5136 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 69 Potential violation of Law of Demeter (method chain calls)
5137 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 69 Potential violation of Law of Demeter (method chain calls)
5138 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 69 Potential violation of Law of Demeter (object not created locally)
5139 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 71 Potential violation of Law of Demeter (method chain calls)
5140 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 71 Potential violation of Law of Demeter (method chain calls)
5141 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 71 Potential violation of Law of Demeter (object not created locally)
5142 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 76 Potential violation of Law of Demeter (method chain calls)
5143 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 76 Potential violation of Law of Demeter (method chain calls)
5144 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 76 Potential violation of Law of Demeter (method chain calls)
5145 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 76 Potential violation of Law of Demeter (method chain calls)
5146 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 76 Potential violation of Law of Demeter (method chain calls)
5147 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 88 Avoid throwing raw exception types.
5148 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 99 Avoid throwing raw exception types.
5149 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExpectedExceptionSupportTests.java 105 Avoid throwing raw exception types.
5150 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExternalResourceSupportForMixedMethodAndFieldRulesTests.java 60 Potential violation of Law of Demeter (method chain calls)
5151 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExternalResourceSupportForMixedMethodAndFieldRulesTests.java 62 Potential violation of Law of Demeter (method chain calls)
5152 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExternalResourceSupportForMixedMethodAndFieldRulesTests.java 63 Potential violation of Law of Demeter (method chain calls)
5153 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExternalResourceSupportForMixedMethodAndFieldRulesTests.java 71 Potential violation of Law of Demeter (method chain calls)
5154 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExternalResourceWithoutAdapterTests.java 30 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5155 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExternalResourceWithoutAdapterTests.java 31 Potential violation of Law of Demeter (method chain calls)
5156 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\ExternalResourceWithoutAdapterTests.java 31 Potential violation of Law of Demeter (method chain calls)
5157 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\FailAfterAllHelper.java 16 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
5158 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\LauncherBasedEnableRuleMigrationSupportTests.java 32 Potential violation of Law of Demeter (object not created locally)
5159 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\LauncherBasedEnableRuleMigrationSupportTests.java 46 Potential violation of Law of Demeter (object not created locally)
5160 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\LauncherBasedEnableRuleMigrationSupportTests.java 52 Potential violation of Law of Demeter (method chain calls)
5161 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\LauncherBasedEnableRuleMigrationSupportTests.java 52 Potential violation of Law of Demeter (method chain calls)
5162 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\LauncherBasedEnableRuleMigrationSupportTests.java 52 Potential violation of Law of Demeter (method chain calls)
5163 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\LauncherBasedEnableRuleMigrationSupportTests.java 52 Potential violation of Law of Demeter (method chain calls)
5164 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\LauncherBasedEnableRuleMigrationSupportTests.java 52 Potential violation of Law of Demeter (method chain calls)
5165 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\LauncherBasedEnableRuleMigrationSupportTests.java 72 Private field 'resource2' could be made final; it is only initialized in the declaration or constructor.
5166 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\VerifierSupportForMixedMethodAndFieldRulesTests.java 36 Private field 'verifier2' could be made final; it is only initialized in the declaration or constructor.
5167 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-migrationsupport\src\test\java\org\junit\jupiter\migrationsupport\rules\WrongExtendWithForVerifierMethodTests.java 26 Private field 'verifier1' could be made final; it is only initialized in the declaration or constructor.
5168 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 44 Potential violation of Law of Demeter (method chain calls)
5169 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 48 Potential violation of Law of Demeter (method chain calls)
5170 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 62 Potential violation of Law of Demeter (method chain calls)
5171 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 73 Potential violation of Law of Demeter (method chain calls)
5172 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 79 Potential violation of Law of Demeter (method chain calls)
5173 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 79 Potential violation of Law of Demeter (method chain calls)
5174 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 79 Potential violation of Law of Demeter (method chain calls)
5175 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 79 Potential violation of Law of Demeter (method chain calls)
5176 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 79 Potential violation of Law of Demeter (method chain calls)
5177 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 79 Potential violation of Law of Demeter (method chain calls)
5178 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 79 Potential violation of Law of Demeter (method chain calls)
5179 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 79 Potential violation of Law of Demeter (method chain calls)
5180 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 79 Potential violation of Law of Demeter (method chain calls)
5181 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 79 Potential violation of Law of Demeter (method chain calls)
5182 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 79 Potential violation of Law of Demeter (method chain calls)
5183 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 79 Potential violation of Law of Demeter (method chain calls)
5184 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 79 Potential violation of Law of Demeter (method chain calls)
5185 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5186 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 123 Potential violation of Law of Demeter (method chain calls)
5187 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 124 Potential violation of Law of Demeter (method chain calls)
5188 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 124 Potential violation of Law of Demeter (method chain calls)
5189 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 124 Potential violation of Law of Demeter (object not created locally)
5190 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestExtension.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5191 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 66 Potential violation of Law of Demeter (method chain calls)
5192 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 119 Potential violation of Law of Demeter (object not created locally)
5193 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 125 Potential violation of Law of Demeter (object not created locally)
5194 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 165 Potential violation of Law of Demeter (method chain calls)
5195 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 171 Potential violation of Law of Demeter (method chain calls)
5196 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 182 Potential violation of Law of Demeter (method chain calls)
5197 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 182 Potential violation of Law of Demeter (method chain calls)
5198 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 182 Potential violation of Law of Demeter (method chain calls)
5199 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 182 Potential violation of Law of Demeter (method chain calls)
5200 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 182 Potential violation of Law of Demeter (method chain calls)
5201 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 182 Potential violation of Law of Demeter (method chain calls)
5202 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 182 Potential violation of Law of Demeter (method chain calls)
5203 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 189 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5204 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 199 Potential violation of Law of Demeter (method chain calls)
5205 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 199 Potential violation of Law of Demeter (method chain calls)
5206 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 199 Potential violation of Law of Demeter (method chain calls)
5207 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 199 Potential violation of Law of Demeter (method chain calls)
5208 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 199 Potential violation of Law of Demeter (method chain calls)
5209 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 199 Potential violation of Law of Demeter (method chain calls)
5210 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 205 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5211 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 233 Potential violation of Law of Demeter (method chain calls)
5212 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 237 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5213 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestMethodContext.java 260 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5214 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestNameFormatter.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5215 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestNameFormatter.java 61 Potential violation of Law of Demeter (method chain calls)
5216 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestNameFormatter.java 61 Potential violation of Law of Demeter (method chain calls)
5217 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestNameFormatter.java 65 Potential violation of Law of Demeter (object not created locally)
5218 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestNameFormatter.java 69 Potential violation of Law of Demeter (object not created locally)
5219 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestNameFormatter.java 77 Potential violation of Law of Demeter (method chain calls)
5220 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestNameFormatter.java 77 Potential violation of Law of Demeter (method chain calls)
5221 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestNameFormatter.java 84 Potential violation of Law of Demeter (method chain calls)
5222 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestNameFormatter.java 84 Potential violation of Law of Demeter (method chain calls)
5223 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestNameFormatter.java 94 Potential violation of Law of Demeter (method chain calls)
5224 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestParameterResolver.java 37 Potential violation of Law of Demeter (method chain calls)
5225 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\ParameterizedTestParameterResolver.java 41 Potential violation of Law of Demeter (object not created locally)
5226 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessor.java 47 Potential violation of Law of Demeter (method chain calls)
5227 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessor.java 47 Potential violation of Law of Demeter (method chain calls)
5228 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessor.java 57 Potential violation of Law of Demeter (static property access)
5229 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessor.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5230 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessor.java 121 Potential violation of Law of Demeter (method chain calls)
5231 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessor.java 121 Potential violation of Law of Demeter (method chain calls)
5232 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessor.java 121 Potential violation of Law of Demeter (method chain calls)
5233 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessor.java 126 Potential violation of Law of Demeter (method chain calls)
5234 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessor.java 126 Potential violation of Law of Demeter (method chain calls)
5235 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\DefaultArgumentConverter.java 11 A high number of imports can indicate a high degree of coupling within an object.
5236 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\DefaultArgumentConverter.java 11 High amount of different objects as members denotes a high coupling
5237 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\DefaultArgumentConverter.java 109 Potential violation of Law of Demeter (method chain calls)
5238 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\DefaultArgumentConverter.java 109 Potential violation of Law of Demeter (method chain calls)
5239 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\DefaultArgumentConverter.java 111 Potential violation of Law of Demeter (object not created locally)
5240 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\DefaultArgumentConverter.java 113 Potential violation of Law of Demeter (method chain calls)
5241 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\DefaultArgumentConverter.java 113 Potential violation of Law of Demeter (object not created locally)
5242 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\DefaultArgumentConverter.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5243 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\DefaultArgumentConverter.java 116 Deeply nested if..then statements are hard to read
5244 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\DefaultArgumentConverter.java 127 Potential violation of Law of Demeter (method chain calls)
5245 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\DefaultArgumentConverter.java 139 A method/constructor should not explicitly throw java.lang.Exception
5246 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\DefaultArgumentConverter.java 169 Potential violation of Law of Demeter (method chain calls)
5247 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\DefaultArgumentConverter.java 220 Potential violation of Law of Demeter (method chain calls)
5248 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\DefaultArgumentConverter.java 258 Potential violation of Law of Demeter (method chain calls)
5249 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\DefaultArgumentConverter.java 263 Potential violation of Law of Demeter (method chain calls)
5250 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\DefaultArgumentConverter.java 276 Potential violation of Law of Demeter (method chain calls)
5251 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverter.java 133 Potential violation of Law of Demeter (method chain calls)
5252 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverter.java 133 Potential violation of Law of Demeter (method chain calls)
5253 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverter.java 160 Potential violation of Law of Demeter (method chain calls)
5254 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverter.java 160 Potential violation of Law of Demeter (method chain calls)
5255 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverter.java 171 Potential violation of Law of Demeter (method chain calls)
5256 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\JavaTimeArgumentConverter.java 69 Potential violation of Law of Demeter (object not created locally)
5257 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\SimpleArgumentConverter.java 30 Potential violation of Law of Demeter (method chain calls)
5258 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\converter\SimpleArgumentConverter.java 30 Potential violation of Law of Demeter (method chain calls)
5259 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\ArgumentsProvider.java 46 A method/constructor should not explicitly throw java.lang.Exception
5260 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvArgumentsProvider.java 52 Potential violation of Law of Demeter (method chain calls)
5261 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvArgumentsProvider.java 52 Potential violation of Law of Demeter (method chain calls)
5262 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvArgumentsProvider.java 52 Potential violation of Law of Demeter (method chain calls)
5263 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvArgumentsProvider.java 52 Potential violation of Law of Demeter (method chain calls)
5264 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvArgumentsProvider.java 52 Potential violation of Law of Demeter (method chain calls)
5265 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvArgumentsProvider.java 71 Potential violation of Law of Demeter (method chain calls)
5266 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 65 Potential violation of Law of Demeter (method chain calls)
5267 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 65 Potential violation of Law of Demeter (method chain calls)
5268 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 66 Potential violation of Law of Demeter (method chain calls)
5269 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 66 Potential violation of Law of Demeter (method chain calls)
5270 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 67 Potential violation of Law of Demeter (method chain calls)
5271 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5272 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 85 Potential violation of Law of Demeter (method chain calls)
5273 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 85 Potential violation of Law of Demeter (method chain calls)
5274 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 85 Potential violation of Law of Demeter (method chain calls)
5275 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 85 Potential violation of Law of Demeter (method chain calls)
5276 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 85 Potential violation of Law of Demeter (method chain calls)
5277 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 85 Potential violation of Law of Demeter (method chain calls)
5278 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 85 Potential violation of Law of Demeter (method chain calls)
5279 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 98 Potential violation of Law of Demeter (method chain calls)
5280 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 105 Potential violation of Law of Demeter (method chain calls)
5281 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 105 Potential violation of Law of Demeter (method chain calls)
5282 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 105 Potential violation of Law of Demeter (method chain calls)
5283 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 138 Potential violation of Law of Demeter (method chain calls)
5284 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvFileArgumentsProvider.java 156 Potential violation of Law of Demeter (method chain calls)
5285 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvParserFactory.java 23 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
5286 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvParserFactory.java 62 Potential violation of Law of Demeter (method chain calls)
5287 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvParserFactory.java 63 Potential violation of Law of Demeter (method chain calls)
5288 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvParserFactory.java 64 Potential violation of Law of Demeter (method chain calls)
5289 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\CsvParserFactory.java 65 Potential violation of Law of Demeter (method chain calls)
5290 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EmptyArgumentsProvider.java 36 Potential violation of Law of Demeter (object not created locally)
5291 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EmptyArgumentsProvider.java 44 Potential violation of Law of Demeter (method chain calls)
5292 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EmptyArgumentsProvider.java 47 Potential violation of Law of Demeter (method chain calls)
5293 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EmptyArgumentsProvider.java 50 Potential violation of Law of Demeter (method chain calls)
5294 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EmptyArgumentsProvider.java 53 Potential violation of Law of Demeter (method chain calls)
5295 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EmptyArgumentsProvider.java 56 Potential violation of Law of Demeter (object not created locally)
5296 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EmptyArgumentsProvider.java 63 Potential violation of Law of Demeter (object not created locally)
5297 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EmptyArgumentsProvider.java 63 Potential violation of Law of Demeter (object not created locally)
5298 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EnumArgumentsProvider.java 43 Potential violation of Law of Demeter (method chain calls)
5299 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EnumArgumentsProvider.java 44 Potential violation of Law of Demeter (object not created locally)
5300 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EnumArgumentsProvider.java 49 Potential violation of Law of Demeter (method chain calls)
5301 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EnumArgumentsProvider.java 49 Potential violation of Law of Demeter (method chain calls)
5302 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EnumArgumentsProvider.java 49 Potential violation of Law of Demeter (object not created locally)
5303 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EnumArgumentsProvider.java 60 Potential violation of Law of Demeter (object not created locally)
5304 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EnumArgumentsProvider.java 62 Potential violation of Law of Demeter (object not created locally)
5305 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EnumArgumentsProvider.java 65 Potential violation of Law of Demeter (method chain calls)
5306 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EnumArgumentsProvider.java 65 Potential violation of Law of Demeter (method chain calls)
5307 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EnumArgumentsProvider.java 65 Potential violation of Law of Demeter (method chain calls)
5308 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EnumArgumentsProvider.java 65 Potential violation of Law of Demeter (method chain calls)
5309 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EnumSource.java 149 Potential violation of Law of Demeter (method chain calls)
5310 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EnumSource.java 149 Potential violation of Law of Demeter (method chain calls)
5311 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EnumSource.java 149 Potential violation of Law of Demeter (method chain calls)
5312 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EnumSource.java 150 Potential violation of Law of Demeter (object not created locally)
5313 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\EnumSource.java 157 Potential violation of Law of Demeter (method chain calls)
5314 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\MethodArgumentsProvider.java 42 Potential violation of Law of Demeter (method chain calls)
5315 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\MethodArgumentsProvider.java 44 Potential violation of Law of Demeter (method chain calls)
5316 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\MethodArgumentsProvider.java 44 Potential violation of Law of Demeter (method chain calls)
5317 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\MethodArgumentsProvider.java 44 Potential violation of Law of Demeter (method chain calls)
5318 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\MethodArgumentsProvider.java 44 Potential violation of Law of Demeter (method chain calls)
5319 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\MethodArgumentsProvider.java 44 Potential violation of Law of Demeter (method chain calls)
5320 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\MethodArgumentsProvider.java 44 Potential violation of Law of Demeter (method chain calls)
5321 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\MethodArgumentsProvider.java 44 Potential violation of Law of Demeter (method chain calls)
5322 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\MethodArgumentsProvider.java 61 Potential violation of Law of Demeter (method chain calls)
5323 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\MethodArgumentsProvider.java 62 Potential violation of Law of Demeter (method chain calls)
5324 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\MethodArgumentsProvider.java 78 Potential violation of Law of Demeter (method chain calls)
5325 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\NullArgumentsProvider.java 32 Potential violation of Law of Demeter (object not created locally)
5326 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\ValueArgumentsProvider.java 37 Potential violation of Law of Demeter (method chain calls)
5327 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\ValueArgumentsProvider.java 37 Potential violation of Law of Demeter (method chain calls)
5328 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\ValueArgumentsProvider.java 37 Potential violation of Law of Demeter (method chain calls)
5329 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\ValueArgumentsProvider.java 53 Potential violation of Law of Demeter (object not created locally)
5330 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\ValueArgumentsProvider.java 56 Potential violation of Law of Demeter (object not created locally)
5331 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\ValueArgumentsProvider.java 57 Potential violation of Law of Demeter (method chain calls)
5332 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\ValueArgumentsProvider.java 57 Potential violation of Law of Demeter (method chain calls)
5333 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\ValueArgumentsProvider.java 64 Potential violation of Law of Demeter (method chain calls)
5334 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\provider\ValueArgumentsProvider.java 64 Potential violation of Law of Demeter (method chain calls)
5335 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\support\AnnotationConsumerInitializer.java 49 Potential violation of Law of Demeter (method chain calls)
5336 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\support\AnnotationConsumerInitializer.java 50 Potential violation of Law of Demeter (method chain calls)
5337 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\support\AnnotationConsumerInitializer.java 50 Potential violation of Law of Demeter (object not created locally)
5338 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\support\AnnotationConsumerInitializer.java 51 Potential violation of Law of Demeter (method chain calls)
5339 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\main\java\org\junit\jupiter\params\support\AnnotationConsumerInitializer.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5340 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 46 The class 'ParameterizedTestExtensionTests' has a Modified Cyclomatic Complexity of 3 (Highest = 16).
5341 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 46 The class 'ParameterizedTestExtensionTests' has a Standard Cyclomatic Complexity of 3 (Highest = 16).
5342 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 56 Potential violation of Law of Demeter (method chain calls)
5343 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 56 Potential violation of Law of Demeter (method chain calls)
5344 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 63 Potential violation of Law of Demeter (method chain calls)
5345 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 63 Potential violation of Law of Demeter (method chain calls)
5346 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 70 Potential violation of Law of Demeter (method chain calls)
5347 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 70 Potential violation of Law of Demeter (method chain calls)
5348 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 86 Potential violation of Law of Demeter (object not created locally)
5349 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 98 Potential violation of Law of Demeter (object not created locally)
5350 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 109 Potential violation of Law of Demeter (object not created locally)
5351 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 110 Potential violation of Law of Demeter (method chain calls)
5352 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 112 Potential violation of Law of Demeter (method chain calls)
5353 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 124 Potential violation of Law of Demeter (method chain calls)
5354 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 137 Potential violation of Law of Demeter (method chain calls)
5355 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 143 Potential violation of Law of Demeter (method chain calls)
5356 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 150 The method 'getExtensionContextReturningSingleMethod' has a Modified Cyclomatic Complexity of 16.
5357 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 150 The method 'getExtensionContextReturningSingleMethod' has a Standard Cyclomatic Complexity of 16.
5358 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 153 Potential violation of Law of Demeter (method chain calls)
5359 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 153 Potential violation of Law of Demeter (method chain calls)
5360 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 153 Potential violation of Law of Demeter (method chain calls)
5361 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 153 Potential violation of Law of Demeter (method chain calls)
5362 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 266 Potential violation of Law of Demeter (method chain calls)
5363 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 266 Potential violation of Law of Demeter (method chain calls)
5364 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestExtensionTests.java 267 Potential violation of Law of Demeter (object not created locally)
5365 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
5366 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 11 High amount of different objects as members denotes a high coupling
5367 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 86 Avoid really long classes.
5368 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 86 This class has too many methods, consider refactoring it.
5369 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 91 Potential violation of Law of Demeter (method chain calls)
5370 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 91 Potential violation of Law of Demeter (method chain calls)
5371 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 91 Potential violation of Law of Demeter (method chain calls)
5372 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 91 Potential violation of Law of Demeter (object not created locally)
5373 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 99 Potential violation of Law of Demeter (method chain calls)
5374 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 99 Potential violation of Law of Demeter (method chain calls)
5375 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 99 Potential violation of Law of Demeter (method chain calls)
5376 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 99 Potential violation of Law of Demeter (object not created locally)
5377 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 107 Potential violation of Law of Demeter (method chain calls)
5378 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 107 Potential violation of Law of Demeter (method chain calls)
5379 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 107 Potential violation of Law of Demeter (method chain calls)
5380 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 107 Potential violation of Law of Demeter (object not created locally)
5381 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 118 Potential violation of Law of Demeter (method chain calls)
5382 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 118 Potential violation of Law of Demeter (method chain calls)
5383 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 118 Potential violation of Law of Demeter (method chain calls)
5384 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 118 Potential violation of Law of Demeter (object not created locally)
5385 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 129 Potential violation of Law of Demeter (method chain calls)
5386 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 129 Potential violation of Law of Demeter (method chain calls)
5387 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 129 Potential violation of Law of Demeter (method chain calls)
5388 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 129 Potential violation of Law of Demeter (object not created locally)
5389 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 139 Potential violation of Law of Demeter (method chain calls)
5390 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 139 Potential violation of Law of Demeter (method chain calls)
5391 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 139 Potential violation of Law of Demeter (method chain calls)
5392 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 139 Potential violation of Law of Demeter (method chain calls)
5393 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 139 Potential violation of Law of Demeter (method chain calls)
5394 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 139 Potential violation of Law of Demeter (object not created locally)
5395 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 143 Potential violation of Law of Demeter (method chain calls)
5396 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 150 Potential violation of Law of Demeter (method chain calls)
5397 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 150 Potential violation of Law of Demeter (method chain calls)
5398 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 150 Potential violation of Law of Demeter (method chain calls)
5399 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 150 Potential violation of Law of Demeter (object not created locally)
5400 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 159 Potential violation of Law of Demeter (method chain calls)
5401 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 159 Potential violation of Law of Demeter (method chain calls)
5402 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 159 Potential violation of Law of Demeter (method chain calls)
5403 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 159 Potential violation of Law of Demeter (object not created locally)
5404 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 169 Potential violation of Law of Demeter (method chain calls)
5405 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 169 Potential violation of Law of Demeter (method chain calls)
5406 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 169 Potential violation of Law of Demeter (object not created locally)
5407 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 177 Potential violation of Law of Demeter (method chain calls)
5408 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 177 Potential violation of Law of Demeter (method chain calls)
5409 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 177 Potential violation of Law of Demeter (object not created locally)
5410 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 185 Potential violation of Law of Demeter (static property access)
5411 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 186 Potential violation of Law of Demeter (static property access)
5412 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 189 Potential violation of Law of Demeter (method chain calls)
5413 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 189 Potential violation of Law of Demeter (method chain calls)
5414 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 189 Potential violation of Law of Demeter (method chain calls)
5415 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 189 Potential violation of Law of Demeter (object not created locally)
5416 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 198 Potential violation of Law of Demeter (method chain calls)
5417 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 243 Potential violation of Law of Demeter (method chain calls)
5418 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 243 Potential violation of Law of Demeter (method chain calls)
5419 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 243 Potential violation of Law of Demeter (object not created locally)
5420 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 250 Potential violation of Law of Demeter (method chain calls)
5421 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 250 Potential violation of Law of Demeter (method chain calls)
5422 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 250 Potential violation of Law of Demeter (object not created locally)
5423 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 257 Potential violation of Law of Demeter (method chain calls)
5424 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 257 Potential violation of Law of Demeter (method chain calls)
5425 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 257 Potential violation of Law of Demeter (object not created locally)
5426 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 264 Potential violation of Law of Demeter (method chain calls)
5427 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 264 Potential violation of Law of Demeter (method chain calls)
5428 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 264 Potential violation of Law of Demeter (method chain calls)
5429 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 275 Potential violation of Law of Demeter (method chain calls)
5430 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 275 Potential violation of Law of Demeter (method chain calls)
5431 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 275 Potential violation of Law of Demeter (object not created locally)
5432 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 281 Potential violation of Law of Demeter (method chain calls)
5433 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 281 Potential violation of Law of Demeter (method chain calls)
5434 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 291 This class has too many methods, consider refactoring it.
5435 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 296 Potential violation of Law of Demeter (method chain calls)
5436 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 296 Potential violation of Law of Demeter (method chain calls)
5437 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 296 Potential violation of Law of Demeter (object not created locally)
5438 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 302 Potential violation of Law of Demeter (method chain calls)
5439 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 302 Potential violation of Law of Demeter (method chain calls)
5440 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 302 Potential violation of Law of Demeter (object not created locally)
5441 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 308 Potential violation of Law of Demeter (method chain calls)
5442 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 308 Potential violation of Law of Demeter (method chain calls)
5443 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 308 Potential violation of Law of Demeter (object not created locally)
5444 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 314 Potential violation of Law of Demeter (method chain calls)
5445 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 314 Potential violation of Law of Demeter (method chain calls)
5446 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 314 Potential violation of Law of Demeter (object not created locally)
5447 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 320 Potential violation of Law of Demeter (method chain calls)
5448 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 320 Potential violation of Law of Demeter (method chain calls)
5449 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 320 Potential violation of Law of Demeter (object not created locally)
5450 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 326 Potential violation of Law of Demeter (method chain calls)
5451 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 326 Potential violation of Law of Demeter (method chain calls)
5452 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 326 Potential violation of Law of Demeter (object not created locally)
5453 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 332 Potential violation of Law of Demeter (method chain calls)
5454 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 332 Potential violation of Law of Demeter (method chain calls)
5455 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 332 Potential violation of Law of Demeter (object not created locally)
5456 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 338 Potential violation of Law of Demeter (method chain calls)
5457 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 338 Potential violation of Law of Demeter (method chain calls)
5458 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 338 Potential violation of Law of Demeter (object not created locally)
5459 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 344 Potential violation of Law of Demeter (method chain calls)
5460 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 344 Potential violation of Law of Demeter (method chain calls)
5461 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 344 Potential violation of Law of Demeter (object not created locally)
5462 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 350 Potential violation of Law of Demeter (method chain calls)
5463 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 350 Potential violation of Law of Demeter (method chain calls)
5464 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 350 Potential violation of Law of Demeter (method chain calls)
5465 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 367 Potential violation of Law of Demeter (method chain calls)
5466 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 367 Potential violation of Law of Demeter (method chain calls)
5467 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 367 Potential violation of Law of Demeter (method chain calls)
5468 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 377 Potential violation of Law of Demeter (method chain calls)
5469 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 377 Potential violation of Law of Demeter (method chain calls)
5470 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 420 Potential violation of Law of Demeter (method chain calls)
5471 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 420 Potential violation of Law of Demeter (method chain calls)
5472 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 425 Potential violation of Law of Demeter (method chain calls)
5473 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 425 Potential violation of Law of Demeter (method chain calls)
5474 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 432 Potential violation of Law of Demeter (method chain calls)
5475 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 432 Potential violation of Law of Demeter (method chain calls)
5476 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 441 This class has too many methods, consider refactoring it.
5477 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 445 Potential violation of Law of Demeter (method chain calls)
5478 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 445 Potential violation of Law of Demeter (method chain calls)
5479 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 445 Potential violation of Law of Demeter (method chain calls)
5480 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 454 Potential violation of Law of Demeter (method chain calls)
5481 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 454 Potential violation of Law of Demeter (method chain calls)
5482 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 454 Potential violation of Law of Demeter (method chain calls)
5483 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 454 Potential violation of Law of Demeter (method chain calls)
5484 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 464 Potential violation of Law of Demeter (method chain calls)
5485 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 464 Potential violation of Law of Demeter (method chain calls)
5486 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 464 Potential violation of Law of Demeter (method chain calls)
5487 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 464 Potential violation of Law of Demeter (method chain calls)
5488 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 474 Potential violation of Law of Demeter (method chain calls)
5489 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 474 Potential violation of Law of Demeter (method chain calls)
5490 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 474 Potential violation of Law of Demeter (method chain calls)
5491 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 474 Potential violation of Law of Demeter (method chain calls)
5492 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 474 Potential violation of Law of Demeter (method chain calls)
5493 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 485 Potential violation of Law of Demeter (method chain calls)
5494 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 485 Potential violation of Law of Demeter (method chain calls)
5495 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 485 Potential violation of Law of Demeter (method chain calls)
5496 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 485 Potential violation of Law of Demeter (method chain calls)
5497 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 492 Potential violation of Law of Demeter (method chain calls)
5498 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 492 Potential violation of Law of Demeter (method chain calls)
5499 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 492 Potential violation of Law of Demeter (method chain calls)
5500 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 492 Potential violation of Law of Demeter (method chain calls)
5501 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 502 Potential violation of Law of Demeter (method chain calls)
5502 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 502 Potential violation of Law of Demeter (method chain calls)
5503 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 502 Potential violation of Law of Demeter (method chain calls)
5504 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 502 Potential violation of Law of Demeter (method chain calls)
5505 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 512 Potential violation of Law of Demeter (method chain calls)
5506 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 512 Potential violation of Law of Demeter (method chain calls)
5507 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 512 Potential violation of Law of Demeter (method chain calls)
5508 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 512 Potential violation of Law of Demeter (method chain calls)
5509 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 542 Potential violation of Law of Demeter (method chain calls)
5510 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 542 Potential violation of Law of Demeter (method chain calls)
5511 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 542 Potential violation of Law of Demeter (method chain calls)
5512 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 542 Potential violation of Law of Demeter (method chain calls)
5513 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 552 Potential violation of Law of Demeter (method chain calls)
5514 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 552 Potential violation of Law of Demeter (method chain calls)
5515 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 552 Potential violation of Law of Demeter (method chain calls)
5516 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 552 Potential violation of Law of Demeter (method chain calls)
5517 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 562 Potential violation of Law of Demeter (method chain calls)
5518 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 562 Potential violation of Law of Demeter (method chain calls)
5519 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 562 Potential violation of Law of Demeter (method chain calls)
5520 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 562 Potential violation of Law of Demeter (method chain calls)
5521 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 569 Potential violation of Law of Demeter (method chain calls)
5522 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 569 Potential violation of Law of Demeter (method chain calls)
5523 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 569 Potential violation of Law of Demeter (method chain calls)
5524 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 576 Potential violation of Law of Demeter (method chain calls)
5525 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 576 Potential violation of Law of Demeter (method chain calls)
5526 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 588 Potential violation of Law of Demeter (method chain calls)
5527 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 588 Potential violation of Law of Demeter (method chain calls)
5528 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 588 Potential violation of Law of Demeter (method chain calls)
5529 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 588 Potential violation of Law of Demeter (object not created locally)
5530 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 597 Potential violation of Law of Demeter (method chain calls)
5531 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 597 Potential violation of Law of Demeter (method chain calls)
5532 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 597 Potential violation of Law of Demeter (method chain calls)
5533 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 597 Potential violation of Law of Demeter (object not created locally)
5534 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 606 Potential violation of Law of Demeter (method chain calls)
5535 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 606 Potential violation of Law of Demeter (method chain calls)
5536 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 606 Potential violation of Law of Demeter (method chain calls)
5537 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 606 Potential violation of Law of Demeter (object not created locally)
5538 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 615 Potential violation of Law of Demeter (method chain calls)
5539 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 615 Potential violation of Law of Demeter (method chain calls)
5540 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 615 Potential violation of Law of Demeter (method chain calls)
5541 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 615 Potential violation of Law of Demeter (object not created locally)
5542 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 622 Potential violation of Law of Demeter (method chain calls)
5543 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 622 Potential violation of Law of Demeter (method chain calls)
5544 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 699 Potential violation of Law of Demeter (method chain calls)
5545 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 723 This class has too many methods, consider refactoring it.
5546 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 728 Potential violation of Law of Demeter (method chain calls)
5547 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 734 Potential violation of Law of Demeter (method chain calls)
5548 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 735 Potential violation of Law of Demeter (method chain calls)
5549 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 741 Potential violation of Law of Demeter (method chain calls)
5550 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 747 Potential violation of Law of Demeter (method chain calls)
5551 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 753 Potential violation of Law of Demeter (method chain calls)
5552 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 759 Potential violation of Law of Demeter (method chain calls)
5553 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 765 Potential violation of Law of Demeter (method chain calls)
5554 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 771 Potential violation of Law of Demeter (method chain calls)
5555 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 777 Potential violation of Law of Demeter (method chain calls)
5556 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 830 Potential violation of Law of Demeter (method chain calls)
5557 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 854 This class has too many methods, consider refactoring it.
5558 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 1084 Potential violation of Law of Demeter (method chain calls)
5559 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 1084 Potential violation of Law of Demeter (method chain calls)
5560 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestIntegrationTests.java 1117 Potential violation of Law of Demeter (method chain calls)
5561 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestMethodContextTests.java 46 Potential violation of Law of Demeter (method chain calls)
5562 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestMethodContextTests.java 46 Potential violation of Law of Demeter (method chain calls)
5563 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestMethodContextTests.java 46 Potential violation of Law of Demeter (method chain calls)
5564 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestMethodContextTests.java 46 Potential violation of Law of Demeter (method chain calls)
5565 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestMethodContextTests.java 46 Potential violation of Law of Demeter (method chain calls)
5566 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 46 This class has too many methods, consider refactoring it.
5567 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 48 Private field 'originalLocale' could be made final; it is only initialized in the declaration or constructor.
5568 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 59 Potential violation of Law of Demeter (object not created locally)
5569 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 60 Potential violation of Law of Demeter (object not created locally)
5570 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 67 Potential violation of Law of Demeter (object not created locally)
5571 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 68 Potential violation of Law of Demeter (object not created locally)
5572 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 75 Potential violation of Law of Demeter (object not created locally)
5573 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 112 Potential violation of Law of Demeter (object not created locally)
5574 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 132 Potential violation of Law of Demeter (object not created locally)
5575 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 133 Potential violation of Law of Demeter (object not created locally)
5576 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 141 Potential violation of Law of Demeter (object not created locally)
5577 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 150 Potential violation of Law of Demeter (object not created locally)
5578 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 158 Potential violation of Law of Demeter (object not created locally)
5579 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 159 Potential violation of Law of Demeter (method chain calls)
5580 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 159 Potential violation of Law of Demeter (method chain calls)
5581 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 159 Potential violation of Law of Demeter (object not created locally)
5582 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 168 Potential violation of Law of Demeter (method chain calls)
5583 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 168 Potential violation of Law of Demeter (method chain calls)
5584 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 168 Potential violation of Law of Demeter (method chain calls)
5585 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 169 Potential violation of Law of Demeter (method chain calls)
5586 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 180 Potential violation of Law of Demeter (method chain calls)
5587 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 180 Potential violation of Law of Demeter (method chain calls)
5588 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 180 Potential violation of Law of Demeter (method chain calls)
5589 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 181 Potential violation of Law of Demeter (method chain calls)
5590 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 181 Potential violation of Law of Demeter (method chain calls)
5591 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 181 Potential violation of Law of Demeter (method chain calls)
5592 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 185 Potential violation of Law of Demeter (method chain calls)
5593 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 185 Potential violation of Law of Demeter (method chain calls)
5594 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 186 Potential violation of Law of Demeter (method chain calls)
5595 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 193 Potential violation of Law of Demeter (object not created locally)
5596 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 195 Potential violation of Law of Demeter (method chain calls)
5597 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 202 Potential violation of Law of Demeter (object not created locally)
5598 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 204 Potential violation of Law of Demeter (method chain calls)
5599 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 211 Potential violation of Law of Demeter (object not created locally)
5600 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 213 Potential violation of Law of Demeter (method chain calls)
5601 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 230 Avoid throwing raw exception types.
5602 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\ParameterizedTestNameFormatterTests.java 237 Potential violation of Law of Demeter (method chain calls)
5603 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
5604 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 60 This class has too many methods, consider refactoring it.
5605 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 109 Potential violation of Law of Demeter (method chain calls)
5606 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 112 Potential violation of Law of Demeter (method chain calls)
5607 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 118 Potential violation of Law of Demeter (method chain calls)
5608 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 124 Potential violation of Law of Demeter (method chain calls)
5609 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 124 Potential violation of Law of Demeter (method chain calls)
5610 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 124 Potential violation of Law of Demeter (method chain calls)
5611 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 124 Potential violation of Law of Demeter (method chain calls)
5612 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 136 Potential violation of Law of Demeter (method chain calls)
5613 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 136 Potential violation of Law of Demeter (method chain calls)
5614 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 136 Potential violation of Law of Demeter (method chain calls)
5615 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 136 Potential violation of Law of Demeter (method chain calls)
5616 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 137 Potential violation of Law of Demeter (method chain calls)
5617 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 145 Potential violation of Law of Demeter (method chain calls)
5618 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 145 Potential violation of Law of Demeter (method chain calls)
5619 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 145 Potential violation of Law of Demeter (method chain calls)
5620 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 145 Potential violation of Law of Demeter (method chain calls)
5621 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 155 Potential violation of Law of Demeter (method chain calls)
5622 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 155 Potential violation of Law of Demeter (method chain calls)
5623 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 155 Potential violation of Law of Demeter (method chain calls)
5624 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 155 Potential violation of Law of Demeter (method chain calls)
5625 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 156 Potential violation of Law of Demeter (method chain calls)
5626 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 167 Potential violation of Law of Demeter (method chain calls)
5627 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 167 Potential violation of Law of Demeter (method chain calls)
5628 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 167 Potential violation of Law of Demeter (method chain calls)
5629 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 167 Potential violation of Law of Demeter (method chain calls)
5630 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 168 Potential violation of Law of Demeter (method chain calls)
5631 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 179 Potential violation of Law of Demeter (method chain calls)
5632 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 180 Potential violation of Law of Demeter (method chain calls)
5633 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 180 Potential violation of Law of Demeter (method chain calls)
5634 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 182 Potential violation of Law of Demeter (method chain calls)
5635 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 182 Potential violation of Law of Demeter (method chain calls)
5636 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 182 Potential violation of Law of Demeter (object not created locally)
5637 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 188 Potential violation of Law of Demeter (static property access)
5638 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 190 Potential violation of Law of Demeter (static property access)
5639 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 194 Potential violation of Law of Demeter (static property access)
5640 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 196 Potential violation of Law of Demeter (static property access)
5641 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 202 Potential violation of Law of Demeter (method chain calls)
5642 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 208 Potential violation of Law of Demeter (method chain calls)
5643 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 208 Potential violation of Law of Demeter (method chain calls)
5644 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 208 Potential violation of Law of Demeter (method chain calls)
5645 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 208 Potential violation of Law of Demeter (method chain calls)
5646 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 271 Potential violation of Law of Demeter (method chain calls)
5647 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 271 Potential violation of Law of Demeter (method chain calls)
5648 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 271 Potential violation of Law of Demeter (method chain calls)
5649 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 288 Potential violation of Law of Demeter (method chain calls)
5650 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 288 Potential violation of Law of Demeter (method chain calls)
5651 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 288 Potential violation of Law of Demeter (method chain calls)
5652 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 308 Potential violation of Law of Demeter (method chain calls)
5653 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 308 Potential violation of Law of Demeter (method chain calls)
5654 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 308 Potential violation of Law of Demeter (method chain calls)
5655 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 310 Potential violation of Law of Demeter (method chain calls)
5656 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 318 Potential violation of Law of Demeter (method chain calls)
5657 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 318 Potential violation of Law of Demeter (method chain calls)
5658 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 318 Potential violation of Law of Demeter (method chain calls)
5659 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 318 Potential violation of Law of Demeter (method chain calls)
5660 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 344 Potential violation of Law of Demeter (static property access)
5661 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 346 Potential violation of Law of Demeter (method chain calls)
5662 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 346 Potential violation of Law of Demeter (method chain calls)
5663 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 346 Potential violation of Law of Demeter (method chain calls)
5664 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 346 Potential violation of Law of Demeter (method chain calls)
5665 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 347 Potential violation of Law of Demeter (method chain calls)
5666 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 347 Potential violation of Law of Demeter (method chain calls)
5667 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 349 Potential violation of Law of Demeter (method chain calls)
5668 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 350 Potential violation of Law of Demeter (method chain calls)
5669 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 358 Potential violation of Law of Demeter (static property access)
5670 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 360 Potential violation of Law of Demeter (method chain calls)
5671 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 360 Potential violation of Law of Demeter (method chain calls)
5672 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 360 Potential violation of Law of Demeter (method chain calls)
5673 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 360 Potential violation of Law of Demeter (method chain calls)
5674 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 361 Potential violation of Law of Demeter (method chain calls)
5675 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 361 Potential violation of Law of Demeter (method chain calls)
5676 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 363 Potential violation of Law of Demeter (method chain calls)
5677 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\AggregatorIntegrationTests.java 364 Potential violation of Law of Demeter (method chain calls)
5678 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessorTests.java 42 Potential violation of Law of Demeter (method chain calls)
5679 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessorTests.java 42 Potential violation of Law of Demeter (object not created locally)
5680 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessorTests.java 49 Potential violation of Law of Demeter (method chain calls)
5681 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessorTests.java 49 Potential violation of Law of Demeter (object not created locally)
5682 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessorTests.java 77 Potential violation of Law of Demeter (method chain calls)
5683 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessorTests.java 77 Potential violation of Law of Demeter (object not created locally)
5684 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessorTests.java 82 Potential violation of Law of Demeter (method chain calls)
5685 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessorTests.java 82 Potential violation of Law of Demeter (object not created locally)
5686 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessorTests.java 90 Potential violation of Law of Demeter (method chain calls)
5687 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessorTests.java 90 Potential violation of Law of Demeter (object not created locally)
5688 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessorTests.java 147 Potential violation of Law of Demeter (method chain calls)
5689 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\aggregator\DefaultArgumentsAccessorTests.java 147 Potential violation of Law of Demeter (method chain calls)
5690 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\DefaultArgumentConverterTests.java 11 High amount of different objects as members denotes a high coupling
5691 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\DefaultArgumentConverterTests.java 50 This class has too many methods, consider refactoring it.
5692 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\DefaultArgumentConverterTests.java 179 A method/constructor should not explicitly throw java.lang.Exception
5693 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\DefaultArgumentConverterTests.java 216 Potential violation of Law of Demeter (static property access)
5694 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\DefaultArgumentConverterTests.java 228 Potential violation of Law of Demeter (static property access)
5695 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\DefaultArgumentConverterTests.java 230 Potential violation of Law of Demeter (method chain calls)
5696 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\DefaultArgumentConverterTests.java 230 Potential violation of Law of Demeter (method chain calls)
5697 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 32 This class has too many methods, consider refactoring it.
5698 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 40 Potential violation of Law of Demeter (method chain calls)
5699 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 45 Potential violation of Law of Demeter (method chain calls)
5700 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 50 Potential violation of Law of Demeter (method chain calls)
5701 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 55 Potential violation of Law of Demeter (method chain calls)
5702 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 73 A method/constructor should not explicitly throw java.lang.Exception
5703 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 78 A method/constructor should not explicitly throw java.lang.Exception
5704 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 83 A method/constructor should not explicitly throw java.lang.Exception
5705 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 90 Potential violation of Law of Demeter (method chain calls)
5706 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 96 Potential violation of Law of Demeter (method chain calls)
5707 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 102 Potential violation of Law of Demeter (method chain calls)
5708 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 111 Potential violation of Law of Demeter (method chain calls)
5709 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 115 Potential violation of Law of Demeter (method chain calls)
5710 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 119 Potential violation of Law of Demeter (method chain calls)
5711 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 122 A method/constructor should not explicitly throw java.lang.Exception
5712 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 123 Potential violation of Law of Demeter (method chain calls)
5713 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 127 Potential violation of Law of Demeter (method chain calls)
5714 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 127 Potential violation of Law of Demeter (method chain calls)
5715 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 168 Potential violation of Law of Demeter (method chain calls)
5716 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 190 Potential violation of Law of Demeter (method chain calls)
5717 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\FallbackStringToObjectConverterTests.java 220 Potential violation of Law of Demeter (method chain calls)
5718 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\JavaTimeArgumentConverterTests.java 38 This class has too many methods, consider refactoring it.
5719 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\JavaTimeArgumentConverterTests.java 42 Potential violation of Law of Demeter (method chain calls)
5720 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\JavaTimeArgumentConverterTests.java 48 Potential violation of Law of Demeter (method chain calls)
5721 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\JavaTimeArgumentConverterTests.java 54 Potential violation of Law of Demeter (method chain calls)
5722 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\JavaTimeArgumentConverterTests.java 60 Potential violation of Law of Demeter (method chain calls)
5723 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\JavaTimeArgumentConverterTests.java 66 Potential violation of Law of Demeter (method chain calls)
5724 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\JavaTimeArgumentConverterTests.java 72 Potential violation of Law of Demeter (method chain calls)
5725 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\JavaTimeArgumentConverterTests.java 78 Potential violation of Law of Demeter (method chain calls)
5726 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\JavaTimeArgumentConverterTests.java 84 Potential violation of Law of Demeter (method chain calls)
5727 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\JavaTimeArgumentConverterTests.java 90 Potential violation of Law of Demeter (method chain calls)
5728 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\JavaTimeArgumentConverterTests.java 96 Potential violation of Law of Demeter (method chain calls)
5729 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\JavaTimeArgumentConverterTests.java 102 Potential violation of Law of Demeter (method chain calls)
5730 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\JavaTimeArgumentConverterTests.java 111 Potential violation of Law of Demeter (method chain calls)
5731 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\JavaTimeArgumentConverterTests.java 117 Potential violation of Law of Demeter (method chain calls)
5732 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\converter\JavaTimeArgumentConverterTests.java 117 Potential violation of Law of Demeter (object not created locally)
5733 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ArgumentsTests.java 31 Potential violation of Law of Demeter (object not created locally)
5734 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ArgumentsTests.java 38 Potential violation of Law of Demeter (object not created locally)
5735 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ArgumentsTests.java 47 Potential violation of Law of Demeter (method chain calls)
5736 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ArgumentsTests.java 47 Potential violation of Law of Demeter (object not created locally)
5737 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ArgumentsTests.java 56 Potential violation of Law of Demeter (method chain calls)
5738 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ArgumentsTests.java 56 Potential violation of Law of Demeter (object not created locally)
5739 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 26 This class has too many methods, consider refactoring it.
5740 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 32 Potential violation of Law of Demeter (method chain calls)
5741 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 32 Potential violation of Law of Demeter (method chain calls)
5742 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 43 Potential violation of Law of Demeter (method chain calls)
5743 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 52 Potential violation of Law of Demeter (method chain calls)
5744 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 61 Potential violation of Law of Demeter (method chain calls)
5745 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 88 Potential violation of Law of Demeter (method chain calls)
5746 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 97 Potential violation of Law of Demeter (method chain calls)
5747 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 102 Potential violation of Law of Demeter (method chain calls)
5748 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 102 Potential violation of Law of Demeter (method chain calls)
5749 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 102 Potential violation of Law of Demeter (method chain calls)
5750 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 106 Potential violation of Law of Demeter (method chain calls)
5751 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 111 Potential violation of Law of Demeter (method chain calls)
5752 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 111 Potential violation of Law of Demeter (method chain calls)
5753 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 111 Potential violation of Law of Demeter (method chain calls)
5754 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 115 Potential violation of Law of Demeter (method chain calls)
5755 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 120 Potential violation of Law of Demeter (method chain calls)
5756 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 120 Potential violation of Law of Demeter (method chain calls)
5757 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 120 Potential violation of Law of Demeter (method chain calls)
5758 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 122 Potential violation of Law of Demeter (method chain calls)
5759 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 122 Potential violation of Law of Demeter (method chain calls)
5760 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 122 Potential violation of Law of Demeter (method chain calls)
5761 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 134 Potential violation of Law of Demeter (method chain calls)
5762 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 139 Potential violation of Law of Demeter (method chain calls)
5763 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 139 Potential violation of Law of Demeter (method chain calls)
5764 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 139 Potential violation of Law of Demeter (method chain calls)
5765 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 143 Potential violation of Law of Demeter (method chain calls)
5766 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 148 Potential violation of Law of Demeter (method chain calls)
5767 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 148 Potential violation of Law of Demeter (method chain calls)
5768 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 148 Potential violation of Law of Demeter (method chain calls)
5769 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 152 Potential violation of Law of Demeter (method chain calls)
5770 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 167 Potential violation of Law of Demeter (method chain calls)
5771 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvArgumentsProviderTests.java 167 Potential violation of Law of Demeter (method chain calls)
5772 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 40 This class has too many methods, consider refactoring it.
5773 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 44 Potential violation of Law of Demeter (method chain calls)
5774 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 44 Potential violation of Law of Demeter (method chain calls)
5775 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 44 Potential violation of Law of Demeter (method chain calls)
5776 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 44 Potential violation of Law of Demeter (method chain calls)
5777 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 52 Potential violation of Law of Demeter (method chain calls)
5778 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 57 Potential violation of Law of Demeter (method chain calls)
5779 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 57 Potential violation of Law of Demeter (method chain calls)
5780 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 57 Potential violation of Law of Demeter (method chain calls)
5781 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 57 Potential violation of Law of Demeter (method chain calls)
5782 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 65 Potential violation of Law of Demeter (method chain calls)
5783 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 70 Potential violation of Law of Demeter (method chain calls)
5784 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 70 Potential violation of Law of Demeter (method chain calls)
5785 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 70 Potential violation of Law of Demeter (method chain calls)
5786 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 77 Potential violation of Law of Demeter (method chain calls)
5787 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 82 Potential violation of Law of Demeter (method chain calls)
5788 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 82 Potential violation of Law of Demeter (method chain calls)
5789 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 82 Potential violation of Law of Demeter (method chain calls)
5790 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 82 Potential violation of Law of Demeter (method chain calls)
5791 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 91 Potential violation of Law of Demeter (method chain calls)
5792 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 91 Potential violation of Law of Demeter (method chain calls)
5793 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 98 Potential violation of Law of Demeter (method chain calls)
5794 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 98 Potential violation of Law of Demeter (method chain calls)
5795 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 98 Potential violation of Law of Demeter (method chain calls)
5796 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 105 Potential violation of Law of Demeter (method chain calls)
5797 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 118 Potential violation of Law of Demeter (method chain calls)
5798 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 118 Potential violation of Law of Demeter (method chain calls)
5799 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 122 Potential violation of Law of Demeter (method chain calls)
5800 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 122 Potential violation of Law of Demeter (object not created locally)
5801 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 123 Potential violation of Law of Demeter (method chain calls)
5802 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 123 Potential violation of Law of Demeter (method chain calls)
5803 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 136 Potential violation of Law of Demeter (method chain calls)
5804 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 136 Potential violation of Law of Demeter (method chain calls)
5805 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 136 Potential violation of Law of Demeter (method chain calls)
5806 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 136 Potential violation of Law of Demeter (method chain calls)
5807 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 137 Potential violation of Law of Demeter (method chain calls)
5808 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 137 Potential violation of Law of Demeter (method chain calls)
5809 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 141 Potential violation of Law of Demeter (method chain calls)
5810 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 141 Potential violation of Law of Demeter (object not created locally)
5811 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 142 Potential violation of Law of Demeter (method chain calls)
5812 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 142 Potential violation of Law of Demeter (method chain calls)
5813 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 147 Potential violation of Law of Demeter (method chain calls)
5814 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 147 Potential violation of Law of Demeter (method chain calls)
5815 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 147 Potential violation of Law of Demeter (method chain calls)
5816 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 154 Potential violation of Law of Demeter (method chain calls)
5817 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 158 A method/constructor should not explicitly throw java.lang.Exception
5818 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 160 Potential violation of Law of Demeter (method chain calls)
5819 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 160 Potential violation of Law of Demeter (method chain calls)
5820 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 160 Potential violation of Law of Demeter (method chain calls)
5821 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 160 Potential violation of Law of Demeter (method chain calls)
5822 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 162 Potential violation of Law of Demeter (method chain calls)
5823 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 162 Potential violation of Law of Demeter (object not created locally)
5824 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 167 Potential violation of Law of Demeter (method chain calls)
5825 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 171 A method/constructor should not explicitly throw java.lang.Exception
5826 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 173 Potential violation of Law of Demeter (method chain calls)
5827 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 173 Potential violation of Law of Demeter (method chain calls)
5828 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 173 Potential violation of Law of Demeter (method chain calls)
5829 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 173 Potential violation of Law of Demeter (method chain calls)
5830 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 173 Potential violation of Law of Demeter (method chain calls)
5831 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 176 Potential violation of Law of Demeter (method chain calls)
5832 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 176 Potential violation of Law of Demeter (object not created locally)
5833 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 181 Potential violation of Law of Demeter (method chain calls)
5834 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 185 A method/constructor should not explicitly throw java.lang.Exception
5835 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 188 Potential violation of Law of Demeter (method chain calls)
5836 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 188 Potential violation of Law of Demeter (method chain calls)
5837 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 188 Potential violation of Law of Demeter (method chain calls)
5838 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 188 Potential violation of Law of Demeter (method chain calls)
5839 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 190 Potential violation of Law of Demeter (method chain calls)
5840 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 195 Potential violation of Law of Demeter (method chain calls)
5841 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 204 Potential violation of Law of Demeter (method chain calls)
5842 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 204 Potential violation of Law of Demeter (method chain calls)
5843 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 204 Potential violation of Law of Demeter (method chain calls)
5844 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 204 Potential violation of Law of Demeter (method chain calls)
5845 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 212 Potential violation of Law of Demeter (method chain calls)
5846 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 217 Potential violation of Law of Demeter (method chain calls)
5847 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 217 Potential violation of Law of Demeter (method chain calls)
5848 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 217 Potential violation of Law of Demeter (method chain calls)
5849 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 224 Potential violation of Law of Demeter (method chain calls)
5850 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 229 Potential violation of Law of Demeter (method chain calls)
5851 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 229 Potential violation of Law of Demeter (method chain calls)
5852 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 229 Potential violation of Law of Demeter (method chain calls)
5853 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 229 Potential violation of Law of Demeter (method chain calls)
5854 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 237 Potential violation of Law of Demeter (method chain calls)
5855 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 242 Potential violation of Law of Demeter (method chain calls)
5856 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 242 Potential violation of Law of Demeter (method chain calls)
5857 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 242 Potential violation of Law of Demeter (method chain calls)
5858 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 242 Potential violation of Law of Demeter (method chain calls)
5859 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 250 Potential violation of Law of Demeter (method chain calls)
5860 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 255 Potential violation of Law of Demeter (method chain calls)
5861 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 255 Potential violation of Law of Demeter (method chain calls)
5862 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 255 Potential violation of Law of Demeter (method chain calls)
5863 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 255 Potential violation of Law of Demeter (method chain calls)
5864 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 263 Potential violation of Law of Demeter (method chain calls)
5865 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 269 Potential violation of Law of Demeter (method chain calls)
5866 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 269 Potential violation of Law of Demeter (method chain calls)
5867 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 276 Potential violation of Law of Demeter (method chain calls)
5868 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 281 Potential violation of Law of Demeter (method chain calls)
5869 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 281 Potential violation of Law of Demeter (method chain calls)
5870 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 288 Potential violation of Law of Demeter (method chain calls)
5871 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 293 Potential violation of Law of Demeter (method chain calls)
5872 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 293 Potential violation of Law of Demeter (method chain calls)
5873 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 300 Potential violation of Law of Demeter (method chain calls)
5874 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 305 Potential violation of Law of Demeter (method chain calls)
5875 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 305 Potential violation of Law of Demeter (method chain calls)
5876 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 312 Potential violation of Law of Demeter (method chain calls)
5877 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 317 Potential violation of Law of Demeter (method chain calls)
5878 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 317 Potential violation of Law of Demeter (method chain calls)
5879 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 317 Potential violation of Law of Demeter (method chain calls)
5880 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 325 Potential violation of Law of Demeter (method chain calls)
5881 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 330 Potential violation of Law of Demeter (method chain calls)
5882 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 330 Potential violation of Law of Demeter (method chain calls)
5883 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 330 Potential violation of Law of Demeter (method chain calls)
5884 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 338 Potential violation of Law of Demeter (method chain calls)
5885 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 338 Potential violation of Law of Demeter (method chain calls)
5886 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 345 Potential violation of Law of Demeter (method chain calls)
5887 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 345 Potential violation of Law of Demeter (method chain calls)
5888 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 352 Potential violation of Law of Demeter (method chain calls)
5889 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 352 Potential violation of Law of Demeter (method chain calls)
5890 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 359 Potential violation of Law of Demeter (method chain calls)
5891 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 359 Potential violation of Law of Demeter (method chain calls)
5892 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 359 Potential violation of Law of Demeter (method chain calls)
5893 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 359 Potential violation of Law of Demeter (method chain calls)
5894 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 359 Potential violation of Law of Demeter (method chain calls)
5895 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 368 Potential violation of Law of Demeter (method chain calls)
5896 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 395 Potential violation of Law of Demeter (method chain calls)
5897 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 395 Potential violation of Law of Demeter (object not created locally)
5898 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 396 Potential violation of Law of Demeter (method chain calls)
5899 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 396 Potential violation of Law of Demeter (method chain calls)
5900 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 397 Potential violation of Law of Demeter (method chain calls)
5901 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 397 Potential violation of Law of Demeter (method chain calls)
5902 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\CsvFileArgumentsProviderTests.java 406 Potential violation of Law of Demeter (method chain calls)
5903 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 32 This class has too many methods, consider refactoring it.
5904 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 34 Private field 'extensionContext' could be made final; it is only initialized in the declaration or constructor.
5905 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 61 Potential violation of Law of Demeter (method chain calls)
5906 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 68 Potential violation of Law of Demeter (method chain calls)
5907 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 75 Potential violation of Law of Demeter (method chain calls)
5908 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 79 A method/constructor should not explicitly throw java.lang.Exception
5909 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 80 Potential violation of Law of Demeter (method chain calls)
5910 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 80 Potential violation of Law of Demeter (method chain calls)
5911 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 81 Potential violation of Law of Demeter (method chain calls)
5912 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 89 A method/constructor should not explicitly throw java.lang.Exception
5913 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 90 Potential violation of Law of Demeter (method chain calls)
5914 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 90 Potential violation of Law of Demeter (method chain calls)
5915 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 91 Potential violation of Law of Demeter (method chain calls)
5916 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 95 Potential violation of Law of Demeter (method chain calls)
5917 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 99 A method/constructor should not explicitly throw java.lang.Exception
5918 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 100 Potential violation of Law of Demeter (method chain calls)
5919 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 100 Potential violation of Law of Demeter (method chain calls)
5920 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 101 Potential violation of Law of Demeter (method chain calls)
5921 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 105 Potential violation of Law of Demeter (method chain calls)
5922 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 129 Potential violation of Law of Demeter (method chain calls)
5923 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 129 Potential violation of Law of Demeter (object not created locally)
5924 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 130 Potential violation of Law of Demeter (method chain calls)
5925 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 130 Potential violation of Law of Demeter (object not created locally)
5926 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 131 Potential violation of Law of Demeter (method chain calls)
5927 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 131 Potential violation of Law of Demeter (object not created locally)
5928 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 132 Potential violation of Law of Demeter (method chain calls)
5929 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 132 Potential violation of Law of Demeter (object not created locally)
5930 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 137 Potential violation of Law of Demeter (method chain calls)
5931 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumArgumentsProviderTests.java 137 Potential violation of Law of Demeter (method chain calls)
5932 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumSourceTests.java 99 Potential violation of Law of Demeter (method chain calls)
5933 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumSourceTests.java 99 Potential violation of Law of Demeter (method chain calls)
5934 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\EnumSourceTests.java 99 Potential violation of Law of Demeter (method chain calls)
5935 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 41 This class has too many methods, consider refactoring it.
5936 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 48 Potential violation of Law of Demeter (method chain calls)
5937 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 55 Potential violation of Law of Demeter (method chain calls)
5938 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 62 Potential violation of Law of Demeter (method chain calls)
5939 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 69 Potential violation of Law of Demeter (method chain calls)
5940 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 76 Potential violation of Law of Demeter (method chain calls)
5941 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 109 Potential violation of Law of Demeter (method chain calls)
5942 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 119 Potential violation of Law of Demeter (method chain calls)
5943 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 129 Potential violation of Law of Demeter (method chain calls)
5944 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 136 Potential violation of Law of Demeter (method chain calls)
5945 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 143 Potential violation of Law of Demeter (method chain calls)
5946 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 150 Potential violation of Law of Demeter (method chain calls)
5947 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 157 Potential violation of Law of Demeter (method chain calls)
5948 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 164 Potential violation of Law of Demeter (method chain calls)
5949 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 171 Potential violation of Law of Demeter (method chain calls)
5950 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 179 Potential violation of Law of Demeter (method chain calls)
5951 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 186 Potential violation of Law of Demeter (method chain calls)
5952 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 193 Potential violation of Law of Demeter (method chain calls)
5953 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 193 Potential violation of Law of Demeter (method chain calls)
5954 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 193 Potential violation of Law of Demeter (object not created locally)
5955 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 194 Potential violation of Law of Demeter (method chain calls)
5956 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 199 Potential violation of Law of Demeter (method chain calls)
5957 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 199 Potential violation of Law of Demeter (method chain calls)
5958 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 200 Potential violation of Law of Demeter (method chain calls)
5959 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 203 Potential violation of Law of Demeter (method chain calls)
5960 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 208 Potential violation of Law of Demeter (method chain calls)
5961 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 208 Potential violation of Law of Demeter (method chain calls)
5962 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 210 Potential violation of Law of Demeter (method chain calls)
5963 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 215 Potential violation of Law of Demeter (method chain calls)
5964 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 215 Potential violation of Law of Demeter (method chain calls)
5965 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 217 Potential violation of Law of Demeter (method chain calls)
5966 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 222 Potential violation of Law of Demeter (method chain calls)
5967 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 222 Potential violation of Law of Demeter (method chain calls)
5968 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 224 Potential violation of Law of Demeter (method chain calls)
5969 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 229 Potential violation of Law of Demeter (method chain calls)
5970 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 230 Potential violation of Law of Demeter (method chain calls)
5971 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 232 Potential violation of Law of Demeter (method chain calls)
5972 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 240 Potential violation of Law of Demeter (method chain calls)
5973 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 240 Potential violation of Law of Demeter (method chain calls)
5974 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 240 Potential violation of Law of Demeter (method chain calls)
5975 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 240 Potential violation of Law of Demeter (object not created locally)
5976 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 249 Potential violation of Law of Demeter (method chain calls)
5977 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 249 Potential violation of Law of Demeter (object not created locally)
5978 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 258 Potential violation of Law of Demeter (method chain calls)
5979 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 258 Potential violation of Law of Demeter (method chain calls)
5980 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 258 Potential violation of Law of Demeter (object not created locally)
5981 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 259 Potential violation of Law of Demeter (method chain calls)
5982 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 269 Potential violation of Law of Demeter (method chain calls)
5983 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 276 Potential violation of Law of Demeter (method chain calls)
5984 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 283 Potential violation of Law of Demeter (method chain calls)
5985 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 290 Potential violation of Law of Demeter (method chain calls)
5986 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 297 Potential violation of Law of Demeter (method chain calls)
5987 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 304 Potential violation of Law of Demeter (method chain calls)
5988 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 311 Potential violation of Law of Demeter (method chain calls)
5989 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 318 Potential violation of Law of Demeter (method chain calls)
5990 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 330 Potential violation of Law of Demeter (method chain calls)
5991 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 337 Potential violation of Law of Demeter (method chain calls)
5992 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 344 Potential violation of Law of Demeter (method chain calls)
5993 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 364 Potential violation of Law of Demeter (method chain calls)
5994 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 364 Potential violation of Law of Demeter (object not created locally)
5995 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 367 Potential violation of Law of Demeter (method chain calls)
5996 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 367 Potential violation of Law of Demeter (object not created locally)
5997 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 368 Potential violation of Law of Demeter (method chain calls)
5998 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 368 Potential violation of Law of Demeter (object not created locally)
5999 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 370 Potential violation of Law of Demeter (method chain calls)
6000 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 370 Potential violation of Law of Demeter (method chain calls)
6001 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 371 Potential violation of Law of Demeter (method chain calls)
6002 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 371 Potential violation of Law of Demeter (method chain calls)
6003 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 374 Potential violation of Law of Demeter (method chain calls)
6004 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 374 Potential violation of Law of Demeter (object not created locally)
6005 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 378 Potential violation of Law of Demeter (method chain calls)
6006 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 378 Potential violation of Law of Demeter (method chain calls)
6007 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 395 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6008 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 395 This class has too many methods, consider refactoring it.
6009 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 438 Potential violation of Law of Demeter (method chain calls)
6010 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 438 Potential violation of Law of Demeter (method chain calls)
6011 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 462 Potential violation of Law of Demeter (method chain calls)
6012 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 523 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6013 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MethodArgumentsProviderTests.java 533 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6014 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 24 Potential violation of Law of Demeter (method chain calls)
6015 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 24 Potential violation of Law of Demeter (method chain calls)
6016 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 90 Potential violation of Law of Demeter (method chain calls)
6017 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 90 Potential violation of Law of Demeter (method chain calls)
6018 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 90 Potential violation of Law of Demeter (object not created locally)
6019 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 91 Potential violation of Law of Demeter (method chain calls)
6020 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 91 Potential violation of Law of Demeter (method chain calls)
6021 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 91 Potential violation of Law of Demeter (object not created locally)
6022 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 92 Potential violation of Law of Demeter (method chain calls)
6023 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 92 Potential violation of Law of Demeter (method chain calls)
6024 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 92 Potential violation of Law of Demeter (object not created locally)
6025 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 93 Potential violation of Law of Demeter (method chain calls)
6026 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 93 Potential violation of Law of Demeter (method chain calls)
6027 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 93 Potential violation of Law of Demeter (object not created locally)
6028 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 96 Potential violation of Law of Demeter (method chain calls)
6029 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 96 Potential violation of Law of Demeter (method chain calls)
6030 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 96 Potential violation of Law of Demeter (object not created locally)
6031 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 146 Potential violation of Law of Demeter (method chain calls)
6032 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 146 Potential violation of Law of Demeter (method chain calls)
6033 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 146 Potential violation of Law of Demeter (object not created locally)
6034 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 147 Potential violation of Law of Demeter (method chain calls)
6035 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 147 Potential violation of Law of Demeter (method chain calls)
6036 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 147 Potential violation of Law of Demeter (object not created locally)
6037 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 148 Potential violation of Law of Demeter (method chain calls)
6038 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 148 Potential violation of Law of Demeter (method chain calls)
6039 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 148 Potential violation of Law of Demeter (object not created locally)
6040 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 149 Potential violation of Law of Demeter (method chain calls)
6041 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 149 Potential violation of Law of Demeter (method chain calls)
6042 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 149 Potential violation of Law of Demeter (object not created locally)
6043 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 152 Potential violation of Law of Demeter (method chain calls)
6044 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 152 Potential violation of Law of Demeter (method chain calls)
6045 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 152 Potential violation of Law of Demeter (object not created locally)
6046 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 153 Potential violation of Law of Demeter (method chain calls)
6047 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 153 Potential violation of Law of Demeter (method chain calls)
6048 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 153 Potential violation of Law of Demeter (object not created locally)
6049 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 154 Potential violation of Law of Demeter (method chain calls)
6050 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 154 Potential violation of Law of Demeter (method chain calls)
6051 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 154 Potential violation of Law of Demeter (object not created locally)
6052 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 155 Potential violation of Law of Demeter (method chain calls)
6053 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 155 Potential violation of Law of Demeter (method chain calls)
6054 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 155 Potential violation of Law of Demeter (object not created locally)
6055 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 156 Potential violation of Law of Demeter (method chain calls)
6056 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 156 Potential violation of Law of Demeter (method chain calls)
6057 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\MockCsvAnnotationBuilder.java 156 Potential violation of Law of Demeter (object not created locally)
6058 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 26 This class has too many methods, consider refactoring it.
6059 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 34 Potential violation of Law of Demeter (method chain calls)
6060 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 44 Potential violation of Law of Demeter (method chain calls)
6061 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 56 Potential violation of Law of Demeter (method chain calls)
6062 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 67 Potential violation of Law of Demeter (method chain calls)
6063 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 75 Potential violation of Law of Demeter (method chain calls)
6064 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 83 Potential violation of Law of Demeter (method chain calls)
6065 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 94 Potential violation of Law of Demeter (method chain calls)
6066 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 102 Potential violation of Law of Demeter (method chain calls)
6067 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 113 Potential violation of Law of Demeter (method chain calls)
6068 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 124 Potential violation of Law of Demeter (method chain calls)
6069 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 132 Potential violation of Law of Demeter (method chain calls)
6070 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 143 Potential violation of Law of Demeter (method chain calls)
6071 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 146 Avoid long parameter lists.
6072 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 150 Potential violation of Law of Demeter (method chain calls)
6073 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 150 Potential violation of Law of Demeter (object not created locally)
6074 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 151 Potential violation of Law of Demeter (method chain calls)
6075 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 151 Potential violation of Law of Demeter (object not created locally)
6076 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 152 Potential violation of Law of Demeter (method chain calls)
6077 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 152 Potential violation of Law of Demeter (object not created locally)
6078 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 153 Potential violation of Law of Demeter (method chain calls)
6079 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 153 Potential violation of Law of Demeter (object not created locally)
6080 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 154 Potential violation of Law of Demeter (method chain calls)
6081 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 154 Potential violation of Law of Demeter (object not created locally)
6082 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 155 Potential violation of Law of Demeter (method chain calls)
6083 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 155 Potential violation of Law of Demeter (object not created locally)
6084 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 156 Potential violation of Law of Demeter (method chain calls)
6085 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 156 Potential violation of Law of Demeter (object not created locally)
6086 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 157 Potential violation of Law of Demeter (method chain calls)
6087 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 157 Potential violation of Law of Demeter (object not created locally)
6088 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 158 Potential violation of Law of Demeter (method chain calls)
6089 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 158 Potential violation of Law of Demeter (object not created locally)
6090 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 159 Potential violation of Law of Demeter (method chain calls)
6091 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 159 Potential violation of Law of Demeter (object not created locally)
6092 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 163 Potential violation of Law of Demeter (method chain calls)
6093 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-jupiter-params\src\test\java\org\junit\jupiter\params\provider\ValueArgumentsProviderTests.java 163 Potential violation of Law of Demeter (method chain calls)
6094 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 52 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6095 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 64 Potential violation of Law of Demeter (method chain calls)
6096 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 64 Potential violation of Law of Demeter (method chain calls)
6097 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 64 Potential violation of Law of Demeter (method chain calls)
6098 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 64 Potential violation of Law of Demeter (method chain calls)
6099 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 67 Potential violation of Law of Demeter (method chain calls)
6100 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 67 Potential violation of Law of Demeter (method chain calls)
6101 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 67 Potential violation of Law of Demeter (method chain calls)
6102 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 67 Potential violation of Law of Demeter (method chain calls)
6103 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 69 Potential violation of Law of Demeter (method chain calls)
6104 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 85 Potential violation of Law of Demeter (method chain calls)
6105 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 85 Potential violation of Law of Demeter (method chain calls)
6106 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 92 Potential violation of Law of Demeter (method chain calls)
6107 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 92 Potential violation of Law of Demeter (object not created locally)
6108 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 92 Potential violation of Law of Demeter (object not created locally)
6109 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 110 Potential violation of Law of Demeter (method chain calls)
6110 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 110 Potential violation of Law of Demeter (method chain calls)
6111 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 110 Potential violation of Law of Demeter (method chain calls)
6112 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 114 Potential violation of Law of Demeter (method chain calls)
6113 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 114 Potential violation of Law of Demeter (method chain calls)
6114 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 121 Potential violation of Law of Demeter (method chain calls)
6115 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 122 Potential violation of Law of Demeter (object not created locally)
6116 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 139 Potential violation of Law of Demeter (method chain calls)
6117 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 139 Potential violation of Law of Demeter (object not created locally)
6118 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 140 Potential violation of Law of Demeter (object not created locally)
6119 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 178 Potential violation of Law of Demeter (method chain calls)
6120 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 178 Potential violation of Law of Demeter (method chain calls)
6121 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 178 Potential violation of Law of Demeter (method chain calls)
6122 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 178 Potential violation of Law of Demeter (method chain calls)
6123 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 178 Potential violation of Law of Demeter (method chain calls)
6124 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 178 Potential violation of Law of Demeter (method chain calls)
6125 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 178 Potential violation of Law of Demeter (method chain calls)
6126 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 178 Potential violation of Law of Demeter (method chain calls)
6127 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 178 Potential violation of Law of Demeter (method chain calls)
6128 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 178 Potential violation of Law of Demeter (method chain calls)
6129 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 197 Potential violation of Law of Demeter (object not created locally)
6130 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 197 Potential violation of Law of Demeter (object not created locally)
6131 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java9\org\junit\platform\commons\util\ModuleUtils.java 198 Potential violation of Law of Demeter (object not created locally)
6132 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\function\Try.java 42 This class has too many methods, consider refactoring it.
6133 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\function\Try.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6134 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\function\Try.java 150 A method/constructor should not explicitly throw java.lang.Exception
6135 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\function\Try.java 208 A method/constructor should not explicitly throw java.lang.Exception
6136 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\function\Try.java 258 Potential violation of Law of Demeter (method chain calls)
6137 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\function\Try.java 270 Potential violation of Law of Demeter (method chain calls)
6138 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\function\Try.java 281 Potential violation of Law of Demeter (method chain calls)
6139 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\function\Try.java 281 Potential violation of Law of Demeter (method chain calls)
6140 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\function\Try.java 324 Potential violation of Law of Demeter (method chain calls)
6141 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\function\Try.java 335 Potential violation of Law of Demeter (method chain calls)
6142 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\function\Try.java 347 Potential violation of Law of Demeter (method chain calls)
6143 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\function\Try.java 364 Potential violation of Law of Demeter (method chain calls)
6144 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\function\Try.java 364 Potential violation of Law of Demeter (method chain calls)
6145 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\logging\LogRecordListener.java 85 Potential violation of Law of Demeter (method chain calls)
6146 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\logging\LogRecordListener.java 110 Potential violation of Law of Demeter (method chain calls)
6147 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\logging\LogRecordListener.java 137 Potential violation of Law of Demeter (method chain calls)
6148 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\logging\Logger.java 26 This class has too many methods, consider refactoring it.
6149 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\logging\LoggerFactory.java 70 This class has too many methods, consider refactoring it.
6150 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\logging\LoggerFactory.java 171 Potential violation of Law of Demeter (method chain calls)
6151 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\logging\LoggerFactory.java 175 Potential violation of Law of Demeter (method chain calls)
6152 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\logging\LoggerFactory.java 175 Potential violation of Law of Demeter (method chain calls)
6153 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\logging\LoggerFactory.java 176 Potential violation of Law of Demeter (method chain calls)
6154 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\logging\LoggerFactory.java 176 Potential violation of Law of Demeter (method chain calls)
6155 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\support\AnnotationSupport.java 45 This class has too many methods, consider refactoring it.
6156 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\support\AnnotationSupport.java 283 Potential violation of Law of Demeter (static property access)
6157 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\support\AnnotationSupport.java 312 Potential violation of Law of Demeter (method chain calls)
6158 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\support\AnnotationSupport.java 343 Potential violation of Law of Demeter (method chain calls)
6159 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\support\AnnotationSupport.java 447 Potential violation of Law of Demeter (static property access)
6160 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\support\ReflectionSupport.java 45 This class has too many methods, consider refactoring it.
6161 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\support\ReflectionSupport.java 225 Potential violation of Law of Demeter (static property access)
6162 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\support\ReflectionSupport.java 307 Potential violation of Law of Demeter (static property access)
6163 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 57 Possible God Class (WMC=50, ATFD=51, TCC=0.000%)
6164 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 57 The class 'AnnotationUtils' has a Modified Cyclomatic Complexity of 3 (Highest = 11).
6165 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 57 The class 'AnnotationUtils' has a Standard Cyclomatic Complexity of 3 (Highest = 11).
6166 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 57 This class has too many methods, consider refactoring it.
6167 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 77 Potential violation of Law of Demeter (method chain calls)
6168 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 93 Potential violation of Law of Demeter (method chain calls)
6169 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 118 The method 'findAnnotation' has a Modified Cyclomatic Complexity of 11.
6170 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 118 The method 'findAnnotation' has a Standard Cyclomatic Complexity of 11.
6171 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 118 The method 'findAnnotation(AnnotatedElement, Class, boolean, Set)' has a cyclomatic complexity of 12.
6172 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 136 Potential violation of Law of Demeter (object not created locally)
6173 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 144 Potential violation of Law of Demeter (object not created locally)
6174 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 147 Deeply nested if..then statements are hard to read
6175 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 147 Potential violation of Law of Demeter (object not created locally)
6176 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 156 Potential violation of Law of Demeter (object not created locally)
6177 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 157 Deeply nested if..then statements are hard to read
6178 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 159 Potential violation of Law of Demeter (object not created locally)
6179 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 178 Potential violation of Law of Demeter (object not created locally)
6180 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 209 Potential violation of Law of Demeter (object not created locally)
6181 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 210 Potential violation of Law of Demeter (object not created locally)
6182 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 234 Potential violation of Law of Demeter (object not created locally)
6183 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 235 Deeply nested if..then statements are hard to read
6184 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 241 Potential violation of Law of Demeter (object not created locally)
6185 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 265 Potential violation of Law of Demeter (object not created locally)
6186 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 269 Potential violation of Law of Demeter (object not created locally)
6187 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 273 Potential violation of Law of Demeter (method chain calls)
6188 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 283 Potential violation of Law of Demeter (method chain calls)
6189 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 283 Potential violation of Law of Demeter (method chain calls)
6190 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 331 Potential violation of Law of Demeter (method chain calls)
6191 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 331 Potential violation of Law of Demeter (method chain calls)
6192 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 371 Potential violation of Law of Demeter (object not created locally)
6193 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\AnnotationUtils.java 387 Potential violation of Law of Demeter (method chain calls)
6194 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassFileVisitor.java 73 Potential violation of Law of Demeter (method chain calls)
6195 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassFileVisitor.java 73 Potential violation of Law of Demeter (method chain calls)
6196 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassFilter.java 31 A class which only has private constructors should be final
6197 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassLoaderUtils.java 41 Potential violation of Law of Demeter (method chain calls)
6198 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassLoaderUtils.java 63 Potential violation of Law of Demeter (method chain calls)
6199 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassLoaderUtils.java 72 Potential violation of Law of Demeter (method chain calls)
6200 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassLoaderUtils.java 73 Potential violation of Law of Demeter (object not created locally)
6201 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassLoaderUtils.java 84 Potential violation of Law of Demeter (method chain calls)
6202 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassLoaderUtils.java 84 Potential violation of Law of Demeter (method chain calls)
6203 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassLoaderUtils.java 86 Potential violation of Law of Demeter (object not created locally)
6204 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 37 A class which only has private constructors should be final
6205 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 54 Potential violation of Law of Demeter (method chain calls)
6206 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 54 Potential violation of Law of Demeter (method chain calls)
6207 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 54 Potential violation of Law of Demeter (method chain calls)
6208 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 54 Potential violation of Law of Demeter (method chain calls)
6209 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 54 Potential violation of Law of Demeter (method chain calls)
6210 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 54 Potential violation of Law of Demeter (method chain calls)
6211 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 54 Potential violation of Law of Demeter (method chain calls)
6212 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 72 Potential violation of Law of Demeter (method chain calls)
6213 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 72 Potential violation of Law of Demeter (method chain calls)
6214 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 72 Potential violation of Law of Demeter (method chain calls)
6215 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 72 Potential violation of Law of Demeter (method chain calls)
6216 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 72 Potential violation of Law of Demeter (method chain calls)
6217 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 72 Potential violation of Law of Demeter (method chain calls)
6218 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 72 Potential violation of Law of Demeter (method chain calls)
6219 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 72 Potential violation of Law of Demeter (method chain calls)
6220 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 72 Potential violation of Law of Demeter (method chain calls)
6221 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 82 Potential violation of Law of Demeter (method chain calls)
6222 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassNamePatternFilterUtils.java 82 Potential violation of Law of Demeter (method chain calls)
6223 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassUtils.java 68 Potential violation of Law of Demeter (method chain calls)
6224 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassUtils.java 92 Potential violation of Law of Demeter (method chain calls)
6225 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClassUtils.java 92 Potential violation of Law of Demeter (method chain calls)
6226 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 47 This class has too many methods, consider refactoring it.
6227 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 75 Potential violation of Law of Demeter (object not created locally)
6228 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 92 Potential violation of Law of Demeter (method chain calls)
6229 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 92 Potential violation of Law of Demeter (method chain calls)
6230 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 92 Potential violation of Law of Demeter (method chain calls)
6231 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 92 Potential violation of Law of Demeter (method chain calls)
6232 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 92 Potential violation of Law of Demeter (method chain calls)
6233 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 105 A catch statement that catches an exception only to rethrow it should be avoided.
6234 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 108 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6235 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 134 Potential violation of Law of Demeter (method chain calls)
6236 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 134 Potential violation of Law of Demeter (method chain calls)
6237 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 134 Potential violation of Law of Demeter (method chain calls)
6238 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 152 Potential violation of Law of Demeter (method chain calls)
6239 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 152 Potential violation of Law of Demeter (method chain calls)
6240 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 163 Potential violation of Law of Demeter (method chain calls)
6241 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 164 Potential violation of Law of Demeter (object not created locally)
6242 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 164 Potential violation of Law of Demeter (object not created locally)
6243 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 169 Potential violation of Law of Demeter (method chain calls)
6244 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 170 Potential violation of Law of Demeter (method chain calls)
6245 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 170 Potential violation of Law of Demeter (object not created locally)
6246 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 171 Potential violation of Law of Demeter (object not created locally)
6247 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 219 Potential violation of Law of Demeter (method chain calls)
6248 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 221 Potential violation of Law of Demeter (object not created locally)
6249 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 222 Potential violation of Law of Demeter (object not created locally)
6250 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 223 Potential violation of Law of Demeter (object not created locally)
6251 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ClasspathScanner.java 227 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6252 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CloseablePath.java 43 Potential violation of Law of Demeter (method chain calls)
6253 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CloseablePath.java 48 Potential violation of Law of Demeter (method chain calls)
6254 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CloseablePath.java 48 Potential violation of Law of Demeter (method chain calls)
6255 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 49 The class 'CollectionUtils' has a Modified Cyclomatic Complexity of 4 (Highest = 13).
6256 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 49 The class 'CollectionUtils' has a Standard Cyclomatic Complexity of 4 (Highest = 13).
6257 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 67 Potential violation of Law of Demeter (method chain calls)
6258 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 85 Potential violation of Law of Demeter (method chain calls)
6259 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 112 Potential violation of Law of Demeter (method chain calls)
6260 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 135 The method 'toStream' has a Modified Cyclomatic Complexity of 13.
6261 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 135 The method 'toStream' has a Standard Cyclomatic Complexity of 13.
6262 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 135 The method 'toStream(Object)' has a cyclomatic complexity of 15.
6263 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 135 The method 'toStream(Object)' has an NPath complexity of 6144, current threshold is 200
6264 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 141 Potential violation of Law of Demeter (method chain calls)
6265 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 144 Potential violation of Law of Demeter (method chain calls)
6266 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 147 Potential violation of Law of Demeter (method chain calls)
6267 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 150 Potential violation of Law of Demeter (method chain calls)
6268 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 153 Potential violation of Law of Demeter (method chain calls)
6269 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 153 Potential violation of Law of Demeter (method chain calls)
6270 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 162 Potential violation of Law of Demeter (method chain calls)
6271 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 165 Potential violation of Law of Demeter (method chain calls)
6272 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 168 Potential violation of Law of Demeter (method chain calls)
6273 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 170 Potential violation of Law of Demeter (method chain calls)
6274 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 170 Potential violation of Law of Demeter (method chain calls)
6275 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 170 Potential violation of Law of Demeter (method chain calls)
6276 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 171 Potential violation of Law of Demeter (method chain calls)
6277 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\CollectionUtils.java 174 Potential violation of Law of Demeter (method chain calls)
6278 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ModuleUtils.java 38 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6279 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\PackageUtils.java 77 Potential violation of Law of Demeter (method chain calls)
6280 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\PackageUtils.java 77 Potential violation of Law of Demeter (method chain calls)
6281 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\PackageUtils.java 132 Potential violation of Law of Demeter (method chain calls)
6282 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\PackageUtils.java 133 Potential violation of Law of Demeter (object not created locally)
6283 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\PackageUtils.java 134 Potential violation of Law of Demeter (object not created locally)
6284 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\PackageUtils.java 136 Potential violation of Law of Demeter (object not created locally)
6285 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\PackageUtils.java 137 Potential violation of Law of Demeter (object not created locally)
6286 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\PackageUtils.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6287 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\PackageUtils.java 150 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6288 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\Preconditions.java 38 This class has too many methods, consider refactoring it.
6289 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\Preconditions.java 165 Potential violation of Law of Demeter (method chain calls)
6290 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\Preconditions.java 187 Potential violation of Law of Demeter (method chain calls)
6291 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 11 A high number of imports can indicate a high degree of coupling within an object.
6292 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 11 This class has a bunch of public methods and attributes
6293 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 77 Avoid really long classes.
6294 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 77 Possible God Class (WMC=172, ATFD=175, TCC=0.114%)
6295 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 77 The class 'ReflectionUtils' has a total cyclomatic complexity of 172 (highest 10).
6296 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 77 This class has too many methods, consider refactoring it.
6297 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 342 Potential violation of Law of Demeter (method chain calls)
6298 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 352 Potential violation of Law of Demeter (method chain calls)
6299 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 364 Potential violation of Law of Demeter (method chain calls)
6300 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 364 Potential violation of Law of Demeter (method chain calls)
6301 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 364 Potential violation of Law of Demeter (method chain calls)
6302 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 411 The method 'isWideningConversion(Class, Class)' has a cyclomatic complexity of 10.
6303 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 411 The method 'isWideningConversion(Class, Class)' has an NPath complexity of 1800, current threshold is 200
6304 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 487 Potential violation of Law of Demeter (method chain calls)
6305 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 487 Potential violation of Law of Demeter (method chain calls)
6306 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 487 Potential violation of Law of Demeter (method chain calls)
6307 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 513 Potential violation of Law of Demeter (method chain calls)
6308 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 538 Potential violation of Law of Demeter (method chain calls)
6309 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 561 Potential violation of Law of Demeter (method chain calls)
6310 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 582 Potential violation of Law of Demeter (method chain calls)
6311 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 620 Potential violation of Law of Demeter (method chain calls)
6312 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 670 Potential violation of Law of Demeter (method chain calls)
6313 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 670 Potential violation of Law of Demeter (method chain calls)
6314 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 670 Potential violation of Law of Demeter (method chain calls)
6315 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 688 Potential violation of Law of Demeter (method chain calls)
6316 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 702 Potential violation of Law of Demeter (method chain calls)
6317 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 730 Potential violation of Law of Demeter (method chain calls)
6318 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 877 Potential violation of Law of Demeter (object not created locally)
6319 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 880 Potential violation of Law of Demeter (object not created locally)
6320 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 915 Potential violation of Law of Demeter (object not created locally)
6321 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 927 Potential violation of Law of Demeter (method chain calls)
6322 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 927 Potential violation of Law of Demeter (method chain calls)
6323 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 927 Potential violation of Law of Demeter (method chain calls)
6324 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 927 Potential violation of Law of Demeter (method chain calls)
6325 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 927 Potential violation of Law of Demeter (method chain calls)
6326 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 945 Potential violation of Law of Demeter (method chain calls)
6327 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 945 Potential violation of Law of Demeter (method chain calls)
6328 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 945 Potential violation of Law of Demeter (method chain calls)
6329 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 945 Potential violation of Law of Demeter (method chain calls)
6330 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 945 Potential violation of Law of Demeter (method chain calls)
6331 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 945 Potential violation of Law of Demeter (object not created locally)
6332 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1069 Potential violation of Law of Demeter (object not created locally)
6333 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1072 Potential violation of Law of Demeter (object not created locally)
6334 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1095 Potential violation of Law of Demeter (method chain calls)
6335 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1095 Potential violation of Law of Demeter (method chain calls)
6336 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1099 Potential violation of Law of Demeter (object not created locally)
6337 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1102 Potential violation of Law of Demeter (object not created locally)
6338 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1130 Potential violation of Law of Demeter (method chain calls)
6339 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1130 Potential violation of Law of Demeter (method chain calls)
6340 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1151 Potential violation of Law of Demeter (method chain calls)
6341 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1151 Potential violation of Law of Demeter (method chain calls)
6342 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1151 Potential violation of Law of Demeter (method chain calls)
6343 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1163 Potential violation of Law of Demeter (method chain calls)
6344 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1163 Potential violation of Law of Demeter (method chain calls)
6345 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1163 Potential violation of Law of Demeter (method chain calls)
6346 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1166 Potential violation of Law of Demeter (method chain calls)
6347 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1166 Potential violation of Law of Demeter (method chain calls)
6348 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1166 Potential violation of Law of Demeter (method chain calls)
6349 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1169 Potential violation of Law of Demeter (method chain calls)
6350 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1169 Potential violation of Law of Demeter (method chain calls)
6351 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1169 Potential violation of Law of Demeter (method chain calls)
6352 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1205 Potential violation of Law of Demeter (method chain calls)
6353 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1228 Potential violation of Law of Demeter (method chain calls)
6354 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1270 Potential violation of Law of Demeter (method chain calls)
6355 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1270 Potential violation of Law of Demeter (method chain calls)
6356 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1270 Potential violation of Law of Demeter (method chain calls)
6357 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1270 Potential violation of Law of Demeter (method chain calls)
6358 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1279 Potential violation of Law of Demeter (method chain calls)
6359 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1302 Potential violation of Law of Demeter (object not created locally)
6360 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1304 Potential violation of Law of Demeter (object not created locally)
6361 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1312 Potential violation of Law of Demeter (object not created locally)
6362 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1314 Potential violation of Law of Demeter (object not created locally)
6363 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1347 Potential violation of Law of Demeter (method chain calls)
6364 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1380 Potential violation of Law of Demeter (method chain calls)
6365 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1380 Potential violation of Law of Demeter (method chain calls)
6366 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1380 Potential violation of Law of Demeter (method chain calls)
6367 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1396 Potential violation of Law of Demeter (method chain calls)
6368 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1396 Potential violation of Law of Demeter (method chain calls)
6369 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1396 Potential violation of Law of Demeter (method chain calls)
6370 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1399 Potential violation of Law of Demeter (method chain calls)
6371 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1399 Potential violation of Law of Demeter (method chain calls)
6372 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1399 Potential violation of Law of Demeter (method chain calls)
6373 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1402 Potential violation of Law of Demeter (method chain calls)
6374 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1402 Potential violation of Law of Demeter (method chain calls)
6375 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1402 Potential violation of Law of Demeter (method chain calls)
6376 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1481 Potential violation of Law of Demeter (method chain calls)
6377 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1481 Potential violation of Law of Demeter (method chain calls)
6378 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1481 Potential violation of Law of Demeter (method chain calls)
6379 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1481 Potential violation of Law of Demeter (method chain calls)
6380 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1483 Potential violation of Law of Demeter (method chain calls)
6381 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1484 Potential violation of Law of Demeter (object not created locally)
6382 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1487 Potential violation of Law of Demeter (method chain calls)
6383 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1487 Potential violation of Law of Demeter (method chain calls)
6384 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1487 Potential violation of Law of Demeter (method chain calls)
6385 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1487 Potential violation of Law of Demeter (method chain calls)
6386 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1487 Potential violation of Law of Demeter (method chain calls)
6387 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1487 Potential violation of Law of Demeter (method chain calls)
6388 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1487 Potential violation of Law of Demeter (method chain calls)
6389 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1487 Potential violation of Law of Demeter (method chain calls)
6390 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1491 Potential violation of Law of Demeter (method chain calls)
6391 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1497 Potential violation of Law of Demeter (method chain calls)
6392 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1497 Potential violation of Law of Demeter (method chain calls)
6393 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1497 Potential violation of Law of Demeter (method chain calls)
6394 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1497 Potential violation of Law of Demeter (method chain calls)
6395 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1500 Potential violation of Law of Demeter (method chain calls)
6396 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1506 Potential violation of Law of Demeter (method chain calls)
6397 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1506 Potential violation of Law of Demeter (method chain calls)
6398 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1506 Potential violation of Law of Demeter (method chain calls)
6399 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1506 Potential violation of Law of Demeter (method chain calls)
6400 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1509 Potential violation of Law of Demeter (method chain calls)
6401 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1518 Potential violation of Law of Demeter (method chain calls)
6402 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1518 Potential violation of Law of Demeter (method chain calls)
6403 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1518 Potential violation of Law of Demeter (method chain calls)
6404 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1518 Potential violation of Law of Demeter (method chain calls)
6405 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1528 Potential violation of Law of Demeter (object not created locally)
6406 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1528 Potential violation of Law of Demeter (object not created locally)
6407 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1532 Potential violation of Law of Demeter (method chain calls)
6408 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1543 Potential violation of Law of Demeter (method chain calls)
6409 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1543 Potential violation of Law of Demeter (method chain calls)
6410 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1543 Potential violation of Law of Demeter (method chain calls)
6411 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1547 Potential violation of Law of Demeter (method chain calls)
6412 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1547 Potential violation of Law of Demeter (method chain calls)
6413 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1547 Potential violation of Law of Demeter (method chain calls)
6414 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1569 Potential violation of Law of Demeter (method chain calls)
6415 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1569 Potential violation of Law of Demeter (method chain calls)
6416 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1569 Potential violation of Law of Demeter (method chain calls)
6417 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1594 Potential violation of Law of Demeter (method chain calls)
6418 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1606 Potential violation of Law of Demeter (method chain calls)
6419 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1634 Potential violation of Law of Demeter (method chain calls)
6420 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1635 Potential violation of Law of Demeter (object not created locally)
6421 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1640 Avoid unnecessary if..then..else statements when returning booleans
6422 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1648 Potential violation of Law of Demeter (method chain calls)
6423 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1648 Potential violation of Law of Demeter (method chain calls)
6424 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1679 Potential violation of Law of Demeter (object not created locally)
6425 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1681 Potential violation of Law of Demeter (object not created locally)
6426 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1713 Potential violation of Law of Demeter (method chain calls)
6427 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ReflectionUtils.java 1713 Potential violation of Law of Demeter (method chain calls)
6428 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\RuntimeUtils.java 44 Potential violation of Law of Demeter (object not created locally)
6429 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\RuntimeUtils.java 59 Potential violation of Law of Demeter (method chain calls)
6430 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\RuntimeUtils.java 61 Potential violation of Law of Demeter (object not created locally)
6431 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\RuntimeUtils.java 69 Potential violation of Law of Demeter (method chain calls)
6432 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\RuntimeUtils.java 69 Potential violation of Law of Demeter (method chain calls)
6433 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\RuntimeUtils.java 70 Potential violation of Law of Demeter (method chain calls)
6434 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\RuntimeUtils.java 72 Potential violation of Law of Demeter (method chain calls)
6435 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\RuntimeUtils.java 72 Potential violation of Law of Demeter (object not created locally)
6436 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\RuntimeUtils.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6437 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 34 The class 'StringUtils' has a Modified Cyclomatic Complexity of 2 (Highest = 13).
6438 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 34 The class 'StringUtils' has a Standard Cyclomatic Complexity of 2 (Highest = 13).
6439 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 68 Potential violation of Law of Demeter (method chain calls)
6440 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 92 Potential violation of Law of Demeter (method chain calls)
6441 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 92 Potential violation of Law of Demeter (method chain calls)
6442 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 118 Potential violation of Law of Demeter (method chain calls)
6443 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 118 Potential violation of Law of Demeter (method chain calls)
6444 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 156 The method 'nullSafeToString' has a Modified Cyclomatic Complexity of 13.
6445 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 156 The method 'nullSafeToString' has a Standard Cyclomatic Complexity of 13.
6446 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 156 The method 'nullSafeToString(Object)' has a cyclomatic complexity of 13.
6447 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 156 The method 'nullSafeToString(Object)' has an NPath complexity of 518, current threshold is 200
6448 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 162 Potential violation of Law of Demeter (method chain calls)
6449 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 163 Potential violation of Law of Demeter (method chain calls)
6450 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 163 Potential violation of Law of Demeter (method chain calls)
6451 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 164 Deeply nested if..then statements are hard to read
6452 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 167 Deeply nested if..then statements are hard to read
6453 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 170 Deeply nested if..then statements are hard to read
6454 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 173 Deeply nested if..then statements are hard to read
6455 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 176 Deeply nested if..then statements are hard to read
6456 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 179 Deeply nested if..then statements are hard to read
6457 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 182 Deeply nested if..then statements are hard to read
6458 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 185 Deeply nested if..then statements are hard to read
6459 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 224 Potential violation of Law of Demeter (method chain calls)
6460 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 239 Potential violation of Law of Demeter (method chain calls)
6461 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\StringUtils.java 254 Potential violation of Law of Demeter (method chain calls)
6462 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-commons\src\main\java\org\junit\platform\commons\util\ToStringBuilder.java 65 Potential violation of Law of Demeter (method chain calls)
6463 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java9\org\junit\platform\console\ConsoleLauncherToolProvider.java 35 Potential violation of Law of Demeter (method chain calls)
6464 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\ConsoleLauncher.java 37 Potential violation of Law of Demeter (method chain calls)
6465 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\ConsoleLauncher.java 66 Potential violation of Law of Demeter (object not created locally)
6466 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\ConsoleLauncher.java 69 Potential violation of Law of Demeter (object not created locally)
6467 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\ConsoleLauncher.java 70 Potential violation of Law of Demeter (object not created locally)
6468 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\ConsoleLauncher.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6469 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\ConsoleLauncherExecutionResult.java 25 A class which only has private constructors should be final
6470 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 35 Too many fields
6471 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 62 Private field 'details' could be made final; it is only initialized in the declaration or constructor.
6472 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 65 Private field 'details2' could be made final; it is only initialized in the declaration or constructor.
6473 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 69 Private field 'theme' could be made final; it is only initialized in the declaration or constructor.
6474 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 72 Private field 'theme2' could be made final; it is only initialized in the declaration or constructor.
6475 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 77 Private field 'additionalClasspathEntries' could be made final; it is only initialized in the declaration or constructor.
6476 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 80 Private field 'additionalClasspathEntries2' could be made final; it is only initialized in the declaration or constructor.
6477 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 103 Private field 'selectedModules' could be made final; it is only initialized in the declaration or constructor.
6478 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 106 Private field 'selectedModules2' could be made final; it is only initialized in the declaration or constructor.
6479 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 116 Private field 'selectedClasspathEntries' could be made final; it is only initialized in the declaration or constructor.
6480 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 119 Private field 'selectedClasspathEntries2' could be made final; it is only initialized in the declaration or constructor.
6481 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 123 Private field 'selectedUris' could be made final; it is only initialized in the declaration or constructor.
6482 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 126 Private field 'selectedUris2' could be made final; it is only initialized in the declaration or constructor.
6483 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 130 Private field 'selectedFiles' could be made final; it is only initialized in the declaration or constructor.
6484 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 133 Private field 'selectedFiles2' could be made final; it is only initialized in the declaration or constructor.
6485 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 137 Private field 'selectedDirectories' could be made final; it is only initialized in the declaration or constructor.
6486 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 140 Private field 'selectedDirectories2' could be made final; it is only initialized in the declaration or constructor.
6487 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 144 Private field 'selectedPackages' could be made final; it is only initialized in the declaration or constructor.
6488 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 147 Private field 'selectedPackages2' could be made final; it is only initialized in the declaration or constructor.
6489 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 151 Private field 'selectedClasses' could be made final; it is only initialized in the declaration or constructor.
6490 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 154 Private field 'selectedClasses2' could be made final; it is only initialized in the declaration or constructor.
6491 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 158 Private field 'selectedMethods' could be made final; it is only initialized in the declaration or constructor.
6492 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 161 Private field 'selectedMethods2' could be made final; it is only initialized in the declaration or constructor.
6493 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 165 Private field 'selectedClasspathResources' could be made final; it is only initialized in the declaration or constructor.
6494 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 168 Private field 'selectedClasspathResources2' could be made final; it is only initialized in the declaration or constructor.
6495 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 178 Private field 'includeClassNamePatterns' could be made final; it is only initialized in the declaration or constructor.
6496 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 182 Private field 'includeClassNamePatterns2' could be made final; it is only initialized in the declaration or constructor.
6497 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 187 Private field 'excludeClassNamePatterns' could be made final; it is only initialized in the declaration or constructor.
6498 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 190 Private field 'excludeClassNamePatterns2' could be made final; it is only initialized in the declaration or constructor.
6499 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 194 Private field 'includePackages' could be made final; it is only initialized in the declaration or constructor.
6500 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 197 Private field 'includePackages2' could be made final; it is only initialized in the declaration or constructor.
6501 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 201 Private field 'excludePackages' could be made final; it is only initialized in the declaration or constructor.
6502 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 204 Private field 'excludePackages2' could be made final; it is only initialized in the declaration or constructor.
6503 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 210 Private field 'includedTags' could be made final; it is only initialized in the declaration or constructor.
6504 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 213 Private field 'includedTags2' could be made final; it is only initialized in the declaration or constructor.
6505 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 219 Private field 'excludedTags' could be made final; it is only initialized in the declaration or constructor.
6506 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 222 Private field 'excludedTags2' could be made final; it is only initialized in the declaration or constructor.
6507 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 226 Private field 'includedEngines' could be made final; it is only initialized in the declaration or constructor.
6508 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 229 Private field 'includedEngines2' could be made final; it is only initialized in the declaration or constructor.
6509 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 233 Private field 'excludedEngines' could be made final; it is only initialized in the declaration or constructor.
6510 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 236 Private field 'excludedEngines2' could be made final; it is only initialized in the declaration or constructor.
6511 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 241 Private field 'configurationParameters' could be made final; it is only initialized in the declaration or constructor.
6512 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 269 Potential violation of Law of Demeter (object not created locally)
6513 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 293 Potential violation of Law of Demeter (method chain calls)
6514 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 293 Potential violation of Law of Demeter (method chain calls)
6515 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 294 Potential violation of Law of Demeter (method chain calls)
6516 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 294 Potential violation of Law of Demeter (method chain calls)
6517 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 295 Potential violation of Law of Demeter (method chain calls)
6518 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 295 Potential violation of Law of Demeter (method chain calls)
6519 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 296 Potential violation of Law of Demeter (method chain calls)
6520 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 296 Potential violation of Law of Demeter (method chain calls)
6521 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 296 Potential violation of Law of Demeter (method chain calls)
6522 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 296 Potential violation of Law of Demeter (method chain calls)
6523 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 297 Potential violation of Law of Demeter (method chain calls)
6524 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 297 Potential violation of Law of Demeter (method chain calls)
6525 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 297 Potential violation of Law of Demeter (method chain calls)
6526 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 297 Potential violation of Law of Demeter (method chain calls)
6527 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 298 Potential violation of Law of Demeter (method chain calls)
6528 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 298 Potential violation of Law of Demeter (method chain calls)
6529 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 298 Potential violation of Law of Demeter (method chain calls)
6530 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 298 Potential violation of Law of Demeter (method chain calls)
6531 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 299 Potential violation of Law of Demeter (method chain calls)
6532 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 302 Potential violation of Law of Demeter (method chain calls)
6533 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 302 Potential violation of Law of Demeter (method chain calls)
6534 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 302 Potential violation of Law of Demeter (method chain calls)
6535 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 302 Potential violation of Law of Demeter (method chain calls)
6536 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 305 Potential violation of Law of Demeter (method chain calls)
6537 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 305 Potential violation of Law of Demeter (method chain calls)
6538 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 306 Potential violation of Law of Demeter (method chain calls)
6539 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 306 Potential violation of Law of Demeter (method chain calls)
6540 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 306 Potential violation of Law of Demeter (method chain calls)
6541 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 306 Potential violation of Law of Demeter (method chain calls)
6542 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 310 Potential violation of Law of Demeter (method chain calls)
6543 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 310 Potential violation of Law of Demeter (method chain calls)
6544 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 310 Potential violation of Law of Demeter (method chain calls)
6545 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 310 Potential violation of Law of Demeter (method chain calls)
6546 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 311 Potential violation of Law of Demeter (method chain calls)
6547 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 311 Potential violation of Law of Demeter (method chain calls)
6548 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 311 Potential violation of Law of Demeter (method chain calls)
6549 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 311 Potential violation of Law of Demeter (method chain calls)
6550 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 312 Potential violation of Law of Demeter (method chain calls)
6551 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 312 Potential violation of Law of Demeter (method chain calls)
6552 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 312 Potential violation of Law of Demeter (method chain calls)
6553 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 312 Potential violation of Law of Demeter (method chain calls)
6554 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 313 Potential violation of Law of Demeter (method chain calls)
6555 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 313 Potential violation of Law of Demeter (method chain calls)
6556 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 313 Potential violation of Law of Demeter (method chain calls)
6557 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 313 Potential violation of Law of Demeter (method chain calls)
6558 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 314 Potential violation of Law of Demeter (method chain calls)
6559 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 314 Potential violation of Law of Demeter (method chain calls)
6560 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 314 Potential violation of Law of Demeter (method chain calls)
6561 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 314 Potential violation of Law of Demeter (method chain calls)
6562 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 315 Potential violation of Law of Demeter (method chain calls)
6563 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 315 Potential violation of Law of Demeter (method chain calls)
6564 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 315 Potential violation of Law of Demeter (method chain calls)
6565 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 315 Potential violation of Law of Demeter (method chain calls)
6566 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 316 Potential violation of Law of Demeter (method chain calls)
6567 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 316 Potential violation of Law of Demeter (method chain calls)
6568 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 316 Potential violation of Law of Demeter (method chain calls)
6569 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 316 Potential violation of Law of Demeter (method chain calls)
6570 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 317 Potential violation of Law of Demeter (method chain calls)
6571 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 317 Potential violation of Law of Demeter (method chain calls)
6572 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 317 Potential violation of Law of Demeter (method chain calls)
6573 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 317 Potential violation of Law of Demeter (method chain calls)
6574 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 320 Potential violation of Law of Demeter (method chain calls)
6575 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 320 Potential violation of Law of Demeter (method chain calls)
6576 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 320 Potential violation of Law of Demeter (method chain calls)
6577 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 320 Potential violation of Law of Demeter (method chain calls)
6578 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 321 Potential violation of Law of Demeter (method chain calls)
6579 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 321 Potential violation of Law of Demeter (method chain calls)
6580 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 321 Potential violation of Law of Demeter (method chain calls)
6581 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 321 Potential violation of Law of Demeter (method chain calls)
6582 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 322 Potential violation of Law of Demeter (method chain calls)
6583 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 322 Potential violation of Law of Demeter (method chain calls)
6584 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 322 Potential violation of Law of Demeter (method chain calls)
6585 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 322 Potential violation of Law of Demeter (method chain calls)
6586 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 323 Potential violation of Law of Demeter (method chain calls)
6587 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 323 Potential violation of Law of Demeter (method chain calls)
6588 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 323 Potential violation of Law of Demeter (method chain calls)
6589 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 323 Potential violation of Law of Demeter (method chain calls)
6590 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 324 Potential violation of Law of Demeter (method chain calls)
6591 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 324 Potential violation of Law of Demeter (method chain calls)
6592 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 324 Potential violation of Law of Demeter (method chain calls)
6593 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 324 Potential violation of Law of Demeter (method chain calls)
6594 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 325 Potential violation of Law of Demeter (method chain calls)
6595 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 325 Potential violation of Law of Demeter (method chain calls)
6596 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 325 Potential violation of Law of Demeter (method chain calls)
6597 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 325 Potential violation of Law of Demeter (method chain calls)
6598 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 326 Potential violation of Law of Demeter (method chain calls)
6599 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 326 Potential violation of Law of Demeter (method chain calls)
6600 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 326 Potential violation of Law of Demeter (method chain calls)
6601 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 326 Potential violation of Law of Demeter (method chain calls)
6602 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 327 Potential violation of Law of Demeter (method chain calls)
6603 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 327 Potential violation of Law of Demeter (method chain calls)
6604 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 327 Potential violation of Law of Demeter (method chain calls)
6605 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 327 Potential violation of Law of Demeter (method chain calls)
6606 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\AvailableOptions.java 330 Potential violation of Law of Demeter (method chain calls)
6607 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\CommandLineOptions.java 11 This class has a bunch of public methods and attributes
6608 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\CommandLineOptions.java 35 Too many fields
6609 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\CommandLineOptions.java 222 Potential violation of Law of Demeter (method chain calls)
6610 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\CommandLineOptions.java 291 Potential violation of Law of Demeter (method chain calls)
6611 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\Details.java 54 Potential violation of Law of Demeter (method chain calls)
6612 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\PicocliCommandLineOptionsParser.java 33 Potential violation of Law of Demeter (object not created locally)
6613 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\PicocliCommandLineOptionsParser.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6614 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\PicocliCommandLineOptionsParser.java 46 Potential violation of Law of Demeter (method chain calls)
6615 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\PicocliCommandLineOptionsParser.java 48 Potential violation of Law of Demeter (object not created locally)
6616 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\PicocliCommandLineOptionsParser.java 48 Potential violation of Law of Demeter (static property access)
6617 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\PicocliCommandLineOptionsParser.java 50 Potential violation of Law of Demeter (object not created locally)
6618 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\Theme.java 68 Potential violation of Law of Demeter (static property access)
6619 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\Theme.java 127 Potential violation of Law of Demeter (method chain calls)
6620 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\options\Theme.java 137 Potential violation of Law of Demeter (method chain calls)
6621 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\ConsoleTestExecutor.java 57 A method/constructor should not explicitly throw java.lang.Exception
6622 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\ConsoleTestExecutor.java 66 Potential violation of Law of Demeter (object not created locally)
6623 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\ConsoleTestExecutor.java 68 Potential violation of Law of Demeter (object not created locally)
6624 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\ConsoleTestExecutor.java 69 Potential violation of Law of Demeter (object not created locally)
6625 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\ConsoleTestExecutor.java 78 Potential violation of Law of Demeter (object not created locally)
6626 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\ConsoleTestExecutor.java 79 Potential violation of Law of Demeter (method chain calls)
6627 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\ConsoleTestExecutor.java 79 Potential violation of Law of Demeter (method chain calls)
6628 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\ConsoleTestExecutor.java 79 Potential violation of Law of Demeter (method chain calls)
6629 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\ConsoleTestExecutor.java 89 Potential violation of Law of Demeter (method chain calls)
6630 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\ConsoleTestExecutor.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6631 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\ConsoleTestExecutor.java 101 Potential violation of Law of Demeter (method chain calls)
6632 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\ConsoleTestExecutor.java 101 Potential violation of Law of Demeter (method chain calls)
6633 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\ConsoleTestExecutor.java 103 Potential violation of Law of Demeter (method chain calls)
6634 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\ConsoleTestExecutor.java 103 Potential violation of Law of Demeter (method chain calls)
6635 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\ConsoleTestExecutor.java 126 Potential violation of Law of Demeter (method chain calls)
6636 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\ConsoleTestExecutor.java 131 Potential violation of Law of Demeter (method chain calls)
6637 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\CustomContextClassLoaderExecutor.java 27 A method/constructor should not explicitly throw java.lang.Exception
6638 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\CustomContextClassLoaderExecutor.java 37 A method/constructor should not explicitly throw java.lang.Exception
6639 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\CustomContextClassLoaderExecutor.java 38 Potential violation of Law of Demeter (method chain calls)
6640 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\CustomContextClassLoaderExecutor.java 40 Potential violation of Law of Demeter (method chain calls)
6641 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\CustomContextClassLoaderExecutor.java 44 Potential violation of Law of Demeter (method chain calls)
6642 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\CustomContextClassLoaderExecutor.java 46 Potential violation of Law of Demeter (method chain calls)
6643 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 78 Potential violation of Law of Demeter (method chain calls)
6644 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 88 Potential violation of Law of Demeter (method chain calls)
6645 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 88 Potential violation of Law of Demeter (method chain calls)
6646 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 88 Potential violation of Law of Demeter (method chain calls)
6647 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 88 Potential violation of Law of Demeter (method chain calls)
6648 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 88 Potential violation of Law of Demeter (method chain calls)
6649 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 89 Potential violation of Law of Demeter (method chain calls)
6650 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 89 Potential violation of Law of Demeter (method chain calls)
6651 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 89 Potential violation of Law of Demeter (method chain calls)
6652 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 89 Potential violation of Law of Demeter (method chain calls)
6653 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 89 Potential violation of Law of Demeter (method chain calls)
6654 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 90 Potential violation of Law of Demeter (method chain calls)
6655 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 90 Potential violation of Law of Demeter (method chain calls)
6656 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 90 Potential violation of Law of Demeter (method chain calls)
6657 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 90 Potential violation of Law of Demeter (method chain calls)
6658 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 90 Potential violation of Law of Demeter (method chain calls)
6659 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 91 Potential violation of Law of Demeter (method chain calls)
6660 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 91 Potential violation of Law of Demeter (method chain calls)
6661 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 91 Potential violation of Law of Demeter (method chain calls)
6662 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 91 Potential violation of Law of Demeter (method chain calls)
6663 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 91 Potential violation of Law of Demeter (method chain calls)
6664 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 92 Potential violation of Law of Demeter (method chain calls)
6665 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 92 Potential violation of Law of Demeter (method chain calls)
6666 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 92 Potential violation of Law of Demeter (method chain calls)
6667 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 92 Potential violation of Law of Demeter (method chain calls)
6668 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 92 Potential violation of Law of Demeter (method chain calls)
6669 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 93 Potential violation of Law of Demeter (method chain calls)
6670 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 93 Potential violation of Law of Demeter (method chain calls)
6671 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 93 Potential violation of Law of Demeter (method chain calls)
6672 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 93 Potential violation of Law of Demeter (method chain calls)
6673 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 93 Potential violation of Law of Demeter (method chain calls)
6674 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 94 Potential violation of Law of Demeter (method chain calls)
6675 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 94 Potential violation of Law of Demeter (method chain calls)
6676 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 94 Potential violation of Law of Demeter (method chain calls)
6677 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 94 Potential violation of Law of Demeter (method chain calls)
6678 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 94 Potential violation of Law of Demeter (method chain calls)
6679 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 95 Potential violation of Law of Demeter (method chain calls)
6680 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 95 Potential violation of Law of Demeter (method chain calls)
6681 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 95 Potential violation of Law of Demeter (method chain calls)
6682 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 95 Potential violation of Law of Demeter (method chain calls)
6683 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 95 Potential violation of Law of Demeter (method chain calls)
6684 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 104 Potential violation of Law of Demeter (method chain calls)
6685 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 109 Potential violation of Law of Demeter (method chain calls)
6686 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 113 Potential violation of Law of Demeter (method chain calls)
6687 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 117 Potential violation of Law of Demeter (method chain calls)
6688 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 121 Potential violation of Law of Demeter (method chain calls)
6689 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 125 Potential violation of Law of Demeter (method chain calls)
6690 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 129 Potential violation of Law of Demeter (method chain calls)
6691 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 135 Potential violation of Law of Demeter (method chain calls)
6692 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 135 Potential violation of Law of Demeter (method chain calls)
6693 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 135 Potential violation of Law of Demeter (method chain calls)
6694 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 135 Potential violation of Law of Demeter (method chain calls)
6695 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 135 Potential violation of Law of Demeter (method chain calls)
6696 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 135 Potential violation of Law of Demeter (method chain calls)
6697 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 135 Potential violation of Law of Demeter (method chain calls)
6698 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 135 Potential violation of Law of Demeter (method chain calls)
6699 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 136 Potential violation of Law of Demeter (method chain calls)
6700 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 137 Potential violation of Law of Demeter (method chain calls)
6701 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 137 Potential violation of Law of Demeter (method chain calls)
6702 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 137 Potential violation of Law of Demeter (method chain calls)
6703 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 139 Potential violation of Law of Demeter (method chain calls)
6704 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 139 Potential violation of Law of Demeter (method chain calls)
6705 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 139 Potential violation of Law of Demeter (method chain calls)
6706 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 139 Potential violation of Law of Demeter (method chain calls)
6707 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 142 Potential violation of Law of Demeter (method chain calls)
6708 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 142 Potential violation of Law of Demeter (method chain calls)
6709 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\DiscoveryRequestCreator.java 142 Potential violation of Law of Demeter (object not created locally)
6710 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\FlatPrintingListener.java 28 This class has too many methods, consider refactoring it.
6711 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\FlatPrintingListener.java 45 Potential violation of Law of Demeter (method chain calls)
6712 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\FlatPrintingListener.java 73 Potential violation of Law of Demeter (method chain calls)
6713 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\FlatPrintingListener.java 118 Potential violation of Law of Demeter (method chain calls)
6714 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\FlatPrintingListener.java 118 Potential violation of Law of Demeter (method chain calls)
6715 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 57 Potential violation of Law of Demeter (static property access)
6716 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 63 Potential violation of Law of Demeter (static property access)
6717 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 76 Potential violation of Law of Demeter (method chain calls)
6718 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 77 Potential violation of Law of Demeter (method chain calls)
6719 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 84 Potential violation of Law of Demeter (static property access)
6720 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 90 Potential violation of Law of Demeter (method chain calls)
6721 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 91 Potential violation of Law of Demeter (method chain calls)
6722 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 92 Potential violation of Law of Demeter (static property access)
6723 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 101 Potential violation of Law of Demeter (static property access)
6724 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 109 Potential violation of Law of Demeter (method chain calls)
6725 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 110 Potential violation of Law of Demeter (method chain calls)
6726 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 112 Potential violation of Law of Demeter (object not created locally)
6727 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 116 Potential violation of Law of Demeter (method chain calls)
6728 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 119 Potential violation of Law of Demeter (method chain calls)
6729 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 119 Potential violation of Law of Demeter (method chain calls)
6730 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 119 Potential violation of Law of Demeter (method chain calls)
6731 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 124 Potential violation of Law of Demeter (method chain calls)
6732 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 127 Potential violation of Law of Demeter (method chain calls)
6733 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 128 Potential violation of Law of Demeter (object not created locally)
6734 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 139 Potential violation of Law of Demeter (method chain calls)
6735 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 140 Potential violation of Law of Demeter (object not created locally)
6736 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 161 Potential violation of Law of Demeter (method chain calls)
6737 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 161 Potential violation of Law of Demeter (method chain calls)
6738 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 166 Potential violation of Law of Demeter (method chain calls)
6739 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 168 Potential violation of Law of Demeter (method chain calls)
6740 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrinter.java 168 Potential violation of Law of Demeter (method chain calls)
6741 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrintingListener.java 41 Potential violation of Law of Demeter (method chain calls)
6742 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrintingListener.java 41 Potential violation of Law of Demeter (method chain calls)
6743 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrintingListener.java 41 Potential violation of Law of Demeter (method chain calls)
6744 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrintingListener.java 41 Potential violation of Law of Demeter (method chain calls)
6745 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrintingListener.java 66 Potential violation of Law of Demeter (method chain calls)
6746 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\TreePrintingListener.java 76 Potential violation of Law of Demeter (method chain calls)
6747 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\VerboseTreePrintingListener.java 30 This class has too many methods, consider refactoring it.
6748 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\VerboseTreePrintingListener.java 63 Potential violation of Law of Demeter (method chain calls)
6749 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\VerboseTreePrintingListener.java 73 Potential violation of Law of Demeter (method chain calls)
6750 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\VerboseTreePrintingListener.java 97 Potential violation of Law of Demeter (method chain calls)
6751 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\VerboseTreePrintingListener.java 137 Potential violation of Law of Demeter (method chain calls)
6752 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\VerboseTreePrintingListener.java 137 Potential violation of Law of Demeter (method chain calls)
6753 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\VerboseTreePrintingListener.java 138 Potential violation of Law of Demeter (method chain calls)
6754 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\VerboseTreePrintingListener.java 146 Potential violation of Law of Demeter (method chain calls)
6755 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\VerboseTreePrintingListener.java 183 Potential violation of Law of Demeter (method chain calls)
6756 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-console\src\main\java\org\junit\platform\console\tasks\VerboseTreePrintingListener.java 188 Potential violation of Law of Demeter (method chain calls)
6757 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\CompositeFilter.java 62 Potential violation of Law of Demeter (method chain calls)
6758 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\CompositeFilter.java 62 Potential violation of Law of Demeter (method chain calls)
6759 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\CompositeFilter.java 62 Potential violation of Law of Demeter (method chain calls)
6760 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\CompositeFilter.java 62 Potential violation of Law of Demeter (method chain calls)
6761 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\CompositeFilter.java 62 Potential violation of Law of Demeter (method chain calls)
6762 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\CompositeFilter.java 73 Potential violation of Law of Demeter (method chain calls)
6763 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\CompositeFilter.java 73 Potential violation of Law of Demeter (method chain calls)
6764 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\CompositeFilter.java 73 Potential violation of Law of Demeter (method chain calls)
6765 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\CompositeFilter.java 73 Potential violation of Law of Demeter (method chain calls)
6766 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\CompositeFilter.java 73 Potential violation of Law of Demeter (method chain calls)
6767 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\CompositeFilter.java 83 Potential violation of Law of Demeter (method chain calls)
6768 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\CompositeFilter.java 83 Potential violation of Law of Demeter (method chain calls)
6769 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\CompositeFilter.java 83 Potential violation of Law of Demeter (method chain calls)
6770 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\CompositeFilter.java 83 Potential violation of Law of Demeter (method chain calls)
6771 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\ConfigurationParameters.java 116 Potential violation of Law of Demeter (method chain calls)
6772 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\ConfigurationParameters.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6773 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\FilterResult.java 27 A class which only has private constructors should be final
6774 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\SelectorResolutionResult.java 30 A class which only has private constructors should be final
6775 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestDescriptor.java 158 Potential violation of Law of Demeter (method chain calls)
6776 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestDescriptor.java 176 Potential violation of Law of Demeter (method chain calls)
6777 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestDescriptor.java 185 Potential violation of Law of Demeter (method chain calls)
6778 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestDescriptor.java 212 Potential violation of Law of Demeter (method chain calls)
6779 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestDescriptor.java 212 Potential violation of Law of Demeter (method chain calls)
6780 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestDescriptor.java 212 Potential violation of Law of Demeter (method chain calls)
6781 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestEngine.java 143 Potential violation of Law of Demeter (object not created locally)
6782 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestEngine.java 146 Potential violation of Law of Demeter (method chain calls)
6783 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestEngine.java 184 Potential violation of Law of Demeter (object not created locally)
6784 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestEngine.java 189 Potential violation of Law of Demeter (object not created locally)
6785 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestEngine.java 192 Potential violation of Law of Demeter (method chain calls)
6786 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestEngine.java 192 Potential violation of Law of Demeter (method chain calls)
6787 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestEngine.java 192 Potential violation of Law of Demeter (method chain calls)
6788 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestEngine.java 192 Potential violation of Law of Demeter (method chain calls)
6789 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestExecutionResult.java 34 A class which only has private constructors should be final
6790 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestTag.java 89 Potential violation of Law of Demeter (object not created locally)
6791 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestTag.java 91 Potential violation of Law of Demeter (object not created locally)
6792 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestTag.java 98 Potential violation of Law of Demeter (method chain calls)
6793 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestTag.java 98 Potential violation of Law of Demeter (method chain calls)
6794 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\TestTag.java 138 Potential violation of Law of Demeter (method chain calls)
6795 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueId.java 37 This class has too many methods, consider refactoring it.
6796 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueId.java 53 Potential violation of Law of Demeter (method chain calls)
6797 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueId.java 108 Potential violation of Law of Demeter (method chain calls)
6798 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueId.java 108 Potential violation of Law of Demeter (method chain calls)
6799 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueId.java 117 Potential violation of Law of Demeter (method chain calls)
6800 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueId.java 117 Potential violation of Law of Demeter (method chain calls)
6801 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueId.java 117 Potential violation of Law of Demeter (method chain calls)
6802 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueId.java 176 Potential violation of Law of Demeter (static property access)
6803 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueId.java 193 Potential violation of Law of Demeter (method chain calls)
6804 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueId.java 193 Potential violation of Law of Demeter (method chain calls)
6805 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueId.java 209 Overriding method merely calls super
6806 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueId.java 310 Potential violation of Law of Demeter (method chain calls)
6807 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueId.java 310 Potential violation of Law of Demeter (method chain calls)
6808 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueId.java 323 Potential violation of Law of Demeter (method chain calls)
6809 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueId.java 323 Potential violation of Law of Demeter (method chain calls)
6810 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 54 Potential violation of Law of Demeter (static property access)
6811 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 95 Potential violation of Law of Demeter (method chain calls)
6812 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 95 Potential violation of Law of Demeter (method chain calls)
6813 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 96 Potential violation of Law of Demeter (method chain calls)
6814 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 96 Potential violation of Law of Demeter (method chain calls)
6815 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 96 Potential violation of Law of Demeter (method chain calls)
6816 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 102 Potential violation of Law of Demeter (object not created locally)
6817 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 105 Potential violation of Law of Demeter (object not created locally)
6818 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 106 Potential violation of Law of Demeter (object not created locally)
6819 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 111 Potential violation of Law of Demeter (method chain calls)
6820 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 112 Potential violation of Law of Demeter (method chain calls)
6821 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 113 Potential violation of Law of Demeter (method chain calls)
6822 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 114 Potential violation of Law of Demeter (method chain calls)
6823 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 128 Potential violation of Law of Demeter (method chain calls)
6824 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 128 Potential violation of Law of Demeter (method chain calls)
6825 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 128 Potential violation of Law of Demeter (method chain calls)
6826 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 128 Potential violation of Law of Demeter (method chain calls)
6827 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 128 Potential violation of Law of Demeter (method chain calls)
6828 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 130 Potential violation of Law of Demeter (method chain calls)
6829 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 130 Potential violation of Law of Demeter (method chain calls)
6830 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\UniqueIdFormat.java 155 Potential violation of Law of Demeter (static property access)
6831 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ClassSelector.java 74 Potential violation of Law of Demeter (method chain calls)
6832 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ClassSelector.java 74 Potential violation of Law of Demeter (method chain calls)
6833 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ClassSelector.java 94 Potential violation of Law of Demeter (method chain calls)
6834 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ClasspathResourceSelector.java 69 Potential violation of Law of Demeter (method chain calls)
6835 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ClasspathResourceSelector.java 85 Potential violation of Law of Demeter (method chain calls)
6836 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ClasspathResourceSelector.java 86 Potential violation of Law of Demeter (method chain calls)
6837 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ClasspathResourceSelector.java 95 Potential violation of Law of Demeter (method chain calls)
6838 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ClasspathResourceSelector.java 95 Potential violation of Law of Demeter (method chain calls)
6839 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ClasspathRootSelector.java 68 Potential violation of Law of Demeter (method chain calls)
6840 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\DirectorySelector.java 67 Potential violation of Law of Demeter (method chain calls)
6841 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\DirectorySelector.java 93 Potential violation of Law of Demeter (method chain calls)
6842 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\DiscoverySelectors.java 53 This class has too many methods, consider refactoring it.
6843 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\DiscoverySelectors.java 251 Potential violation of Law of Demeter (method chain calls)
6844 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\DiscoverySelectors.java 251 Potential violation of Law of Demeter (method chain calls)
6845 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\DiscoverySelectors.java 251 Potential violation of Law of Demeter (method chain calls)
6846 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\DiscoverySelectors.java 251 Potential violation of Law of Demeter (method chain calls)
6847 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\DiscoverySelectors.java 251 Potential violation of Law of Demeter (method chain calls)
6848 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\DiscoverySelectors.java 251 Potential violation of Law of Demeter (method chain calls)
6849 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\DiscoverySelectors.java 251 Potential violation of Law of Demeter (method chain calls)
6850 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\DiscoverySelectors.java 350 Potential violation of Law of Demeter (method chain calls)
6851 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\DiscoverySelectors.java 350 Potential violation of Law of Demeter (method chain calls)
6852 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\DiscoverySelectors.java 350 Potential violation of Law of Demeter (method chain calls)
6853 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\DiscoverySelectors.java 368 Potential violation of Law of Demeter (method chain calls)
6854 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\DiscoverySelectors.java 368 Potential violation of Law of Demeter (method chain calls)
6855 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\DiscoverySelectors.java 441 Potential violation of Law of Demeter (method chain calls)
6856 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\DiscoverySelectors.java 441 Potential violation of Law of Demeter (method chain calls)
6857 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\DiscoverySelectors.java 441 Potential violation of Law of Demeter (method chain calls)
6858 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ExcludeClassNameFilter.java 38 Potential violation of Law of Demeter (method chain calls)
6859 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ExcludeClassNameFilter.java 38 Potential violation of Law of Demeter (method chain calls)
6860 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ExcludeClassNameFilter.java 58 Potential violation of Law of Demeter (method chain calls)
6861 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ExcludeClassNameFilter.java 58 Potential violation of Law of Demeter (method chain calls)
6862 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ExcludeClassNameFilter.java 59 Potential violation of Law of Demeter (method chain calls)
6863 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ExcludePackageNameFilter.java 48 Potential violation of Law of Demeter (method chain calls)
6864 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ExcludePackageNameFilter.java 48 Potential violation of Law of Demeter (method chain calls)
6865 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ExcludePackageNameFilter.java 54 Potential violation of Law of Demeter (method chain calls)
6866 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ExcludePackageNameFilter.java 74 Potential violation of Law of Demeter (method chain calls)
6867 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ExcludePackageNameFilter.java 74 Potential violation of Law of Demeter (method chain calls)
6868 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ExcludePackageNameFilter.java 76 Potential violation of Law of Demeter (method chain calls)
6869 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\FilePosition.java 38 A class which only has private constructors should be final
6870 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\FilePosition.java 38 The class 'FilePosition' has a Modified Cyclomatic Complexity of 2 (Highest = 10).
6871 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\FilePosition.java 38 The class 'FilePosition' has a Standard Cyclomatic Complexity of 2 (Highest = 10).
6872 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\FilePosition.java 85 The method 'fromQuery' has a Modified Cyclomatic Complexity of 10.
6873 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\FilePosition.java 85 The method 'fromQuery' has a Standard Cyclomatic Complexity of 10.
6874 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\FilePosition.java 85 The method 'fromQuery(String)' has a cyclomatic complexity of 13.
6875 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\FilePosition.java 96 Potential violation of Law of Demeter (method chain calls)
6876 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\FilePosition.java 98 Deeply nested if..then statements are hard to read
6877 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\FilePosition.java 99 Potential violation of Law of Demeter (method chain calls)
6878 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\FilePosition.java 153 Potential violation of Law of Demeter (method chain calls)
6879 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\FilePosition.java 165 Potential violation of Law of Demeter (method chain calls)
6880 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\FilePosition.java 170 Potential violation of Law of Demeter (method chain calls)
6881 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\FilePosition.java 170 Potential violation of Law of Demeter (method chain calls)
6882 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\FilePosition.java 178 Potential violation of Law of Demeter (method chain calls)
6883 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\FileSelector.java 70 Potential violation of Law of Demeter (method chain calls)
6884 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\FileSelector.java 87 Potential violation of Law of Demeter (method chain calls)
6885 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\FileSelector.java 103 Potential violation of Law of Demeter (method chain calls)
6886 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\FileSelector.java 103 Potential violation of Law of Demeter (method chain calls)
6887 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\IncludeClassNameFilter.java 38 Potential violation of Law of Demeter (method chain calls)
6888 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\IncludeClassNameFilter.java 38 Potential violation of Law of Demeter (method chain calls)
6889 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\IncludeClassNameFilter.java 48 Potential violation of Law of Demeter (method chain calls)
6890 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\IncludeClassNameFilter.java 59 Potential violation of Law of Demeter (method chain calls)
6891 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\IncludeClassNameFilter.java 59 Potential violation of Law of Demeter (method chain calls)
6892 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\IncludeClassNameFilter.java 60 Potential violation of Law of Demeter (method chain calls)
6893 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\IncludePackageNameFilter.java 48 Potential violation of Law of Demeter (method chain calls)
6894 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\IncludePackageNameFilter.java 48 Potential violation of Law of Demeter (method chain calls)
6895 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\IncludePackageNameFilter.java 58 Potential violation of Law of Demeter (method chain calls)
6896 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\IncludePackageNameFilter.java 74 Potential violation of Law of Demeter (method chain calls)
6897 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\IncludePackageNameFilter.java 74 Potential violation of Law of Demeter (method chain calls)
6898 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\IncludePackageNameFilter.java 76 Potential violation of Law of Demeter (method chain calls)
6899 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\MethodSelector.java 156 Potential violation of Law of Demeter (method chain calls)
6900 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\MethodSelector.java 156 Potential violation of Law of Demeter (method chain calls)
6901 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\MethodSelector.java 166 Potential violation of Law of Demeter (method chain calls)
6902 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\MethodSelector.java 167 Potential violation of Law of Demeter (method chain calls)
6903 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\MethodSelector.java 167 Potential violation of Law of Demeter (method chain calls)
6904 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\MethodSelector.java 167 Potential violation of Law of Demeter (method chain calls)
6905 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\MethodSelector.java 167 Potential violation of Law of Demeter (method chain calls)
6906 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\MethodSelector.java 174 Potential violation of Law of Demeter (method chain calls)
6907 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\MethodSelector.java 174 Potential violation of Law of Demeter (method chain calls)
6908 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\MethodSelector.java 174 Potential violation of Law of Demeter (method chain calls)
6909 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\MethodSelector.java 195 Potential violation of Law of Demeter (method chain calls)
6910 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\MethodSelector.java 196 Potential violation of Law of Demeter (method chain calls)
6911 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\MethodSelector.java 197 Potential violation of Law of Demeter (method chain calls)
6912 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\MethodSelector.java 206 Potential violation of Law of Demeter (method chain calls)
6913 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\MethodSelector.java 206 Potential violation of Law of Demeter (method chain calls)
6914 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\MethodSelector.java 206 Potential violation of Law of Demeter (method chain calls)
6915 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\ModuleSelector.java 59 Potential violation of Law of Demeter (method chain calls)
6916 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\NestedClassSelector.java 49 Private field 'enclosingClassSelectors' could be made final; it is only initialized in the declaration or constructor.
6917 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\NestedClassSelector.java 50 Private field 'nestedClassSelector' could be made final; it is only initialized in the declaration or constructor.
6918 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\NestedClassSelector.java 66 Potential violation of Law of Demeter (method chain calls)
6919 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\NestedClassSelector.java 66 Potential violation of Law of Demeter (method chain calls)
6920 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\NestedClassSelector.java 66 Potential violation of Law of Demeter (method chain calls)
6921 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\NestedClassSelector.java 79 Potential violation of Law of Demeter (method chain calls)
6922 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\NestedClassSelector.java 79 Potential violation of Law of Demeter (method chain calls)
6923 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\NestedClassSelector.java 79 Potential violation of Law of Demeter (method chain calls)
6924 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\PackageSelector.java 59 Potential violation of Law of Demeter (method chain calls)
6925 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\UniqueIdSelector.java 60 Potential violation of Law of Demeter (method chain calls)
6926 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\discovery\UriSelector.java 63 Potential violation of Law of Demeter (method chain calls)
6927 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\reporting\ReportEntry.java 49 Potential violation of Law of Demeter (method chain calls)
6928 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\reporting\ReportEntry.java 78 Potential violation of Law of Demeter (method chain calls)
6929 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\reporting\ReportEntry.java 95 Potential violation of Law of Demeter (method chain calls)
6930 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptor.java 110 Potential violation of Law of Demeter (method chain calls)
6931 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptor.java 115 Potential violation of Law of Demeter (method chain calls)
6932 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptor.java 125 Potential violation of Law of Demeter (method chain calls)
6933 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptor.java 153 Potential violation of Law of Demeter (method chain calls)
6934 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptor.java 179 Potential violation of Law of Demeter (object not created locally)
6935 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptor.java 184 Potential violation of Law of Demeter (method chain calls)
6936 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\ClassSource.java 43 A class which only has private constructors should be final
6937 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\ClassSource.java 133 Potential violation of Law of Demeter (method chain calls)
6938 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\ClassSource.java 133 Potential violation of Law of Demeter (method chain calls)
6939 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\ClassSource.java 148 Potential violation of Law of Demeter (method chain calls)
6940 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\ClassSource.java 160 Potential violation of Law of Demeter (method chain calls)
6941 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\ClassSource.java 160 Potential violation of Law of Demeter (method chain calls)
6942 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\ClassSource.java 165 Potential violation of Law of Demeter (method chain calls)
6943 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\ClassSource.java 165 Potential violation of Law of Demeter (method chain calls)
6944 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSource.java 33 A class which only has private constructors should be final
6945 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSource.java 105 Potential violation of Law of Demeter (method chain calls)
6946 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSource.java 106 Potential violation of Law of Demeter (method chain calls)
6947 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSource.java 142 Potential violation of Law of Demeter (method chain calls)
6948 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSource.java 154 Potential violation of Law of Demeter (method chain calls)
6949 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSource.java 155 Potential violation of Law of Demeter (method chain calls)
6950 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSource.java 160 Potential violation of Law of Demeter (method chain calls)
6951 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSource.java 160 Potential violation of Law of Demeter (method chain calls)
6952 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\CompositeTestSource.java 33 A class which only has private constructors should be final
6953 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\DefaultUriSource.java 48 Potential violation of Law of Demeter (method chain calls)
6954 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\DirectorySource.java 31 A class which only has private constructors should be final
6955 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\DirectorySource.java 64 Potential violation of Law of Demeter (method chain calls)
6956 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FilePosition.java 33 A class which only has private constructors should be final
6957 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FilePosition.java 33 The class 'FilePosition' has a Modified Cyclomatic Complexity of 2 (Highest = 10).
6958 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FilePosition.java 33 The class 'FilePosition' has a Standard Cyclomatic Complexity of 2 (Highest = 10).
6959 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FilePosition.java 80 The method 'fromQuery' has a Modified Cyclomatic Complexity of 10.
6960 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FilePosition.java 80 The method 'fromQuery' has a Standard Cyclomatic Complexity of 10.
6961 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FilePosition.java 80 The method 'fromQuery(String)' has a cyclomatic complexity of 13.
6962 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FilePosition.java 91 Potential violation of Law of Demeter (method chain calls)
6963 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FilePosition.java 93 Deeply nested if..then statements are hard to read
6964 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FilePosition.java 94 Potential violation of Law of Demeter (method chain calls)
6965 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FilePosition.java 148 Potential violation of Law of Demeter (method chain calls)
6966 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FilePosition.java 160 Potential violation of Law of Demeter (method chain calls)
6967 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FilePosition.java 165 Potential violation of Law of Demeter (method chain calls)
6968 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FilePosition.java 165 Potential violation of Law of Demeter (method chain calls)
6969 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FilePosition.java 173 Potential violation of Law of Demeter (method chain calls)
6970 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FileSource.java 34 A class which only has private constructors should be final
6971 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FileSource.java 83 Potential violation of Law of Demeter (method chain calls)
6972 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FileSource.java 100 Potential violation of Law of Demeter (method chain calls)
6973 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FileSource.java 112 Potential violation of Law of Demeter (method chain calls)
6974 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FileSource.java 112 Potential violation of Law of Demeter (method chain calls)
6975 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FileSource.java 117 Potential violation of Law of Demeter (method chain calls)
6976 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\FileSource.java 117 Potential violation of Law of Demeter (method chain calls)
6977 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\MethodSource.java 37 A class which only has private constructors should be final
6978 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\MethodSource.java 198 Potential violation of Law of Demeter (method chain calls)
6979 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\MethodSource.java 198 Potential violation of Law of Demeter (method chain calls)
6980 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\MethodSource.java 208 Potential violation of Law of Demeter (method chain calls)
6981 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\MethodSource.java 209 Potential violation of Law of Demeter (method chain calls)
6982 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\MethodSource.java 209 Potential violation of Law of Demeter (method chain calls)
6983 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\MethodSource.java 209 Potential violation of Law of Demeter (method chain calls)
6984 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\MethodSource.java 209 Potential violation of Law of Demeter (method chain calls)
6985 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\MethodSource.java 216 Potential violation of Law of Demeter (method chain calls)
6986 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\MethodSource.java 216 Potential violation of Law of Demeter (method chain calls)
6987 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\MethodSource.java 216 Potential violation of Law of Demeter (method chain calls)
6988 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\MethodSource.java 233 Potential violation of Law of Demeter (method chain calls)
6989 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\MethodSource.java 234 Potential violation of Law of Demeter (method chain calls)
6990 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\MethodSource.java 235 Potential violation of Law of Demeter (method chain calls)
6991 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\MethodSource.java 240 Potential violation of Law of Demeter (method chain calls)
6992 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\MethodSource.java 240 Potential violation of Law of Demeter (method chain calls)
6993 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\MethodSource.java 240 Potential violation of Law of Demeter (method chain calls)
6994 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\PackageSource.java 32 A class which only has private constructors should be final
6995 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\PackageSource.java 80 Potential violation of Law of Demeter (method chain calls)
6996 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\ResourceUtils.java 45 Potential violation of Law of Demeter (object not created locally)
6997 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\ResourceUtils.java 45 Potential violation of Law of Demeter (object not created locally)
6998 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\UriSource.java 63 Potential violation of Law of Demeter (method chain calls)
6999 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\UriSource.java 63 Potential violation of Law of Demeter (method chain calls)
7000 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\UriSource.java 63 Potential violation of Law of Demeter (object not created locally)
7001 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\UriSource.java 66 Potential violation of Law of Demeter (object not created locally)
7002 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\UriSource.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7003 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\descriptor\UriSource.java 70 Potential violation of Law of Demeter (method chain calls)
7004 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\ClassContainerSelectorResolver.java 60 Potential violation of Law of Demeter (method chain calls)
7005 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\ClassContainerSelectorResolver.java 60 Potential violation of Law of Demeter (method chain calls)
7006 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\ClassContainerSelectorResolver.java 60 Potential violation of Law of Demeter (method chain calls)
7007 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\ClassContainerSelectorResolver.java 60 Potential violation of Law of Demeter (method chain calls)
7008 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\ClassContainerSelectorResolver.java 60 Potential violation of Law of Demeter (method chain calls)
7009 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\ClassContainerSelectorResolver.java 60 Potential violation of Law of Demeter (method chain calls)
7010 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 11 A high number of imports can indicate a high degree of coupling within an object.
7011 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 57 The class 'EngineDiscoveryRequestResolution' has a Modified Cyclomatic Complexity of 4 (Highest = 14).
7012 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 57 The class 'EngineDiscoveryRequestResolution' has a Standard Cyclomatic Complexity of 4 (Highest = 14).
7013 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 84 Potential violation of Law of Demeter (method chain calls)
7014 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 92 Potential violation of Law of Demeter (object not created locally)
7015 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 94 Potential violation of Law of Demeter (object not created locally)
7016 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 108 Potential violation of Law of Demeter (method chain calls)
7017 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 108 Potential violation of Law of Demeter (method chain calls)
7018 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 108 Potential violation of Law of Demeter (method chain calls)
7019 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 108 Potential violation of Law of Demeter (method chain calls)
7020 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 118 The method 'resolve' has a Modified Cyclomatic Complexity of 14.
7021 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 118 The method 'resolve' has a Standard Cyclomatic Complexity of 14.
7022 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 118 The method 'resolve(DiscoverySelector)' has an NPath complexity of 8192, current threshold is 200
7023 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 169 Potential violation of Law of Demeter (object not created locally)
7024 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 182 Potential violation of Law of Demeter (method chain calls)
7025 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 182 Potential violation of Law of Demeter (method chain calls)
7026 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 182 Potential violation of Law of Demeter (method chain calls)
7027 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 182 Potential violation of Law of Demeter (method chain calls)
7028 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 182 Potential violation of Law of Demeter (method chain calls)
7029 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 218 Potential violation of Law of Demeter (method chain calls)
7030 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 224 Potential violation of Law of Demeter (method chain calls)
7031 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 224 Potential violation of Law of Demeter (method chain calls)
7032 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 224 Potential violation of Law of Demeter (method chain calls)
7033 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 224 Potential violation of Law of Demeter (method chain calls)
7034 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 224 Potential violation of Law of Demeter (method chain calls)
7035 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 247 Potential violation of Law of Demeter (object not created locally)
7036 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 248 Potential violation of Law of Demeter (method chain calls)
7037 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 250 Potential violation of Law of Demeter (method chain calls)
7038 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolution.java 250 Potential violation of Law of Demeter (method chain calls)
7039 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolver.java 118 Potential violation of Law of Demeter (method chain calls)
7040 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolver.java 118 Potential violation of Law of Demeter (method chain calls)
7041 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolver.java 118 Potential violation of Law of Demeter (method chain calls)
7042 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolver.java 118 Potential violation of Law of Demeter (method chain calls)
7043 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\EngineDiscoveryRequestResolver.java 274 Potential violation of Law of Demeter (method chain calls)
7044 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\SelectorResolver.java 71 This class has too many methods, consider refactoring it.
7045 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\SelectorResolver.java 564 Potential violation of Law of Demeter (method chain calls)
7046 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\discovery\SelectorResolver.java 592 Potential violation of Law of Demeter (method chain calls)
7047 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\filter\ClasspathScanningSupport.java 53 Potential violation of Law of Demeter (method chain calls)
7048 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\CompositeLock.java 61 Potential violation of Law of Demeter (method chain calls)
7049 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfiguration.java 16 The class 'DefaultParallelExecutionConfiguration' is suspected to be a Data Class (WOC=0.000%, NOPA=0, NOAM=5, WMC=6)
7050 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 39 Potential violation of Law of Demeter (method chain calls)
7051 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 39 Potential violation of Law of Demeter (method chain calls)
7052 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 57 Potential violation of Law of Demeter (method chain calls)
7053 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 57 Potential violation of Law of Demeter (method chain calls)
7054 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 60 Potential violation of Law of Demeter (object not created locally)
7055 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 64 Potential violation of Law of Demeter (method chain calls)
7056 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 64 Potential violation of Law of Demeter (method chain calls)
7057 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 65 Potential violation of Law of Demeter (method chain calls)
7058 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 65 Potential violation of Law of Demeter (method chain calls)
7059 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 65 Potential violation of Law of Demeter (method chain calls)
7060 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 65 Potential violation of Law of Demeter (method chain calls)
7061 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 65 Potential violation of Law of Demeter (object not created locally)
7062 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 80 Potential violation of Law of Demeter (method chain calls)
7063 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 82 Potential violation of Law of Demeter (method chain calls)
7064 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 82 Potential violation of Law of Demeter (method chain calls)
7065 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 82 Potential violation of Law of Demeter (method chain calls)
7066 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 136 Potential violation of Law of Demeter (method chain calls)
7067 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 136 Potential violation of Law of Demeter (method chain calls)
7068 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 136 Potential violation of Law of Demeter (method chain calls)
7069 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategy.java 136 Potential violation of Law of Demeter (method chain calls)
7070 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\ForkJoinPoolHierarchicalTestExecutorService.java 68 Potential violation of Law of Demeter (object not created locally)
7071 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\ForkJoinPoolHierarchicalTestExecutorService.java 70 Potential violation of Law of Demeter (method chain calls)
7072 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\ForkJoinPoolHierarchicalTestExecutorService.java 70 Potential violation of Law of Demeter (method chain calls)
7073 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\ForkJoinPoolHierarchicalTestExecutorService.java 170 Potential violation of Law of Demeter (method chain calls)
7074 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestEngine.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7075 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutor.java 56 Potential violation of Law of Demeter (method chain calls)
7076 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\LockManager.java 45 Potential violation of Law of Demeter (method chain calls)
7077 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\LockManager.java 45 Potential violation of Law of Demeter (method chain calls)
7078 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\LockManager.java 45 Potential violation of Law of Demeter (method chain calls)
7079 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\LockManager.java 45 Potential violation of Law of Demeter (method chain calls)
7080 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\LockManager.java 45 Potential violation of Law of Demeter (method chain calls)
7081 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\LockManager.java 48 Potential violation of Law of Demeter (method chain calls)
7082 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\LockManager.java 48 Potential violation of Law of Demeter (method chain calls)
7083 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\LockManager.java 50 Potential violation of Law of Demeter (method chain calls)
7084 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\LockManager.java 50 Potential violation of Law of Demeter (method chain calls)
7085 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\LockManager.java 50 Potential violation of Law of Demeter (method chain calls)
7086 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\LockManager.java 50 Potential violation of Law of Demeter (method chain calls)
7087 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\LockManager.java 50 Potential violation of Law of Demeter (object not created locally)
7088 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\Node.java 45 A method/constructor should not explicitly throw java.lang.Exception
7089 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\Node.java 58 A method/constructor should not explicitly throw java.lang.Exception
7090 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\Node.java 67 A method/constructor should not explicitly throw java.lang.Exception
7091 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\Node.java 85 A method/constructor should not explicitly throw java.lang.Exception
7092 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\Node.java 107 A method/constructor should not explicitly throw java.lang.Exception
7093 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\Node.java 123 A method/constructor should not explicitly throw java.lang.Exception
7094 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\Node.java 136 A method/constructor should not explicitly throw java.lang.Exception
7095 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\Node.java 360 A method/constructor should not explicitly throw java.lang.Exception
7096 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeExecutionAdvisor.java 37 Potential violation of Law of Demeter (method chain calls)
7097 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeExecutionAdvisor.java 37 Potential violation of Law of Demeter (method chain calls)
7098 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeExecutionAdvisor.java 45 Potential violation of Law of Demeter (method chain calls)
7099 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeExecutionAdvisor.java 45 Potential violation of Law of Demeter (method chain calls)
7100 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeTestTask.java 63 Potential violation of Law of Demeter (method chain calls)
7101 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeTestTask.java 68 Potential violation of Law of Demeter (method chain calls)
7102 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeTestTask.java 68 Potential violation of Law of Demeter (method chain calls)
7103 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeTestTask.java 78 Potential violation of Law of Demeter (method chain calls)
7104 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeTestTask.java 123 Potential violation of Law of Demeter (method chain calls)
7105 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeTestTask.java 168 Potential violation of Law of Demeter (method chain calls)
7106 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeTestTask.java 168 Potential violation of Law of Demeter (method chain calls)
7107 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeTestTask.java 168 Potential violation of Law of Demeter (method chain calls)
7108 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeTestTask.java 173 Potential violation of Law of Demeter (method chain calls)
7109 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeTestTask.java 183 Potential violation of Law of Demeter (method chain calls)
7110 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeTestTask.java 201 Potential violation of Law of Demeter (method chain calls)
7111 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeTestTask.java 202 Potential violation of Law of Demeter (object not created locally)
7112 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeTestTask.java 212 Potential violation of Law of Demeter (method chain calls)
7113 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalker.java 36 Potential violation of Law of Demeter (object not created locally)
7114 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalker.java 37 Potential violation of Law of Demeter (method chain calls)
7115 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalker.java 51 Potential violation of Law of Demeter (method chain calls)
7116 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalker.java 55 Potential violation of Law of Demeter (method chain calls)
7117 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\NopLock.java 18 A class which only has private constructors should be final
7118 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\SameThreadHierarchicalTestExecutorService.java 38 Potential violation of Law of Demeter (method chain calls)
7119 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\SingleTestExecutor.java 49 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
7120 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\ThrowableCollector.java 94 Potential violation of Law of Demeter (method chain calls)
7121 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\ThrowableCollector.java 95 Potential violation of Law of Demeter (method chain calls)
7122 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\main\java\org\junit\platform\engine\support\hierarchical\ThrowableCollector.java 161 Potential violation of Law of Demeter (method chain calls)
7123 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\testFixtures\java\org\junit\platform\engine\support\hierarchical\DemoHierarchicalContainerDescriptor.java 57 Potential violation of Law of Demeter (method chain calls)
7124 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\testFixtures\java\org\junit\platform\engine\support\hierarchical\DemoHierarchicalTestEngine.java 53 Potential violation of Law of Demeter (method chain calls)
7125 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\testFixtures\java\org\junit\platform\engine\support\hierarchical\DemoHierarchicalTestEngine.java 62 Potential violation of Law of Demeter (method chain calls)
7126 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\testFixtures\java\org\junit\platform\engine\support\hierarchical\DemoHierarchicalTestEngine.java 79 Potential violation of Law of Demeter (method chain calls)
7127 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\testFixtures\java\org\junit\platform\fakes\TestDescriptorStub.java 27 Potential violation of Law of Demeter (method chain calls)
7128 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-engine\src\testFixtures\java\org\junit\platform\fakes\TestEngineSpy.java 42 Potential violation of Law of Demeter (object not created locally)
7129 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineDiscoveryResult.java 30 A class which only has private constructors should be final
7130 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 42 A class which only has private constructors should be final
7131 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 119 Potential violation of Law of Demeter (method chain calls)
7132 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 119 Potential violation of Law of Demeter (method chain calls)
7133 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 119 Potential violation of Law of Demeter (method chain calls)
7134 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 119 Potential violation of Law of Demeter (method chain calls)
7135 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 124 Potential violation of Law of Demeter (method chain calls)
7136 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 124 Potential violation of Law of Demeter (method chain calls)
7137 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 124 Potential violation of Law of Demeter (method chain calls)
7138 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 124 Potential violation of Law of Demeter (method chain calls)
7139 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 132 Potential violation of Law of Demeter (method chain calls)
7140 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 132 Potential violation of Law of Demeter (method chain calls)
7141 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 132 Potential violation of Law of Demeter (method chain calls)
7142 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 132 Potential violation of Law of Demeter (method chain calls)
7143 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 132 Potential violation of Law of Demeter (method chain calls)
7144 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 140 Potential violation of Law of Demeter (method chain calls)
7145 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 140 Potential violation of Law of Demeter (method chain calls)
7146 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 140 Potential violation of Law of Demeter (method chain calls)
7147 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 140 Potential violation of Law of Demeter (method chain calls)
7148 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\EngineFilter.java 140 Potential violation of Law of Demeter (method chain calls)
7149 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\LauncherConstants.java 26 A class which only has private constructors should be final
7150 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TagFilter.java 48 This class has too many methods, consider refactoring it.
7151 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TagFilter.java 172 Potential violation of Law of Demeter (method chain calls)
7152 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TagFilter.java 172 Potential violation of Law of Demeter (method chain calls)
7153 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TagFilter.java 172 Potential violation of Law of Demeter (method chain calls)
7154 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TagFilter.java 172 Potential violation of Law of Demeter (method chain calls)
7155 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TagFilter.java 176 Potential violation of Law of Demeter (method chain calls)
7156 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TagFilter.java 176 Potential violation of Law of Demeter (method chain calls)
7157 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TagFilter.java 176 Potential violation of Law of Demeter (method chain calls)
7158 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TagFilter.java 180 Potential violation of Law of Demeter (method chain calls)
7159 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestIdentifier.java 57 Potential violation of Law of Demeter (method chain calls)
7160 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestIdentifier.java 59 Potential violation of Law of Demeter (method chain calls)
7161 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestIdentifier.java 62 Potential violation of Law of Demeter (method chain calls)
7162 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestIdentifier.java 62 Potential violation of Law of Demeter (method chain calls)
7163 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestIdentifier.java 102 Potential violation of Law of Demeter (method chain calls)
7164 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestIdentifier.java 156 Potential violation of Law of Demeter (method chain calls)
7165 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestIdentifier.java 167 Potential violation of Law of Demeter (method chain calls)
7166 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestIdentifier.java 177 Potential violation of Law of Demeter (method chain calls)
7167 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestIdentifier.java 194 Potential violation of Law of Demeter (method chain calls)
7168 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestPlan.java 82 Potential violation of Law of Demeter (method chain calls)
7169 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestPlan.java 82 Potential violation of Law of Demeter (method chain calls)
7170 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestPlan.java 105 Potential violation of Law of Demeter (method chain calls)
7171 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestPlan.java 106 Potential violation of Law of Demeter (method chain calls)
7172 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestPlan.java 109 Potential violation of Law of Demeter (object not created locally)
7173 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestPlan.java 133 Potential violation of Law of Demeter (method chain calls)
7174 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestPlan.java 133 Potential violation of Law of Demeter (method chain calls)
7175 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestPlan.java 187 Potential violation of Law of Demeter (method chain calls)
7176 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestPlan.java 187 Potential violation of Law of Demeter (method chain calls)
7177 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\TestPlan.java 187 Potential violation of Law of Demeter (method chain calls)
7178 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\DefaultDiscoveryRequest.java 73 Potential violation of Law of Demeter (method chain calls)
7179 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\DefaultDiscoveryRequest.java 84 Potential violation of Law of Demeter (method chain calls)
7180 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\DefaultLauncherConfig.java 26 The class 'DefaultLauncherConfig' is suspected to be a Data Class (WOC=0.000%, NOPA=0, NOAM=6, WMC=7)
7181 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineDiscoveryOrchestrator.java 71 Potential violation of Law of Demeter (method chain calls)
7182 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineDiscoveryOrchestrator.java 71 Potential violation of Law of Demeter (method chain calls)
7183 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineDiscoveryOrchestrator.java 71 Potential violation of Law of Demeter (method chain calls)
7184 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineDiscoveryOrchestrator.java 71 Potential violation of Law of Demeter (method chain calls)
7185 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineDiscoveryOrchestrator.java 134 Potential violation of Law of Demeter (method chain calls)
7186 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineDiscoveryOrchestrator.java 158 Potential violation of Law of Demeter (method chain calls)
7187 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineDiscoveryOrchestrator.java 162 Potential violation of Law of Demeter (method chain calls)
7188 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineDiscoveryOrchestrator.java 167 Potential violation of Law of Demeter (method chain calls)
7189 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineDiscoveryResultValidator.java 54 Potential violation of Law of Demeter (method chain calls)
7190 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineExecutionOrchestrator.java 49 Potential violation of Law of Demeter (object not created locally)
7191 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineExecutionOrchestrator.java 62 Potential violation of Law of Demeter (method chain calls)
7192 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineExecutionOrchestrator.java 64 Potential violation of Law of Demeter (method chain calls)
7193 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineExecutionOrchestrator.java 64 Potential violation of Law of Demeter (object not created locally)
7194 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineExecutionOrchestrator.java 69 Potential violation of Law of Demeter (method chain calls)
7195 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineExecutionOrchestrator.java 83 Potential violation of Law of Demeter (method chain calls)
7196 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineExecutionOrchestrator.java 84 Potential violation of Law of Demeter (method chain calls)
7197 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineExecutionOrchestrator.java 84 Potential violation of Law of Demeter (method chain calls)
7198 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineIdValidator.java 24 A class which only has private constructors should be final
7199 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineIdValidator.java 53 Potential violation of Law of Demeter (object not created locally)
7200 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineIdValidator.java 56 Potential violation of Law of Demeter (object not created locally)
7201 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineIdValidator.java 60 Potential violation of Law of Demeter (object not created locally)
7202 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineIdValidator.java 68 Potential violation of Law of Demeter (method chain calls)
7203 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\EngineIdValidator.java 69 Potential violation of Law of Demeter (object not created locally)
7204 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\ExecutionListenerAdapter.java 65 Potential violation of Law of Demeter (method chain calls)
7205 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\InternalTestPlan.java 27 A class which only has private constructors should be final
7206 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfig.java 194 Potential violation of Law of Demeter (method chain calls)
7207 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfig.java 209 Potential violation of Law of Demeter (method chain calls)
7208 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfig.java 224 Potential violation of Law of Demeter (method chain calls)
7209 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfigurationParameters.java 58 Potential violation of Law of Demeter (method chain calls)
7210 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfigurationParameters.java 58 Potential violation of Law of Demeter (method chain calls)
7211 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfigurationParameters.java 63 Potential violation of Law of Demeter (method chain calls)
7212 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfigurationParameters.java 63 Potential violation of Law of Demeter (method chain calls)
7213 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfigurationParameters.java 63 Potential violation of Law of Demeter (method chain calls)
7214 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfigurationParameters.java 70 Potential violation of Law of Demeter (method chain calls)
7215 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfigurationParameters.java 70 Potential violation of Law of Demeter (method chain calls)
7216 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfigurationParameters.java 70 Potential violation of Law of Demeter (method chain calls)
7217 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfigurationParameters.java 70 Potential violation of Law of Demeter (method chain calls)
7218 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfigurationParameters.java 70 Potential violation of Law of Demeter (method chain calls)
7219 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfigurationParameters.java 159 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7220 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfigurationParameters.java 196 Potential violation of Law of Demeter (object not created locally)
7221 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfigurationParameters.java 205 Potential violation of Law of Demeter (method chain calls)
7222 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfigurationParameters.java 208 Potential violation of Law of Demeter (object not created locally)
7223 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfigurationParameters.java 209 Potential violation of Law of Demeter (object not created locally)
7224 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfigurationParameters.java 210 Potential violation of Law of Demeter (object not created locally)
7225 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherConfigurationParameters.java 215 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7226 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilder.java 83 This class has too many methods, consider refactoring it.
7227 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilder.java 156 Potential violation of Law of Demeter (method chain calls)
7228 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilder.java 156 Potential violation of Law of Demeter (method chain calls)
7229 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilder.java 184 Potential violation of Law of Demeter (method chain calls)
7230 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilder.java 242 Potential violation of Law of Demeter (method chain calls)
7231 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilder.java 242 Potential violation of Law of Demeter (method chain calls)
7232 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilder.java 242 Potential violation of Law of Demeter (method chain calls)
7233 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilder.java 242 Potential violation of Law of Demeter (method chain calls)
7234 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilder.java 243 Potential violation of Law of Demeter (method chain calls)
7235 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilder.java 243 Potential violation of Law of Demeter (method chain calls)
7236 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilder.java 259 Potential violation of Law of Demeter (method chain calls)
7237 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilder.java 259 Potential violation of Law of Demeter (method chain calls)
7238 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilder.java 259 Potential violation of Law of Demeter (method chain calls)
7239 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilder.java 259 Potential violation of Law of Demeter (method chain calls)
7240 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilder.java 259 Potential violation of Law of Demeter (method chain calls)
7241 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilder.java 266 Potential violation of Law of Demeter (method chain calls)
7242 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilder.java 266 Potential violation of Law of Demeter (method chain calls)
7243 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilder.java 266 Potential violation of Law of Demeter (method chain calls)
7244 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherFactory.java 61 A class which only has private constructors should be final
7245 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherFactory.java 75 Potential violation of Law of Demeter (method chain calls)
7246 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherFactory.java 75 Potential violation of Law of Demeter (method chain calls)
7247 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherFactory.java 108 Potential violation of Law of Demeter (method chain calls)
7248 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherFactory.java 108 Potential violation of Law of Demeter (method chain calls)
7249 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherFactory.java 110 Potential violation of Law of Demeter (method chain calls)
7250 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherFactory.java 110 Potential violation of Law of Demeter (method chain calls)
7251 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherFactory.java 117 Potential violation of Law of Demeter (method chain calls)
7252 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherFactory.java 118 Potential violation of Law of Demeter (method chain calls)
7253 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherFactory.java 118 Potential violation of Law of Demeter (object not created locally)
7254 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\LauncherFactory.java 121 Potential violation of Law of Demeter (method chain calls)
7255 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\OutcomeDelayingEngineExecutionListener.java 80 Potential violation of Law of Demeter (method chain calls)
7256 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\OutcomeDelayingEngineExecutionListener.java 81 Potential violation of Law of Demeter (method chain calls)
7257 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\OutcomeDelayingEngineExecutionListener.java 81 Potential violation of Law of Demeter (method chain calls)
7258 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\ServiceLoaderTestEngineRegistry.java 44 Potential violation of Law of Demeter (method chain calls)
7259 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\ServiceLoaderTestEngineRegistry.java 44 Potential violation of Law of Demeter (method chain calls)
7260 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\ServiceLoaderTestEngineRegistry.java 47 Potential violation of Law of Demeter (object not created locally)
7261 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\ServiceLoaderTestEngineRegistry.java 55 Potential violation of Law of Demeter (method chain calls)
7262 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\ServiceLoaderTestEngineRegistry.java 56 Potential violation of Law of Demeter (method chain calls)
7263 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\ServiceLoaderTestEngineRegistry.java 57 Potential violation of Law of Demeter (method chain calls)
7264 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\ServiceLoaderTestEngineRegistry.java 58 Potential violation of Law of Demeter (method chain calls)
7265 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 35 A class which only has private constructors should be final
7266 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 44 Potential violation of Law of Demeter (method chain calls)
7267 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 45 Potential violation of Law of Demeter (method chain calls)
7268 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 50 Potential violation of Law of Demeter (method chain calls)
7269 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 50 Potential violation of Law of Demeter (method chain calls)
7270 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 58 Potential violation of Law of Demeter (object not created locally)
7271 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 58 Potential violation of Law of Demeter (object not created locally)
7272 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 58 Potential violation of Law of Demeter (object not created locally)
7273 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 58 Potential violation of Law of Demeter (object not created locally)
7274 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 59 Potential violation of Law of Demeter (method chain calls)
7275 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 60 Potential violation of Law of Demeter (method chain calls)
7276 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 74 Potential violation of Law of Demeter (method chain calls)
7277 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 75 Potential violation of Law of Demeter (method chain calls)
7278 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 80 Potential violation of Law of Demeter (method chain calls)
7279 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 81 Potential violation of Law of Demeter (method chain calls)
7280 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 87 Potential violation of Law of Demeter (method chain calls)
7281 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 87 Potential violation of Law of Demeter (method chain calls)
7282 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 91 Potential violation of Law of Demeter (method chain calls)
7283 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListener.java 91 Potential violation of Law of Demeter (method chain calls)
7284 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptor.java 33 Potential violation of Law of Demeter (method chain calls)
7285 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptor.java 37 Potential violation of Law of Demeter (method chain calls)
7286 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptor.java 59 Potential violation of Law of Demeter (method chain calls)
7287 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptor.java 63 Potential violation of Law of Demeter (method chain calls)
7288 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptor.java 73 Potential violation of Law of Demeter (object not created locally)
7289 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptor.java 73 Potential violation of Law of Demeter (object not created locally)
7290 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\StreamInterceptor.java 87 Potential violation of Law of Demeter (object not created locally)
7291 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\TestExecutionListenerRegistry.java 54 Potential violation of Law of Demeter (method chain calls)
7292 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\TestExecutionListenerRegistry.java 56 Potential violation of Law of Demeter (method chain calls)
7293 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\TestExecutionListenerRegistry.java 56 Potential violation of Law of Demeter (method chain calls)
7294 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\TestExecutionListenerRegistry.java 56 Potential violation of Law of Demeter (method chain calls)
7295 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\TestExecutionListenerRegistry.java 56 Potential violation of Law of Demeter (method chain calls)
7296 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\TestExecutionListenerRegistry.java 56 Potential violation of Law of Demeter (method chain calls)
7297 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\TestExecutionListenerRegistry.java 56 Potential violation of Law of Demeter (method chain calls)
7298 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\core\TestExecutionListenerRegistry.java 56 Potential violation of Law of Demeter (method chain calls)
7299 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\LegacyReportingUtils.java 31 A class which only has private constructors should be final
7300 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\LegacyReportingUtils.java 59 Potential violation of Law of Demeter (object not created locally)
7301 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\LegacyReportingUtils.java 66 Potential violation of Law of Demeter (method chain calls)
7302 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\LegacyReportingUtils.java 71 Potential violation of Law of Demeter (method chain calls)
7303 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\LegacyReportingUtils.java 71 Potential violation of Law of Demeter (method chain calls)
7304 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\LegacyReportingUtils.java 71 Potential violation of Law of Demeter (method chain calls)
7305 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\LegacyReportingUtils.java 71 Potential violation of Law of Demeter (method chain calls)
7306 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\LegacyReportingUtils.java 71 Potential violation of Law of Demeter (method chain calls)
7307 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\LegacyReportingUtils.java 80 Potential violation of Law of Demeter (method chain calls)
7308 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\LegacyReportingUtils.java 80 Potential violation of Law of Demeter (method chain calls)
7309 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\LegacyReportingUtils.java 80 Potential violation of Law of Demeter (method chain calls)
7310 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\LoggingListener.java 38 A class which only has private constructors should be final
7311 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\LoggingListener.java 38 This class has too many methods, consider refactoring it.
7312 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\LoggingListener.java 63 Potential violation of Law of Demeter (method chain calls)
7313 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\LoggingListener.java 63 Potential violation of Law of Demeter (method chain calls)
7314 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\LoggingListener.java 118 Potential violation of Law of Demeter (method chain calls)
7315 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\LoggingListener.java 118 Potential violation of Law of Demeter (method chain calls)
7316 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\MutableTestExecutionSummary.java 32 Too many fields
7317 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\MutableTestExecutionSummary.java 150 Potential violation of Law of Demeter (method chain calls)
7318 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\MutableTestExecutionSummary.java 150 Potential violation of Law of Demeter (method chain calls)
7319 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\MutableTestExecutionSummary.java 227 Potential violation of Law of Demeter (method chain calls)
7320 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\MutableTestExecutionSummary.java 232 Potential violation of Law of Demeter (method chain calls)
7321 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\MutableTestExecutionSummary.java 239 The method 'printStackTrace(PrintWriter, StackTraceElement, Throwable, String, String, Set, int)' has a cyclomatic complexity of 10.
7322 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\MutableTestExecutionSummary.java 239 The method 'printStackTrace(PrintWriter, StackTraceElement, Throwable, String, String, Set, int)' has an NPath complexity of 288, current threshold is 200
7323 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\MutableTestExecutionSummary.java 255 Potential violation of Law of Demeter (method chain calls)
7324 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\MutableTestExecutionSummary.java 273 Potential violation of Law of Demeter (method chain calls)
7325 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\MutableTestExecutionSummary.java 273 Potential violation of Law of Demeter (method chain calls)
7326 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\MutableTestExecutionSummary.java 273 Potential violation of Law of Demeter (method chain calls)
7327 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\SummaryGeneratingListener.java 33 The class 'SummaryGeneratingListener' has a Standard Cyclomatic Complexity of 3 (Highest = 10).
7328 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\SummaryGeneratingListener.java 69 Potential violation of Law of Demeter (method chain calls)
7329 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\SummaryGeneratingListener.java 69 Potential violation of Law of Demeter (method chain calls)
7330 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\SummaryGeneratingListener.java 69 Potential violation of Law of Demeter (method chain calls)
7331 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\SummaryGeneratingListener.java 69 Potential violation of Law of Demeter (method chain calls)
7332 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\SummaryGeneratingListener.java 69 Potential violation of Law of Demeter (method chain calls)
7333 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\SummaryGeneratingListener.java 72 Potential violation of Law of Demeter (method chain calls)
7334 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\SummaryGeneratingListener.java 72 Potential violation of Law of Demeter (method chain calls)
7335 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\SummaryGeneratingListener.java 72 Potential violation of Law of Demeter (method chain calls)
7336 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\SummaryGeneratingListener.java 72 Potential violation of Law of Demeter (method chain calls)
7337 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\SummaryGeneratingListener.java 72 Potential violation of Law of Demeter (method chain calls)
7338 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\SummaryGeneratingListener.java 91 The method 'executionFinished' has a Standard Cyclomatic Complexity of 10.
7339 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\SummaryGeneratingListener.java 91 The method 'executionFinished(TestIdentifier, TestExecutionResult)' has a cyclomatic complexity of 11.
7340 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\SummaryGeneratingListener.java 122 Potential violation of Law of Demeter (method chain calls)
7341 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListener.java 33 Potential violation of Law of Demeter (method chain calls)
7342 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListener.java 33 Potential violation of Law of Demeter (method chain calls)
7343 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListener.java 39 Potential violation of Law of Demeter (method chain calls)
7344 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListener.java 42 Potential violation of Law of Demeter (method chain calls)
7345 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListener.java 43 Potential violation of Law of Demeter (object not created locally)
7346 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\LauncherDiscoveryListeners.java 36 A class which only has private constructors should be final
7347 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\LauncherDiscoveryListeners.java 87 Potential violation of Law of Demeter (method chain calls)
7348 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\LauncherDiscoveryListeners.java 87 Potential violation of Law of Demeter (method chain calls)
7349 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\LauncherDiscoveryListeners.java 87 Potential violation of Law of Demeter (method chain calls)
7350 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\LauncherDiscoveryListeners.java 87 Potential violation of Law of Demeter (method chain calls)
7351 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\LauncherDiscoveryListeners.java 95 Potential violation of Law of Demeter (method chain calls)
7352 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\LauncherDiscoveryListeners.java 95 Potential violation of Law of Demeter (method chain calls)
7353 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListener.java 45 Potential violation of Law of Demeter (object not created locally)
7354 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListener.java 46 Potential violation of Law of Demeter (method chain calls)
7355 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListener.java 46 Potential violation of Law of Demeter (method chain calls)
7356 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListener.java 46 Potential violation of Law of Demeter (object not created locally)
7357 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListener.java 64 Potential violation of Law of Demeter (method chain calls)
7358 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListener.java 64 Potential violation of Law of Demeter (method chain calls)
7359 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListener.java 70 Potential violation of Law of Demeter (method chain calls)
7360 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListener.java 71 Potential violation of Law of Demeter (object not created locally)
7361 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListener.java 75 Potential violation of Law of Demeter (object not created locally)
7362 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\Operator.java 129 Potential violation of Law of Demeter (method chain calls)
7363 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\Operator.java 129 Potential violation of Law of Demeter (method chain calls)
7364 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\Operator.java 129 Potential violation of Law of Demeter (method chain calls)
7365 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ParseResult.java 41 Potential violation of Law of Demeter (method chain calls)
7366 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ParseResult.java 42 Potential violation of Law of Demeter (method chain calls)
7367 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ParseResult.java 42 Potential violation of Law of Demeter (method chain calls)
7368 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ParseResult.java 44 Potential violation of Law of Demeter (method chain calls)
7369 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ParseResults.java 18 A class which only has private constructors should be final
7370 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ParseStatus.java 18 A class which only has private constructors should be final
7371 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ParseStatus.java 18 This class has too many methods, consider refactoring it.
7372 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ParseStatus.java 46 Potential violation of Law of Demeter (static property access)
7373 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ParseStatus.java 46 Potential violation of Law of Demeter (static property access)
7374 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ParseStatus.java 47 Potential violation of Law of Demeter (static property access)
7375 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ParseStatus.java 47 Potential violation of Law of Demeter (static property access)
7376 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ShuntingYard.java 32 This class has too many methods, consider refactoring it.
7377 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ShuntingYard.java 51 Potential violation of Law of Demeter (method chain calls)
7378 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ShuntingYard.java 51 Potential violation of Law of Demeter (method chain calls)
7379 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ShuntingYard.java 51 Potential violation of Law of Demeter (method chain calls)
7380 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ShuntingYard.java 51 Potential violation of Law of Demeter (method chain calls)
7381 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ShuntingYard.java 55 Potential violation of Law of Demeter (object not created locally)
7382 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ShuntingYard.java 58 Potential violation of Law of Demeter (method chain calls)
7383 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ShuntingYard.java 58 Potential violation of Law of Demeter (method chain calls)
7384 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ShuntingYard.java 103 Potential violation of Law of Demeter (object not created locally)
7385 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ShuntingYard.java 104 Potential violation of Law of Demeter (object not created locally)
7386 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ShuntingYard.java 115 Potential violation of Law of Demeter (static property access)
7387 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ShuntingYard.java 117 Potential violation of Law of Demeter (object not created locally)
7388 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ShuntingYard.java 126 Potential violation of Law of Demeter (method chain calls)
7389 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ShuntingYard.java 142 Potential violation of Law of Demeter (object not created locally)
7390 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ShuntingYard.java 144 Potential violation of Law of Demeter (object not created locally)
7391 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\ShuntingYard.java 145 Potential violation of Law of Demeter (object not created locally)
7392 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\TagExpressions.java 20 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7393 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\main\java\org\junit\platform\launcher\tagexpression\Tokenizer.java 35 Potential violation of Law of Demeter (object not created locally)
7394 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\testFixtures\java\org\junit\platform\launcher\core\ConfigurationParametersFactoryForTests.java 17 A class which only has private constructors should be final
7395 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\testFixtures\java\org\junit\platform\launcher\core\ConfigurationParametersFactoryForTests.java 23 Potential violation of Law of Demeter (method chain calls)
7396 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\testFixtures\java\org\junit\platform\launcher\core\ConfigurationParametersFactoryForTests.java 23 Potential violation of Law of Demeter (method chain calls)
7397 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\testFixtures\java\org\junit\platform\launcher\core\ConfigurationParametersFactoryForTests.java 23 Potential violation of Law of Demeter (method chain calls)
7398 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\testFixtures\java\org\junit\platform\launcher\core\LauncherFactoryForTestingPurposesOnly.java 19 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7399 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\testFixtures\java\org\junit\platform\launcher\core\LauncherFactoryForTestingPurposesOnly.java 22 Potential violation of Law of Demeter (method chain calls)
7400 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\testFixtures\java\org\junit\platform\launcher\core\LauncherFactoryForTestingPurposesOnly.java 22 Potential violation of Law of Demeter (method chain calls)
7401 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\testFixtures\java\org\junit\platform\launcher\core\LauncherFactoryForTestingPurposesOnly.java 22 Potential violation of Law of Demeter (method chain calls)
7402 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\testFixtures\java\org\junit\platform\launcher\core\LauncherFactoryForTestingPurposesOnly.java 22 Potential violation of Law of Demeter (method chain calls)
7403 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\testFixtures\java\org\junit\platform\launcher\core\LauncherFactoryForTestingPurposesOnly.java 22 Potential violation of Law of Demeter (method chain calls)
7404 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\testFixtures\java\org\junit\platform\launcher\core\LauncherFactoryForTestingPurposesOnly.java 22 Potential violation of Law of Demeter (method chain calls)
7405 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\testFixtures\java\org\junit\platform\launcher\core\LauncherFactoryForTestingPurposesOnly.java 22 Potential violation of Law of Demeter (method chain calls)
7406 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-launcher\src\testFixtures\java\org\junit\platform\launcher\core\LauncherFactoryForTestingPurposesOnly.java 22 Potential violation of Law of Demeter (method chain calls)
7407 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\LegacyReportingUtils.java 54 Potential violation of Law of Demeter (static property access)
7408 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListener.java 74 Potential violation of Law of Demeter (method chain calls)
7409 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListener.java 77 Potential violation of Law of Demeter (method chain calls)
7410 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListener.java 110 Potential violation of Law of Demeter (method chain calls)
7411 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListener.java 110 Potential violation of Law of Demeter (method chain calls)
7412 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListener.java 110 Potential violation of Law of Demeter (method chain calls)
7413 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListener.java 126 Potential violation of Law of Demeter (method chain calls)
7414 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportData.java 73 Potential violation of Law of Demeter (method chain calls)
7415 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportData.java 73 Potential violation of Law of Demeter (method chain calls)
7416 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportData.java 73 Potential violation of Law of Demeter (method chain calls)
7417 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportData.java 83 Potential violation of Law of Demeter (object not created locally)
7418 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportData.java 87 Potential violation of Law of Demeter (method chain calls)
7419 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportData.java 93 Potential violation of Law of Demeter (method chain calls)
7420 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportData.java 97 Potential violation of Law of Demeter (method chain calls)
7421 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportData.java 97 Potential violation of Law of Demeter (method chain calls)
7422 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportData.java 108 Potential violation of Law of Demeter (method chain calls)
7423 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportData.java 108 Potential violation of Law of Demeter (method chain calls)
7424 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportData.java 111 Potential violation of Law of Demeter (method chain calls)
7425 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportData.java 111 Potential violation of Law of Demeter (method chain calls)
7426 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportData.java 112 Potential violation of Law of Demeter (object not created locally)
7427 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportData.java 114 Potential violation of Law of Demeter (object not created locally)
7428 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportData.java 126 Potential violation of Law of Demeter (method chain calls)
7429 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportData.java 126 Potential violation of Law of Demeter (method chain calls)
7430 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportData.java 132 Potential violation of Law of Demeter (object not created locally)
7431 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 53 This class has too many methods, consider refactoring it.
7432 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 118 Potential violation of Law of Demeter (method chain calls)
7433 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 118 Potential violation of Law of Demeter (method chain calls)
7434 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 123 Potential violation of Law of Demeter (method chain calls)
7435 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 124 Potential violation of Law of Demeter (object not created locally)
7436 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 125 Potential violation of Law of Demeter (object not created locally)
7437 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 126 Potential violation of Law of Demeter (object not created locally)
7438 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 127 Potential violation of Law of Demeter (object not created locally)
7439 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 172 Potential violation of Law of Demeter (method chain calls)
7440 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 172 Potential violation of Law of Demeter (method chain calls)
7441 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 179 Potential violation of Law of Demeter (method chain calls)
7442 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 179 Potential violation of Law of Demeter (method chain calls)
7443 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 183 Potential violation of Law of Demeter (method chain calls)
7444 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 183 Potential violation of Law of Demeter (object not created locally)
7445 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 183 Potential violation of Law of Demeter (object not created locally)
7446 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 184 Potential violation of Law of Demeter (object not created locally)
7447 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 205 Potential violation of Law of Demeter (object not created locally)
7448 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 222 Potential violation of Law of Demeter (method chain calls)
7449 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 222 Potential violation of Law of Demeter (method chain calls)
7450 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 229 Potential violation of Law of Demeter (object not created locally)
7451 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 234 Potential violation of Law of Demeter (object not created locally)
7452 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 239 Potential violation of Law of Demeter (object not created locally)
7453 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 243 Potential violation of Law of Demeter (method chain calls)
7454 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 264 Potential violation of Law of Demeter (method chain calls)
7455 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 264 Potential violation of Law of Demeter (method chain calls)
7456 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 269 Potential violation of Law of Demeter (method chain calls)
7457 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 269 Potential violation of Law of Demeter (method chain calls)
7458 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 277 Potential violation of Law of Demeter (method chain calls)
7459 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 277 Potential violation of Law of Demeter (method chain calls)
7460 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 277 Potential violation of Law of Demeter (method chain calls)
7461 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 311 Potential violation of Law of Demeter (method chain calls)
7462 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 311 Potential violation of Law of Demeter (method chain calls)
7463 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 315 Potential violation of Law of Demeter (method chain calls)
7464 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 342 Potential violation of Law of Demeter (object not created locally)
7465 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 342 Potential violation of Law of Demeter (object not created locally)
7466 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 345 The class 'TestCounts' is suspected to be a Data Class (WOC=0.000%, NOPA=0, NOAM=4, WMC=11)
7467 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 355 Potential violation of Law of Demeter (method chain calls)
7468 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 355 Potential violation of Law of Demeter (object not created locally)
7469 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 355 Potential violation of Law of Demeter (object not created locally)
7470 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-reporting\src\main\java\org\junit\platform\reporting\legacy\xml\XmlReportWriter.java 356 Potential violation of Law of Demeter (object not created locally)
7471 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 11 A high number of imports can indicate a high degree of coupling within an object.
7472 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 110 This class has too many methods, consider refactoring it.
7473 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 151 Potential violation of Law of Demeter (object not created locally)
7474 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 153 Potential violation of Law of Demeter (method chain calls)
7475 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 153 Potential violation of Law of Demeter (method chain calls)
7476 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 156 Potential violation of Law of Demeter (method chain calls)
7477 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 178 Potential violation of Law of Demeter (method chain calls)
7478 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 178 Potential violation of Law of Demeter (method chain calls)
7479 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 179 Potential violation of Law of Demeter (method chain calls)
7480 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 179 Potential violation of Law of Demeter (method chain calls)
7481 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 185 Potential violation of Law of Demeter (method chain calls)
7482 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 185 Potential violation of Law of Demeter (method chain calls)
7483 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 245 Potential violation of Law of Demeter (method chain calls)
7484 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 249 Potential violation of Law of Demeter (method chain calls)
7485 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 253 Potential violation of Law of Demeter (method chain calls)
7486 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 257 Potential violation of Law of Demeter (method chain calls)
7487 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 261 Potential violation of Law of Demeter (method chain calls)
7488 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 265 Potential violation of Law of Demeter (method chain calls)
7489 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 269 Potential violation of Law of Demeter (method chain calls)
7490 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 273 Potential violation of Law of Demeter (method chain calls)
7491 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 277 Potential violation of Law of Demeter (method chain calls)
7492 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 277 Potential violation of Law of Demeter (method chain calls)
7493 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 286 Potential violation of Law of Demeter (method chain calls)
7494 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 286 Potential violation of Law of Demeter (method chain calls)
7495 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 294 Potential violation of Law of Demeter (method chain calls)
7496 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 294 Potential violation of Law of Demeter (method chain calls)
7497 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 294 Potential violation of Law of Demeter (method chain calls)
7498 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 294 Potential violation of Law of Demeter (method chain calls)
7499 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 294 Potential violation of Law of Demeter (method chain calls)
7500 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 307 Potential violation of Law of Demeter (object not created locally)
7501 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 315 Potential violation of Law of Demeter (method chain calls)
7502 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 315 Potential violation of Law of Demeter (method chain calls)
7503 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 315 Potential violation of Law of Demeter (method chain calls)
7504 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 315 Potential violation of Law of Demeter (method chain calls)
7505 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 315 Potential violation of Law of Demeter (method chain calls)
7506 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 320 Potential violation of Law of Demeter (method chain calls)
7507 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatform.java 320 Potential violation of Law of Demeter (method chain calls)
7508 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformRunnerListener.java 40 Potential violation of Law of Demeter (method chain calls)
7509 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformRunnerListener.java 50 Potential violation of Law of Demeter (method chain calls)
7510 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformRunnerListener.java 50 Potential violation of Law of Demeter (method chain calls)
7511 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformRunnerListener.java 62 Potential violation of Law of Demeter (object not created locally)
7512 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformRunnerListener.java 77 Potential violation of Law of Demeter (object not created locally)
7513 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformRunnerListener.java 88 Potential violation of Law of Demeter (method chain calls)
7514 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 78 Potential violation of Law of Demeter (method chain calls)
7515 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 78 Potential violation of Law of Demeter (method chain calls)
7516 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 78 Potential violation of Law of Demeter (method chain calls)
7517 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 78 Potential violation of Law of Demeter (method chain calls)
7518 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 78 Potential violation of Law of Demeter (method chain calls)
7519 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 86 Potential violation of Law of Demeter (method chain calls)
7520 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 90 Potential violation of Law of Demeter (method chain calls)
7521 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 90 Potential violation of Law of Demeter (method chain calls)
7522 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 91 Potential violation of Law of Demeter (method chain calls)
7523 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 98 Potential violation of Law of Demeter (method chain calls)
7524 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 105 Potential violation of Law of Demeter (method chain calls)
7525 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 105 Potential violation of Law of Demeter (method chain calls)
7526 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 113 Potential violation of Law of Demeter (object not created locally)
7527 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 116 Potential violation of Law of Demeter (method chain calls)
7528 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 116 Potential violation of Law of Demeter (method chain calls)
7529 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 120 Potential violation of Law of Demeter (object not created locally)
7530 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 121 Deeply nested if..then statements are hard to read
7531 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 122 Potential violation of Law of Demeter (object not created locally)
7532 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 124 Potential violation of Law of Demeter (object not created locally)
7533 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 134 Potential violation of Law of Demeter (method chain calls)
7534 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 134 Potential violation of Law of Demeter (method chain calls)
7535 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 134 Potential violation of Law of Demeter (method chain calls)
7536 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 134 Potential violation of Law of Demeter (method chain calls)
7537 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 134 Potential violation of Law of Demeter (method chain calls)
7538 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 136 Potential violation of Law of Demeter (method chain calls)
7539 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 146 Potential violation of Law of Demeter (method chain calls)
7540 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 146 Potential violation of Law of Demeter (method chain calls)
7541 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 158 Potential violation of Law of Demeter (method chain calls)
7542 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 158 Potential violation of Law of Demeter (method chain calls)
7543 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 158 Potential violation of Law of Demeter (method chain calls)
7544 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 158 Potential violation of Law of Demeter (method chain calls)
7545 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-runner\src\main\java\org\junit\platform\runner\JUnitPlatformTestTree.java 158 Potential violation of Law of Demeter (method chain calls)
7546 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Assertions.java 30 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7547 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Assertions.java 40 Potential violation of Law of Demeter (method chain calls)
7548 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Assertions.java 40 Potential violation of Law of Demeter (method chain calls)
7549 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Assertions.java 40 Potential violation of Law of Demeter (method chain calls)
7550 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Assertions.java 40 Potential violation of Law of Demeter (method chain calls)
7551 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Assertions.java 55 Potential violation of Law of Demeter (object not created locally)
7552 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Assertions.java 57 Potential violation of Law of Demeter (method chain calls)
7553 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EngineExecutionResults.java 106 Potential violation of Law of Demeter (method chain calls)
7554 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EngineTestKit.java 11 A high number of imports can indicate a high degree of coupling within an object.
7555 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EngineTestKit.java 62 This class has too many methods, consider refactoring it.
7556 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EngineTestKit.java 277 Potential violation of Law of Demeter (method chain calls)
7557 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EngineTestKit.java 277 Potential violation of Law of Demeter (method chain calls)
7558 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EngineTestKit.java 277 Potential violation of Law of Demeter (method chain calls)
7559 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EngineTestKit.java 277 Potential violation of Law of Demeter (method chain calls)
7560 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EngineTestKit.java 277 Potential violation of Law of Demeter (method chain calls)
7561 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EngineTestKit.java 294 Potential violation of Law of Demeter (method chain calls)
7562 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EngineTestKit.java 294 Potential violation of Law of Demeter (method chain calls)
7563 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EngineTestKit.java 298 Potential violation of Law of Demeter (object not created locally)
7564 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EngineTestKit.java 306 Potential violation of Law of Demeter (method chain calls)
7565 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EngineTestKit.java 307 Potential violation of Law of Demeter (method chain calls)
7566 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EngineTestKit.java 308 Potential violation of Law of Demeter (method chain calls)
7567 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EngineTestKit.java 309 Potential violation of Law of Demeter (method chain calls)
7568 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EngineTestKit.java 478 Potential violation of Law of Demeter (method chain calls)
7569 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Event.java 35 A class which only has private constructors should be final
7570 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Event.java 146 Potential violation of Law of Demeter (method chain calls)
7571 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Event.java 208 Potential violation of Law of Demeter (method chain calls)
7572 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Event.java 226 Potential violation of Law of Demeter (method chain calls)
7573 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Event.java 226 Potential violation of Law of Demeter (method chain calls)
7574 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Event.java 226 Potential violation of Law of Demeter (method chain calls)
7575 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Event.java 226 Potential violation of Law of Demeter (method chain calls)
7576 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Event.java 243 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
7577 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Event.java 244 Potential violation of Law of Demeter (method chain calls)
7578 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventConditions.java 52 This class has too many methods, consider refactoring it.
7579 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventConditions.java 74 Potential violation of Law of Demeter (method chain calls)
7580 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventConditions.java 113 Potential violation of Law of Demeter (method chain calls)
7581 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventConditions.java 155 Potential violation of Law of Demeter (method chain calls)
7582 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventConditions.java 174 Potential violation of Law of Demeter (object not created locally)
7583 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventConditions.java 175 Potential violation of Law of Demeter (object not created locally)
7584 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventConditions.java 215 Potential violation of Law of Demeter (method chain calls)
7585 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventConditions.java 216 Potential violation of Law of Demeter (method chain calls)
7586 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventConditions.java 252 Potential violation of Law of Demeter (method chain calls)
7587 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventConditions.java 252 Potential violation of Law of Demeter (method chain calls)
7588 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventConditions.java 252 Potential violation of Law of Demeter (method chain calls)
7589 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventConditions.java 255 Potential violation of Law of Demeter (method chain calls)
7590 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventConditions.java 255 Potential violation of Law of Demeter (method chain calls)
7591 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventConditions.java 255 Potential violation of Law of Demeter (method chain calls)
7592 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventConditions.java 255 Potential violation of Law of Demeter (object not created locally)
7593 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventConditions.java 266 Potential violation of Law of Demeter (method chain calls)
7594 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventConditions.java 266 Potential violation of Law of Demeter (method chain calls)
7595 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventConditions.java 393 Potential violation of Law of Demeter (method chain calls)
7596 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventStatistics.java 47 Potential violation of Law of Demeter (method chain calls)
7597 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventStatistics.java 47 Potential violation of Law of Demeter (method chain calls)
7598 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventStatistics.java 47 Potential violation of Law of Demeter (method chain calls)
7599 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\EventStatistics.java 47 Potential violation of Law of Demeter (method chain calls)
7600 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 11 A high number of imports can indicate a high degree of coupling within an object.
7601 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 53 This class has too many methods, consider refactoring it.
7602 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 106 Potential violation of Law of Demeter (method chain calls)
7603 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 120 Potential violation of Law of Demeter (method chain calls)
7604 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 265 Potential violation of Law of Demeter (method chain calls)
7605 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 295 Potential violation of Law of Demeter (method chain calls)
7606 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 326 Potential violation of Law of Demeter (method chain calls)
7607 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 337 Potential violation of Law of Demeter (static property access)
7608 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 377 Potential violation of Law of Demeter (method chain calls)
7609 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 386 Potential violation of Law of Demeter (method chain calls)
7610 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 391 Potential violation of Law of Demeter (method chain calls)
7611 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 391 Potential violation of Law of Demeter (method chain calls)
7612 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 392 Potential violation of Law of Demeter (method chain calls)
7613 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 392 Potential violation of Law of Demeter (method chain calls)
7614 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 397 Potential violation of Law of Demeter (method chain calls)
7615 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 401 Potential violation of Law of Demeter (method chain calls)
7616 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 401 Potential violation of Law of Demeter (method chain calls)
7617 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 418 Potential violation of Law of Demeter (method chain calls)
7618 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 422 Potential violation of Law of Demeter (method chain calls)
7619 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 422 Potential violation of Law of Demeter (method chain calls)
7620 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 422 Potential violation of Law of Demeter (method chain calls)
7621 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 422 Potential violation of Law of Demeter (method chain calls)
7622 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 422 Potential violation of Law of Demeter (method chain calls)
7623 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 422 Potential violation of Law of Demeter (method chain calls)
7624 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 444 Potential violation of Law of Demeter (method chain calls)
7625 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 444 Potential violation of Law of Demeter (method chain calls)
7626 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 453 Potential violation of Law of Demeter (method chain calls)
7627 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 453 Potential violation of Law of Demeter (method chain calls)
7628 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 453 Potential violation of Law of Demeter (method chain calls)
7629 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 458 Potential violation of Law of Demeter (object not created locally)
7630 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Events.java 462 Potential violation of Law of Demeter (object not created locally)
7631 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Execution.java 31 A class which only has private constructors should be final
7632 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Executions.java 43 This class has too many methods, consider refactoring it.
7633 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Executions.java 96 Potential violation of Law of Demeter (method chain calls)
7634 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Executions.java 110 Potential violation of Law of Demeter (method chain calls)
7635 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Executions.java 131 Potential violation of Law of Demeter (method chain calls)
7636 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Executions.java 140 Potential violation of Law of Demeter (method chain calls)
7637 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Executions.java 189 Potential violation of Law of Demeter (static property access)
7638 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Executions.java 229 Potential violation of Law of Demeter (method chain calls)
7639 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Executions.java 237 Potential violation of Law of Demeter (method chain calls)
7640 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\Executions.java 242 Potential violation of Law of Demeter (method chain calls)
7641 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TerminationInfo.java 29 A class which only has private constructors should be final
7642 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TerminationInfo.java 112 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
7643 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TerminationInfo.java 127 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
7644 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TerminationInfo.java 139 Potential violation of Law of Demeter (method chain calls)
7645 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TerminationInfo.java 139 Potential violation of Law of Demeter (method chain calls)
7646 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TerminationInfo.java 142 Potential violation of Law of Demeter (method chain calls)
7647 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TerminationInfo.java 142 Potential violation of Law of Demeter (method chain calls)
7648 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TestExecutionResultConditions.java 48 Potential violation of Law of Demeter (method chain calls)
7649 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TestExecutionResultConditions.java 61 Potential violation of Law of Demeter (method chain calls)
7650 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TestExecutionResultConditions.java 61 Potential violation of Law of Demeter (method chain calls)
7651 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TestExecutionResultConditions.java 61 Potential violation of Law of Demeter (method chain calls)
7652 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TestExecutionResultConditions.java 76 Potential violation of Law of Demeter (method chain calls)
7653 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TestExecutionResultConditions.java 76 Potential violation of Law of Demeter (method chain calls)
7654 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TestExecutionResultConditions.java 76 Potential violation of Law of Demeter (method chain calls)
7655 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TestExecutionResultConditions.java 91 Potential violation of Law of Demeter (method chain calls)
7656 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TestExecutionResultConditions.java 91 Potential violation of Law of Demeter (method chain calls)
7657 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TestExecutionResultConditions.java 113 Potential violation of Law of Demeter (method chain calls)
7658 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TestExecutionResultConditions.java 123 Potential violation of Law of Demeter (method chain calls)
7659 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-platform-testkit\src\main\java\org\junit\platform\testkit\engine\TestExecutionResultConditions.java 128 Potential violation of Law of Demeter (method chain calls)
7660 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\JUnit4VersionCheck.java 28 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7661 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\JUnit4VersionCheck.java 35 Potential violation of Law of Demeter (method chain calls)
7662 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\JUnit4VersionCheck.java 48 Potential violation of Law of Demeter (object not created locally)
7663 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\JUnit4VersionCheck.java 57 Potential violation of Law of Demeter (object not created locally)
7664 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\JUnit4VersionCheck.java 58 Potential violation of Law of Demeter (object not created locally)
7665 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\JUnit4VersionCheck.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7666 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\VintageTestEngine.java 70 Potential violation of Law of Demeter (object not created locally)
7667 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\VintageTestEngine.java 72 Potential violation of Law of Demeter (object not created locally)
7668 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\VintageTestEngine.java 74 Potential violation of Law of Demeter (object not created locally)
7669 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\VintageTestEngine.java 79 Potential violation of Law of Demeter (method chain calls)
7670 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\VintageTestEngine.java 79 Potential violation of Law of Demeter (method chain calls)
7671 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\VintageTestEngine.java 79 Potential violation of Law of Demeter (method chain calls)
7672 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\VintageTestEngine.java 79 Potential violation of Law of Demeter (method chain calls)
7673 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\VintageTestEngine.java 79 Potential violation of Law of Demeter (method chain calls)
7674 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\OrFilter.java 34 Potential violation of Law of Demeter (method chain calls)
7675 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\OrFilter.java 39 Potential violation of Law of Demeter (method chain calls)
7676 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\OrFilter.java 39 Potential violation of Law of Demeter (method chain calls)
7677 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\OrFilter.java 39 Potential violation of Law of Demeter (method chain calls)
7678 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\RunnerTestDescriptor.java 73 Potential violation of Law of Demeter (method chain calls)
7679 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\RunnerTestDescriptor.java 98 Potential violation of Law of Demeter (method chain calls)
7680 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\RunnerTestDescriptor.java 98 Potential violation of Law of Demeter (method chain calls)
7681 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\RunnerTestDescriptor.java 149 Potential violation of Law of Demeter (method chain calls)
7682 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\TestSourceProvider.java 46 Deeply nested if..then statements are hard to read
7683 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\TestSourceProvider.java 64 Potential violation of Law of Demeter (method chain calls)
7684 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\TestSourceProvider.java 64 Potential violation of Law of Demeter (method chain calls)
7685 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\TestSourceProvider.java 64 Potential violation of Law of Demeter (method chain calls)
7686 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\TestSourceProvider.java 64 Potential violation of Law of Demeter (method chain calls)
7687 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\TestSourceProvider.java 65 Potential violation of Law of Demeter (method chain calls)
7688 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\TestSourceProvider.java 67 Potential violation of Law of Demeter (object not created locally)
7689 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\TestSourceProvider.java 70 Potential violation of Law of Demeter (object not created locally)
7690 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\TestSourceProvider.java 73 Potential violation of Law of Demeter (method chain calls)
7691 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\TestSourceProvider.java 73 Potential violation of Law of Demeter (method chain calls)
7692 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\TestSourceProvider.java 73 Potential violation of Law of Demeter (method chain calls)
7693 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\TestSourceProvider.java 73 Potential violation of Law of Demeter (object not created locally)
7694 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\TestSourceProvider.java 74 Potential violation of Law of Demeter (object not created locally)
7695 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 99 Potential violation of Law of Demeter (method chain calls)
7696 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 104 Potential violation of Law of Demeter (method chain calls)
7697 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 104 Potential violation of Law of Demeter (method chain calls)
7698 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 104 Potential violation of Law of Demeter (method chain calls)
7699 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 104 Potential violation of Law of Demeter (method chain calls)
7700 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 111 Potential violation of Law of Demeter (method chain calls)
7701 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 111 Potential violation of Law of Demeter (method chain calls)
7702 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 112 Potential violation of Law of Demeter (object not created locally)
7703 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 113 Potential violation of Law of Demeter (method chain calls)
7704 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 123 Potential violation of Law of Demeter (method chain calls)
7705 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 123 Potential violation of Law of Demeter (method chain calls)
7706 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 123 Potential violation of Law of Demeter (method chain calls)
7707 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 123 Potential violation of Law of Demeter (method chain calls)
7708 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 130 Potential violation of Law of Demeter (method chain calls)
7709 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 130 Potential violation of Law of Demeter (method chain calls)
7710 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 130 Potential violation of Law of Demeter (method chain calls)
7711 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 130 Potential violation of Law of Demeter (method chain calls)
7712 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 130 Potential violation of Law of Demeter (method chain calls)
7713 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 130 Potential violation of Law of Demeter (method chain calls)
7714 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 130 Potential violation of Law of Demeter (method chain calls)
7715 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 130 Potential violation of Law of Demeter (method chain calls)
7716 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 130 Potential violation of Law of Demeter (method chain calls)
7717 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 130 Potential violation of Law of Demeter (method chain calls)
7718 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\descriptor\VintageTestDescriptor.java 130 Potential violation of Law of Demeter (method chain calls)
7719 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\ClassSelectorResolver.java 52 Potential violation of Law of Demeter (method chain calls)
7720 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\ClassSelectorResolver.java 53 Potential violation of Law of Demeter (object not created locally)
7721 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\ClassSelectorResolver.java 55 Potential violation of Law of Demeter (method chain calls)
7722 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\ClassSelectorResolver.java 70 Potential violation of Law of Demeter (method chain calls)
7723 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\ClassSelectorResolver.java 70 Potential violation of Law of Demeter (method chain calls)
7724 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\ClassSelectorResolver.java 70 Potential violation of Law of Demeter (method chain calls)
7725 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\ClassSelectorResolver.java 70 Potential violation of Law of Demeter (method chain calls)
7726 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\ClassSelectorResolver.java 78 Potential violation of Law of Demeter (method chain calls)
7727 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\FilterableIgnoringRunnerDecorator.java 34 Potential violation of Law of Demeter (method chain calls)
7728 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\IsPotentialJUnit4TestClass.java 33 Avoid unnecessary if..then..else statements when returning booleans
7729 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\MethodSelectorResolver.java 44 Potential violation of Law of Demeter (method chain calls)
7730 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\MethodSelectorResolver.java 44 Potential violation of Law of Demeter (object not created locally)
7731 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\MethodSelectorResolver.java 44 Potential violation of Law of Demeter (object not created locally)
7732 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\MethodSelectorResolver.java 45 Potential violation of Law of Demeter (method chain calls)
7733 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\MethodSelectorResolver.java 45 Potential violation of Law of Demeter (method chain calls)
7734 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\MethodSelectorResolver.java 45 Potential violation of Law of Demeter (object not created locally)
7735 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\MethodSelectorResolver.java 55 Potential violation of Law of Demeter (method chain calls)
7736 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\MethodSelectorResolver.java 55 Potential violation of Law of Demeter (method chain calls)
7737 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\MethodSelectorResolver.java 55 Potential violation of Law of Demeter (method chain calls)
7738 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\MethodSelectorResolver.java 55 Potential violation of Law of Demeter (method chain calls)
7739 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\MethodSelectorResolver.java 63 Potential violation of Law of Demeter (method chain calls)
7740 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\MethodSelectorResolver.java 63 Potential violation of Law of Demeter (object not created locally)
7741 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessor.java 46 Potential violation of Law of Demeter (method chain calls)
7742 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessor.java 50 Potential violation of Law of Demeter (method chain calls)
7743 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessor.java 52 Potential violation of Law of Demeter (method chain calls)
7744 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessor.java 52 Potential violation of Law of Demeter (method chain calls)
7745 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessor.java 52 Potential violation of Law of Demeter (method chain calls)
7746 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessor.java 52 Potential violation of Law of Demeter (object not created locally)
7747 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessor.java 53 Potential violation of Law of Demeter (method chain calls)
7748 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessor.java 53 Potential violation of Law of Demeter (method chain calls)
7749 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessor.java 53 Potential violation of Law of Demeter (method chain calls)
7750 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessor.java 58 Potential violation of Law of Demeter (object not created locally)
7751 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessor.java 59 Potential violation of Law of Demeter (object not created locally)
7752 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessor.java 60 Potential violation of Law of Demeter (object not created locally)
7753 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessor.java 61 Potential violation of Law of Demeter (method chain calls)
7754 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\UniqueIdFilter.java 56 Potential violation of Law of Demeter (method chain calls)
7755 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\UniqueIdFilter.java 56 Potential violation of Law of Demeter (object not created locally)
7756 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\UniqueIdFilter.java 56 Potential violation of Law of Demeter (object not created locally)
7757 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\UniqueIdFilter.java 57 Potential violation of Law of Demeter (method chain calls)
7758 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\UniqueIdFilter.java 57 Potential violation of Law of Demeter (method chain calls)
7759 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\UniqueIdFilter.java 58 Potential violation of Law of Demeter (method chain calls)
7760 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\UniqueIdFilter.java 65 Potential violation of Law of Demeter (method chain calls)
7761 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\UniqueIdFilter.java 65 Potential violation of Law of Demeter (method chain calls)
7762 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\VintageDiscoverer.java 47 Potential violation of Law of Demeter (method chain calls)
7763 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\VintageDiscoverer.java 47 Potential violation of Law of Demeter (method chain calls)
7764 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\VintageDiscoverer.java 47 Potential violation of Law of Demeter (method chain calls)
7765 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\VintageDiscoverer.java 47 Potential violation of Law of Demeter (method chain calls)
7766 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\VintageDiscoverer.java 47 Potential violation of Law of Demeter (method chain calls)
7767 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\VintageDiscoverer.java 47 Potential violation of Law of Demeter (method chain calls)
7768 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\discovery\VintageDiscoverer.java 47 Potential violation of Law of Demeter (method chain calls)
7769 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 36 This class has too many methods, consider refactoring it.
7770 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 69 Potential violation of Law of Demeter (method chain calls)
7771 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 74 Potential violation of Law of Demeter (method chain calls)
7772 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 89 Potential violation of Law of Demeter (method chain calls)
7773 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 89 Potential violation of Law of Demeter (method chain calls)
7774 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 89 Potential violation of Law of Demeter (method chain calls)
7775 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 89 Potential violation of Law of Demeter (method chain calls)
7776 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 89 Potential violation of Law of Demeter (method chain calls)
7777 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 99 Potential violation of Law of Demeter (method chain calls)
7778 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 103 Potential violation of Law of Demeter (method chain calls)
7779 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 108 Potential violation of Law of Demeter (method chain calls)
7780 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 115 Potential violation of Law of Demeter (method chain calls)
7781 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 115 Potential violation of Law of Demeter (object not created locally)
7782 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 118 Potential violation of Law of Demeter (object not created locally)
7783 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 127 Potential violation of Law of Demeter (method chain calls)
7784 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 127 Potential violation of Law of Demeter (method chain calls)
7785 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 127 Potential violation of Law of Demeter (method chain calls)
7786 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 127 Potential violation of Law of Demeter (method chain calls)
7787 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 127 Potential violation of Law of Demeter (method chain calls)
7788 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 159 Potential violation of Law of Demeter (method chain calls)
7789 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 159 Potential violation of Law of Demeter (method chain calls)
7790 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 159 Potential violation of Law of Demeter (method chain calls)
7791 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 175 Potential violation of Law of Demeter (method chain calls)
7792 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 175 Potential violation of Law of Demeter (method chain calls)
7793 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 175 Potential violation of Law of Demeter (method chain calls)
7794 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 175 Potential violation of Law of Demeter (method chain calls)
7795 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 182 Potential violation of Law of Demeter (object not created locally)
7796 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 185 Potential violation of Law of Demeter (method chain calls)
7797 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 185 Potential violation of Law of Demeter (object not created locally)
7798 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 188 Potential violation of Law of Demeter (object not created locally)
7799 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 197 Potential violation of Law of Demeter (method chain calls)
7800 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\RunListenerAdapter.java 197 Potential violation of Law of Demeter (method chain calls)
7801 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 72 Potential violation of Law of Demeter (method chain calls)
7802 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 82 Potential violation of Law of Demeter (method chain calls)
7803 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 82 Potential violation of Law of Demeter (method chain calls)
7804 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 82 Potential violation of Law of Demeter (method chain calls)
7805 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 82 Potential violation of Law of Demeter (method chain calls)
7806 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 82 Potential violation of Law of Demeter (method chain calls)
7807 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 82 Potential violation of Law of Demeter (method chain calls)
7808 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 85 Potential violation of Law of Demeter (method chain calls)
7809 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 95 Potential violation of Law of Demeter (method chain calls)
7810 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 112 Potential violation of Law of Demeter (object not created locally)
7811 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 113 Potential violation of Law of Demeter (object not created locally)
7812 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 123 Potential violation of Law of Demeter (method chain calls)
7813 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 123 Potential violation of Law of Demeter (object not created locally)
7814 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 140 Potential violation of Law of Demeter (method chain calls)
7815 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 141 Potential violation of Law of Demeter (method chain calls)
7816 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 141 Potential violation of Law of Demeter (object not created locally)
7817 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 154 Potential violation of Law of Demeter (method chain calls)
7818 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 167 Potential violation of Law of Demeter (method chain calls)
7819 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 167 Potential violation of Law of Demeter (method chain calls)
7820 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 177 Potential violation of Law of Demeter (object not created locally)
7821 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 186 Potential violation of Law of Demeter (object not created locally)
7822 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 190 Potential violation of Law of Demeter (method chain calls)
7823 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 190 Potential violation of Law of Demeter (method chain calls)
7824 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 190 Potential violation of Law of Demeter (method chain calls)
7825 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 190 Potential violation of Law of Demeter (method chain calls)
7826 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 190 Potential violation of Law of Demeter (method chain calls)
7827 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 190 Potential violation of Law of Demeter (object not created locally)
7828 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 208 Potential violation of Law of Demeter (static property access)
7829 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 208 Potential violation of Law of Demeter (static property access)
7830 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 251 Potential violation of Law of Demeter (method chain calls)
7831 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\execution\TestRun.java 251 Potential violation of Law of Demeter (method chain calls)
7832 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\support\UniqueIdReader.java 47 Potential violation of Law of Demeter (method chain calls)
7833 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\support\UniqueIdReader.java 47 Potential violation of Law of Demeter (method chain calls)
7834 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\support\UniqueIdReader.java 47 Potential violation of Law of Demeter (method chain calls)
7835 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\support\UniqueIdReader.java 47 Potential violation of Law of Demeter (method chain calls)
7836 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\support\UniqueIdReader.java 47 Potential violation of Law of Demeter (method chain calls)
7837 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\support\UniqueIdReader.java 47 Potential violation of Law of Demeter (method chain calls)
7838 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\support\UniqueIdStringifier.java 42 Potential violation of Law of Demeter (method chain calls)
7839 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\support\UniqueIdStringifier.java 53 Potential violation of Law of Demeter (method chain calls)
7840 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\main\java\org\junit\vintage\engine\support\UniqueIdStringifier.java 59 Potential violation of Law of Demeter (method chain calls)
7841 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\testFixtures\java\org\junit\vintage\engine\samples\junit4\ConfigurableRunner.java 57 Potential violation of Law of Demeter (method chain calls)
7842 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\testFixtures\java\org\junit\vintage\engine\samples\junit4\ExceptionThrowingRunner.java 26 Avoid throwing raw exception types.
7843 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\testFixtures\java\org\junit\vintage\engine\samples\junit4\JUnit4TestCaseWithRunnerWithDuplicateChangingChildDescriptions.java 21 Private field 'testClass' could be made final; it is only initialized in the declaration or constructor.
7844 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\testFixtures\java\org\junit\vintage\engine\samples\junit4\JUnit4TestCaseWithRunnerWithDuplicateChangingChildDescriptions.java 30 Potential violation of Law of Demeter (object not created locally)
7845 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\testFixtures\java\org\junit\vintage\engine\samples\junit4\JUnit4TestCaseWithRunnerWithDuplicateChangingChildDescriptions.java 31 Potential violation of Law of Demeter (object not created locally)
7846 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\testFixtures\java\org\junit\vintage\engine\samples\junit4\JUnit4TestCaseWithRunnerWithDuplicateChangingChildDescriptions.java 37 Potential violation of Law of Demeter (object not created locally)
7847 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\testFixtures\java\org\junit\vintage\engine\samples\junit4\JUnit4TestCaseWithRunnerWithDuplicateChangingChildDescriptions.java 38 Potential violation of Law of Demeter (object not created locally)
7848 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\testFixtures\java\org\junit\vintage\engine\samples\junit4\RunnerWithCustomUniqueIdsAndDisplayNames.java 35 Potential violation of Law of Demeter (method chain calls)
7849 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\testFixtures\java\org\junit\vintage\engine\samples\junit4\RunnerWithCustomUniqueIdsAndDisplayNames.java 36 Potential violation of Law of Demeter (object not created locally)
7850 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\testFixtures\java\org\junit\vintage\engine\samples\junit4\RunnerWithCustomUniqueIdsAndDisplayNames.java 42 Potential violation of Law of Demeter (method chain calls)
7851 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\testFixtures\java\org\junit\vintage\engine\samples\junit4\RunnerWithCustomUniqueIdsAndDisplayNames.java 42 Potential violation of Law of Demeter (method chain calls)
7852 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\testFixtures\java\org\junit\vintage\engine\samples\junit4\RunnerWithCustomUniqueIdsAndDisplayNames.java 47 Potential violation of Law of Demeter (object not created locally)
7853 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\testFixtures\java\org\junit\vintage\engine\samples\junit4\RunnerWithCustomUniqueIdsAndDisplayNames.java 64 Potential violation of Law of Demeter (method chain calls)
7854 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\JUnit4ParameterizedTests.java 64 Potential violation of Law of Demeter (method chain calls)
7855 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\JUnit4ParameterizedTests.java 64 Potential violation of Law of Demeter (method chain calls)
7856 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\JUnit4ParameterizedTests.java 64 Potential violation of Law of Demeter (method chain calls)
7857 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\JUnit4ParameterizedTests.java 65 Potential violation of Law of Demeter (method chain calls)
7858 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\JUnit4ParameterizedTests.java 65 Potential violation of Law of Demeter (method chain calls)
7859 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\JUnit4ParameterizedTests.java 65 Potential violation of Law of Demeter (method chain calls)
7860 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\JUnit4ParameterizedTests.java 78 Potential violation of Law of Demeter (method chain calls)
7861 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\JUnit4VersionCheckTests.java 53 Potential violation of Law of Demeter (object not created locally)
7862 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\JUnit4VersionCheckTests.java 64 Potential violation of Law of Demeter (object not created locally)
7863 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\JUnit4VersionCheckTests.java 65 Potential violation of Law of Demeter (object not created locally)
7864 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\JUnit4VersionCheckTests.java 73 Potential violation of Law of Demeter (object not created locally)
7865 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\JUnit4VersionCheckTests.java 79 Potential violation of Law of Demeter (method chain calls)
7866 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\JUnit4VersionCheckTests.java 84 Potential violation of Law of Demeter (object not created locally)
7867 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
7868 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 56 This class has too many methods, consider refactoring it.
7869 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 61 Potential violation of Law of Demeter (method chain calls)
7870 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 61 Potential violation of Law of Demeter (method chain calls)
7871 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 61 Potential violation of Law of Demeter (method chain calls)
7872 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 63 Potential violation of Law of Demeter (method chain calls)
7873 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 63 Potential violation of Law of Demeter (method chain calls)
7874 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 66 Potential violation of Law of Demeter (method chain calls)
7875 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 66 Potential violation of Law of Demeter (object not created locally)
7876 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 66 Potential violation of Law of Demeter (object not created locally)
7877 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 69 Potential violation of Law of Demeter (method chain calls)
7878 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 69 Potential violation of Law of Demeter (method chain calls)
7879 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 69 Potential violation of Law of Demeter (method chain calls)
7880 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 69 Potential violation of Law of Demeter (method chain calls)
7881 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 69 Potential violation of Law of Demeter (method chain calls)
7882 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 69 Potential violation of Law of Demeter (method chain calls)
7883 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 69 Potential violation of Law of Demeter (method chain calls)
7884 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 69 Potential violation of Law of Demeter (object not created locally)
7885 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 70 Potential violation of Law of Demeter (object not created locally)
7886 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 77 Potential violation of Law of Demeter (method chain calls)
7887 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 77 Potential violation of Law of Demeter (method chain calls)
7888 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 77 Potential violation of Law of Demeter (method chain calls)
7889 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 79 Potential violation of Law of Demeter (method chain calls)
7890 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 79 Potential violation of Law of Demeter (method chain calls)
7891 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 82 Potential violation of Law of Demeter (method chain calls)
7892 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 82 Potential violation of Law of Demeter (object not created locally)
7893 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 82 Potential violation of Law of Demeter (object not created locally)
7894 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 85 Potential violation of Law of Demeter (method chain calls)
7895 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 85 Potential violation of Law of Demeter (method chain calls)
7896 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 85 Potential violation of Law of Demeter (method chain calls)
7897 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 85 Potential violation of Law of Demeter (method chain calls)
7898 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 85 Potential violation of Law of Demeter (method chain calls)
7899 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 85 Potential violation of Law of Demeter (method chain calls)
7900 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 85 Potential violation of Law of Demeter (method chain calls)
7901 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 85 Potential violation of Law of Demeter (object not created locally)
7902 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 86 Potential violation of Law of Demeter (object not created locally)
7903 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 86 Potential violation of Law of Demeter (object not created locally)
7904 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 94 Potential violation of Law of Demeter (method chain calls)
7905 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 94 Potential violation of Law of Demeter (method chain calls)
7906 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 94 Potential violation of Law of Demeter (method chain calls)
7907 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 96 Potential violation of Law of Demeter (method chain calls)
7908 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 96 Potential violation of Law of Demeter (method chain calls)
7909 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 99 Potential violation of Law of Demeter (method chain calls)
7910 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 99 Potential violation of Law of Demeter (object not created locally)
7911 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 99 Potential violation of Law of Demeter (object not created locally)
7912 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 102 Potential violation of Law of Demeter (method chain calls)
7913 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 102 Potential violation of Law of Demeter (method chain calls)
7914 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 102 Potential violation of Law of Demeter (method chain calls)
7915 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 102 Potential violation of Law of Demeter (method chain calls)
7916 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 102 Potential violation of Law of Demeter (method chain calls)
7917 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 102 Potential violation of Law of Demeter (method chain calls)
7918 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 102 Potential violation of Law of Demeter (method chain calls)
7919 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 102 Potential violation of Law of Demeter (object not created locally)
7920 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 103 Potential violation of Law of Demeter (object not created locally)
7921 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 103 Potential violation of Law of Demeter (object not created locally)
7922 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 110 Potential violation of Law of Demeter (method chain calls)
7923 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 110 Potential violation of Law of Demeter (method chain calls)
7924 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 110 Potential violation of Law of Demeter (method chain calls)
7925 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 112 Potential violation of Law of Demeter (method chain calls)
7926 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 112 Potential violation of Law of Demeter (method chain calls)
7927 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 115 Potential violation of Law of Demeter (method chain calls)
7928 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 115 Potential violation of Law of Demeter (object not created locally)
7929 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 115 Potential violation of Law of Demeter (object not created locally)
7930 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 118 Potential violation of Law of Demeter (method chain calls)
7931 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 118 Potential violation of Law of Demeter (method chain calls)
7932 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 118 Potential violation of Law of Demeter (method chain calls)
7933 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 118 Potential violation of Law of Demeter (method chain calls)
7934 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 118 Potential violation of Law of Demeter (method chain calls)
7935 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 118 Potential violation of Law of Demeter (method chain calls)
7936 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 118 Potential violation of Law of Demeter (method chain calls)
7937 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 118 Potential violation of Law of Demeter (object not created locally)
7938 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 125 Potential violation of Law of Demeter (method chain calls)
7939 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 125 Potential violation of Law of Demeter (method chain calls)
7940 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 130 Potential violation of Law of Demeter (method chain calls)
7941 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 130 Potential violation of Law of Demeter (object not created locally)
7942 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 130 Potential violation of Law of Demeter (object not created locally)
7943 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 133 Potential violation of Law of Demeter (method chain calls)
7944 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 133 Potential violation of Law of Demeter (method chain calls)
7945 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 133 Potential violation of Law of Demeter (method chain calls)
7946 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 133 Potential violation of Law of Demeter (method chain calls)
7947 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 133 Potential violation of Law of Demeter (method chain calls)
7948 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 133 Potential violation of Law of Demeter (method chain calls)
7949 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 133 Potential violation of Law of Demeter (method chain calls)
7950 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 133 Potential violation of Law of Demeter (object not created locally)
7951 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 140 Potential violation of Law of Demeter (method chain calls)
7952 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 140 Potential violation of Law of Demeter (method chain calls)
7953 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 140 Potential violation of Law of Demeter (method chain calls)
7954 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 142 Potential violation of Law of Demeter (method chain calls)
7955 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 142 Potential violation of Law of Demeter (method chain calls)
7956 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 145 Potential violation of Law of Demeter (method chain calls)
7957 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 145 Potential violation of Law of Demeter (object not created locally)
7958 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 145 Potential violation of Law of Demeter (object not created locally)
7959 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 148 Potential violation of Law of Demeter (method chain calls)
7960 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 148 Potential violation of Law of Demeter (method chain calls)
7961 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 148 Potential violation of Law of Demeter (method chain calls)
7962 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 148 Potential violation of Law of Demeter (method chain calls)
7963 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 148 Potential violation of Law of Demeter (method chain calls)
7964 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 148 Potential violation of Law of Demeter (method chain calls)
7965 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 148 Potential violation of Law of Demeter (method chain calls)
7966 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 148 Potential violation of Law of Demeter (object not created locally)
7967 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 156 Potential violation of Law of Demeter (method chain calls)
7968 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 156 Potential violation of Law of Demeter (method chain calls)
7969 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 162 Potential violation of Law of Demeter (method chain calls)
7970 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 162 Potential violation of Law of Demeter (object not created locally)
7971 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 162 Potential violation of Law of Demeter (object not created locally)
7972 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 165 Potential violation of Law of Demeter (method chain calls)
7973 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 165 Potential violation of Law of Demeter (method chain calls)
7974 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 165 Potential violation of Law of Demeter (method chain calls)
7975 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 165 Potential violation of Law of Demeter (method chain calls)
7976 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 165 Potential violation of Law of Demeter (method chain calls)
7977 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 165 Potential violation of Law of Demeter (method chain calls)
7978 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 165 Potential violation of Law of Demeter (method chain calls)
7979 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 165 Potential violation of Law of Demeter (object not created locally)
7980 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 166 Potential violation of Law of Demeter (object not created locally)
7981 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 167 Potential violation of Law of Demeter (method chain calls)
7982 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 167 Potential violation of Law of Demeter (method chain calls)
7983 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 167 Potential violation of Law of Demeter (method chain calls)
7984 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 167 Potential violation of Law of Demeter (method chain calls)
7985 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 167 Potential violation of Law of Demeter (method chain calls)
7986 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 167 Potential violation of Law of Demeter (method chain calls)
7987 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 169 Potential violation of Law of Demeter (method chain calls)
7988 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 169 Potential violation of Law of Demeter (object not created locally)
7989 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 178 Potential violation of Law of Demeter (method chain calls)
7990 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 178 Potential violation of Law of Demeter (method chain calls)
7991 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 184 Potential violation of Law of Demeter (method chain calls)
7992 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 184 Potential violation of Law of Demeter (object not created locally)
7993 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 184 Potential violation of Law of Demeter (object not created locally)
7994 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 187 Potential violation of Law of Demeter (method chain calls)
7995 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 187 Potential violation of Law of Demeter (method chain calls)
7996 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 187 Potential violation of Law of Demeter (method chain calls)
7997 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 187 Potential violation of Law of Demeter (method chain calls)
7998 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 187 Potential violation of Law of Demeter (method chain calls)
7999 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 187 Potential violation of Law of Demeter (method chain calls)
8000 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 187 Potential violation of Law of Demeter (method chain calls)
8001 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 187 Potential violation of Law of Demeter (object not created locally)
8002 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 188 Potential violation of Law of Demeter (object not created locally)
8003 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 188 Potential violation of Law of Demeter (object not created locally)
8004 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 190 Potential violation of Law of Demeter (method chain calls)
8005 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 190 Potential violation of Law of Demeter (method chain calls)
8006 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 190 Potential violation of Law of Demeter (method chain calls)
8007 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 190 Potential violation of Law of Demeter (method chain calls)
8008 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 190 Potential violation of Law of Demeter (method chain calls)
8009 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 190 Potential violation of Law of Demeter (method chain calls)
8010 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 191 Potential violation of Law of Demeter (method chain calls)
8011 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 191 Potential violation of Law of Demeter (object not created locally)
8012 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 199 Potential violation of Law of Demeter (method chain calls)
8013 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 199 Potential violation of Law of Demeter (method chain calls)
8014 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 199 Potential violation of Law of Demeter (method chain calls)
8015 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 201 Potential violation of Law of Demeter (method chain calls)
8016 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 201 Potential violation of Law of Demeter (method chain calls)
8017 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 204 Potential violation of Law of Demeter (method chain calls)
8018 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 204 Potential violation of Law of Demeter (object not created locally)
8019 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 204 Potential violation of Law of Demeter (object not created locally)
8020 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 207 Potential violation of Law of Demeter (method chain calls)
8021 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 207 Potential violation of Law of Demeter (method chain calls)
8022 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 207 Potential violation of Law of Demeter (method chain calls)
8023 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 207 Potential violation of Law of Demeter (method chain calls)
8024 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 207 Potential violation of Law of Demeter (method chain calls)
8025 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 207 Potential violation of Law of Demeter (method chain calls)
8026 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 207 Potential violation of Law of Demeter (method chain calls)
8027 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 207 Potential violation of Law of Demeter (object not created locally)
8028 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 208 Potential violation of Law of Demeter (object not created locally)
8029 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 208 Potential violation of Law of Demeter (object not created locally)
8030 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 215 Potential violation of Law of Demeter (method chain calls)
8031 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 215 Potential violation of Law of Demeter (method chain calls)
8032 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 215 Potential violation of Law of Demeter (method chain calls)
8033 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 217 Potential violation of Law of Demeter (method chain calls)
8034 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 217 Potential violation of Law of Demeter (method chain calls)
8035 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 220 Potential violation of Law of Demeter (method chain calls)
8036 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 220 Potential violation of Law of Demeter (object not created locally)
8037 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 220 Potential violation of Law of Demeter (object not created locally)
8038 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 223 Potential violation of Law of Demeter (method chain calls)
8039 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 223 Potential violation of Law of Demeter (method chain calls)
8040 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 223 Potential violation of Law of Demeter (method chain calls)
8041 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 223 Potential violation of Law of Demeter (method chain calls)
8042 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 223 Potential violation of Law of Demeter (method chain calls)
8043 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 223 Potential violation of Law of Demeter (method chain calls)
8044 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 223 Potential violation of Law of Demeter (method chain calls)
8045 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 223 Potential violation of Law of Demeter (object not created locally)
8046 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 230 Potential violation of Law of Demeter (method chain calls)
8047 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 230 Potential violation of Law of Demeter (method chain calls)
8048 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 235 Potential violation of Law of Demeter (method chain calls)
8049 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 235 Potential violation of Law of Demeter (object not created locally)
8050 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 235 Potential violation of Law of Demeter (object not created locally)
8051 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 238 Potential violation of Law of Demeter (method chain calls)
8052 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 238 Potential violation of Law of Demeter (method chain calls)
8053 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 238 Potential violation of Law of Demeter (method chain calls)
8054 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 238 Potential violation of Law of Demeter (method chain calls)
8055 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 238 Potential violation of Law of Demeter (method chain calls)
8056 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 238 Potential violation of Law of Demeter (method chain calls)
8057 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 238 Potential violation of Law of Demeter (method chain calls)
8058 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 238 Potential violation of Law of Demeter (object not created locally)
8059 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageLauncherIntegrationTests.java 261 Potential violation of Law of Demeter (method chain calls)
8060 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineBasicTests.java 34 Potential violation of Law of Demeter (method chain calls)
8061 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineBasicTests.java 34 Potential violation of Law of Demeter (method chain calls)
8062 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineBasicTests.java 39 Potential violation of Law of Demeter (method chain calls)
8063 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineBasicTests.java 39 Potential violation of Law of Demeter (method chain calls)
8064 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineBasicTests.java 44 Potential violation of Law of Demeter (method chain calls)
8065 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineBasicTests.java 44 Potential violation of Law of Demeter (method chain calls)
8066 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
8067 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 11 High amount of different objects as members denotes a high coupling
8068 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 79 Possible God Class (WMC=49, ATFD=223, TCC=0.000%)
8069 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 79 This class has too many methods, consider refactoring it.
8070 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 84 A method/constructor should not explicitly throw java.lang.Exception
8071 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 90 Potential violation of Law of Demeter (object not created locally)
8072 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 93 Potential violation of Law of Demeter (object not created locally)
8073 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 99 A method/constructor should not explicitly throw java.lang.Exception
8074 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 105 Potential violation of Law of Demeter (object not created locally)
8075 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 108 Potential violation of Law of Demeter (method chain calls)
8076 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 108 Potential violation of Law of Demeter (object not created locally)
8077 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 109 Potential violation of Law of Demeter (object not created locally)
8078 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 123 Potential violation of Law of Demeter (object not created locally)
8079 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 124 Potential violation of Law of Demeter (object not created locally)
8080 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 125 Potential violation of Law of Demeter (object not created locally)
8081 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 126 Potential violation of Law of Demeter (object not created locally)
8082 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 126 Potential violation of Law of Demeter (object not created locally)
8083 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 127 Potential violation of Law of Demeter (object not created locally)
8084 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 128 Potential violation of Law of Demeter (method chain calls)
8085 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 128 Potential violation of Law of Demeter (object not created locally)
8086 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 132 A method/constructor should not explicitly throw java.lang.Exception
8087 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 138 Potential violation of Law of Demeter (object not created locally)
8088 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 141 Potential violation of Law of Demeter (object not created locally)
8089 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 147 A method/constructor should not explicitly throw java.lang.Exception
8090 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 153 Potential violation of Law of Demeter (object not created locally)
8091 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 156 Potential violation of Law of Demeter (object not created locally)
8092 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 162 A method/constructor should not explicitly throw java.lang.Exception
8093 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 169 Potential violation of Law of Demeter (object not created locally)
8094 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 172 Potential violation of Law of Demeter (object not created locally)
8095 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 175 Potential violation of Law of Demeter (object not created locally)
8096 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 181 A method/constructor should not explicitly throw java.lang.Exception
8097 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 188 Potential violation of Law of Demeter (object not created locally)
8098 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 191 Potential violation of Law of Demeter (object not created locally)
8099 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 194 Potential violation of Law of Demeter (object not created locally)
8100 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 206 Potential violation of Law of Demeter (object not created locally)
8101 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 209 Potential violation of Law of Demeter (object not created locally)
8102 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 210 Potential violation of Law of Demeter (method chain calls)
8103 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 213 Potential violation of Law of Demeter (object not created locally)
8104 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 215 Potential violation of Law of Demeter (object not created locally)
8105 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 219 Potential violation of Law of Demeter (object not created locally)
8106 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 221 Potential violation of Law of Demeter (object not created locally)
8107 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 226 A method/constructor should not explicitly throw java.lang.Exception
8108 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 232 Potential violation of Law of Demeter (object not created locally)
8109 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 235 Potential violation of Law of Demeter (object not created locally)
8110 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 238 Potential violation of Law of Demeter (object not created locally)
8111 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 239 Potential violation of Law of Demeter (object not created locally)
8112 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 240 Potential violation of Law of Demeter (object not created locally)
8113 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 254 A method/constructor should not explicitly throw java.lang.Exception
8114 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 256 Potential violation of Law of Demeter (method chain calls)
8115 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 256 Potential violation of Law of Demeter (method chain calls)
8116 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 260 Potential violation of Law of Demeter (method chain calls)
8117 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 260 Potential violation of Law of Demeter (method chain calls)
8118 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 260 Potential violation of Law of Demeter (method chain calls)
8119 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 260 Potential violation of Law of Demeter (method chain calls)
8120 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 260 Potential violation of Law of Demeter (method chain calls)
8121 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 260 Potential violation of Law of Demeter (method chain calls)
8122 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 260 Potential violation of Law of Demeter (method chain calls)
8123 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 260 Potential violation of Law of Demeter (method chain calls)
8124 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 260 Potential violation of Law of Demeter (object not created locally)
8125 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 262 Potential violation of Law of Demeter (method chain calls)
8126 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 263 Potential violation of Law of Demeter (method chain calls)
8127 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 264 Potential violation of Law of Demeter (method chain calls)
8128 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 269 A method/constructor should not explicitly throw java.lang.Exception
8129 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 270 Potential violation of Law of Demeter (method chain calls)
8130 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 271 Potential violation of Law of Demeter (object not created locally)
8131 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 273 Potential violation of Law of Demeter (method chain calls)
8132 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 275 Potential violation of Law of Demeter (method chain calls)
8133 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 277 Potential violation of Law of Demeter (method chain calls)
8134 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 277 Potential violation of Law of Demeter (method chain calls)
8135 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 282 Potential violation of Law of Demeter (method chain calls)
8136 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 282 Potential violation of Law of Demeter (method chain calls)
8137 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 282 Potential violation of Law of Demeter (method chain calls)
8138 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 282 Potential violation of Law of Demeter (object not created locally)
8139 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 288 Potential violation of Law of Demeter (method chain calls)
8140 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 293 A method/constructor should not explicitly throw java.lang.Exception
8141 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 296 Potential violation of Law of Demeter (method chain calls)
8142 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 296 Potential violation of Law of Demeter (method chain calls)
8143 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 296 Potential violation of Law of Demeter (method chain calls)
8144 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 302 Potential violation of Law of Demeter (method chain calls)
8145 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 302 Potential violation of Law of Demeter (method chain calls)
8146 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 302 Potential violation of Law of Demeter (method chain calls)
8147 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 302 Potential violation of Law of Demeter (method chain calls)
8148 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 302 Potential violation of Law of Demeter (method chain calls)
8149 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 302 Potential violation of Law of Demeter (method chain calls)
8150 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 302 Potential violation of Law of Demeter (method chain calls)
8151 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 302 Potential violation of Law of Demeter (method chain calls)
8152 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 302 Potential violation of Law of Demeter (object not created locally)
8153 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 304 Potential violation of Law of Demeter (method chain calls)
8154 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 305 Potential violation of Law of Demeter (method chain calls)
8155 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 306 Potential violation of Law of Demeter (method chain calls)
8156 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 311 A method/constructor should not explicitly throw java.lang.Exception
8157 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 314 Potential violation of Law of Demeter (method chain calls)
8158 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 314 Potential violation of Law of Demeter (method chain calls)
8159 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 314 Potential violation of Law of Demeter (method chain calls)
8160 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 320 Potential violation of Law of Demeter (method chain calls)
8161 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 320 Potential violation of Law of Demeter (method chain calls)
8162 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 320 Potential violation of Law of Demeter (method chain calls)
8163 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 320 Potential violation of Law of Demeter (method chain calls)
8164 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 320 Potential violation of Law of Demeter (object not created locally)
8165 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 322 Potential violation of Law of Demeter (method chain calls)
8166 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 330 Potential violation of Law of Demeter (method chain calls)
8167 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 330 Potential violation of Law of Demeter (method chain calls)
8168 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 330 Potential violation of Law of Demeter (method chain calls)
8169 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 331 Potential violation of Law of Demeter (method chain calls)
8170 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 331 Potential violation of Law of Demeter (method chain calls)
8171 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 331 Potential violation of Law of Demeter (object not created locally)
8172 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 336 Potential violation of Law of Demeter (method chain calls)
8173 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 336 Potential violation of Law of Demeter (method chain calls)
8174 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 336 Potential violation of Law of Demeter (method chain calls)
8175 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 336 Potential violation of Law of Demeter (method chain calls)
8176 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 336 Potential violation of Law of Demeter (method chain calls)
8177 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 336 Potential violation of Law of Demeter (object not created locally)
8178 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 338 Potential violation of Law of Demeter (object not created locally)
8179 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 339 Potential violation of Law of Demeter (method chain calls)
8180 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 347 Potential violation of Law of Demeter (method chain calls)
8181 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 347 Potential violation of Law of Demeter (method chain calls)
8182 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 347 Potential violation of Law of Demeter (method chain calls)
8183 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 348 Potential violation of Law of Demeter (method chain calls)
8184 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 348 Potential violation of Law of Demeter (method chain calls)
8185 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 348 Potential violation of Law of Demeter (object not created locally)
8186 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 353 Potential violation of Law of Demeter (method chain calls)
8187 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 353 Potential violation of Law of Demeter (method chain calls)
8188 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 353 Potential violation of Law of Demeter (method chain calls)
8189 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 353 Potential violation of Law of Demeter (method chain calls)
8190 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 353 Potential violation of Law of Demeter (method chain calls)
8191 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 353 Potential violation of Law of Demeter (object not created locally)
8192 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 355 Potential violation of Law of Demeter (object not created locally)
8193 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 356 Potential violation of Law of Demeter (method chain calls)
8194 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 361 A method/constructor should not explicitly throw java.lang.Exception
8195 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 368 Potential violation of Law of Demeter (object not created locally)
8196 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 369 Potential violation of Law of Demeter (object not created locally)
8197 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 369 Potential violation of Law of Demeter (object not created locally)
8198 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 372 Potential violation of Law of Demeter (object not created locally)
8199 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 373 Potential violation of Law of Demeter (object not created locally)
8200 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 374 Potential violation of Law of Demeter (object not created locally)
8201 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 384 Potential violation of Law of Demeter (object not created locally)
8202 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 385 Potential violation of Law of Demeter (method chain calls)
8203 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 385 Potential violation of Law of Demeter (method chain calls)
8204 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 385 Potential violation of Law of Demeter (method chain calls)
8205 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 385 Potential violation of Law of Demeter (method chain calls)
8206 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 385 Potential violation of Law of Demeter (object not created locally)
8207 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 388 Potential violation of Law of Demeter (method chain calls)
8208 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 388 Potential violation of Law of Demeter (method chain calls)
8209 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 388 Potential violation of Law of Demeter (method chain calls)
8210 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 388 Potential violation of Law of Demeter (object not created locally)
8211 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 389 Potential violation of Law of Demeter (method chain calls)
8212 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 389 Potential violation of Law of Demeter (method chain calls)
8213 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 390 Potential violation of Law of Demeter (method chain calls)
8214 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 390 Potential violation of Law of Demeter (method chain calls)
8215 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 393 Potential violation of Law of Demeter (method chain calls)
8216 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 393 Potential violation of Law of Demeter (method chain calls)
8217 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 393 Potential violation of Law of Demeter (method chain calls)
8218 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 393 Potential violation of Law of Demeter (object not created locally)
8219 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 394 Potential violation of Law of Demeter (method chain calls)
8220 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 394 Potential violation of Law of Demeter (method chain calls)
8221 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 395 Potential violation of Law of Demeter (method chain calls)
8222 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 395 Potential violation of Law of Demeter (method chain calls)
8223 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 398 Potential violation of Law of Demeter (method chain calls)
8224 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 398 Potential violation of Law of Demeter (method chain calls)
8225 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 398 Potential violation of Law of Demeter (method chain calls)
8226 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 398 Potential violation of Law of Demeter (method chain calls)
8227 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 398 Potential violation of Law of Demeter (object not created locally)
8228 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 399 Potential violation of Law of Demeter (method chain calls)
8229 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 399 Potential violation of Law of Demeter (method chain calls)
8230 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 400 Potential violation of Law of Demeter (method chain calls)
8231 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 400 Potential violation of Law of Demeter (method chain calls)
8232 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 401 Potential violation of Law of Demeter (method chain calls)
8233 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 401 Potential violation of Law of Demeter (method chain calls)
8234 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 405 A method/constructor should not explicitly throw java.lang.Exception
8235 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 407 Potential violation of Law of Demeter (method chain calls)
8236 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 407 Potential violation of Law of Demeter (method chain calls)
8237 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 408 Potential violation of Law of Demeter (object not created locally)
8238 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 412 Potential violation of Law of Demeter (object not created locally)
8239 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 415 Potential violation of Law of Demeter (object not created locally)
8240 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 421 A method/constructor should not explicitly throw java.lang.Exception
8241 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 423 Potential violation of Law of Demeter (method chain calls)
8242 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 423 Potential violation of Law of Demeter (method chain calls)
8243 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 424 Potential violation of Law of Demeter (object not created locally)
8244 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 428 Potential violation of Law of Demeter (object not created locally)
8245 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 431 Potential violation of Law of Demeter (object not created locally)
8246 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 437 A method/constructor should not explicitly throw java.lang.Exception
8247 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 439 Potential violation of Law of Demeter (method chain calls)
8248 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 439 Potential violation of Law of Demeter (method chain calls)
8249 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 440 Potential violation of Law of Demeter (object not created locally)
8250 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 441 Potential violation of Law of Demeter (object not created locally)
8251 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 445 Potential violation of Law of Demeter (object not created locally)
8252 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 448 Potential violation of Law of Demeter (object not created locally)
8253 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 449 Potential violation of Law of Demeter (method chain calls)
8254 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 461 A method/constructor should not explicitly throw java.lang.Exception
8255 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 463 Potential violation of Law of Demeter (method chain calls)
8256 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 463 Potential violation of Law of Demeter (method chain calls)
8257 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 468 Potential violation of Law of Demeter (object not created locally)
8258 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 471 Potential violation of Law of Demeter (object not created locally)
8259 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 479 Potential violation of Law of Demeter (method chain calls)
8260 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 479 Potential violation of Law of Demeter (method chain calls)
8261 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 484 Potential violation of Law of Demeter (object not created locally)
8262 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 487 Potential violation of Law of Demeter (method chain calls)
8263 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 487 Potential violation of Law of Demeter (object not created locally)
8264 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 491 A method/constructor should not explicitly throw java.lang.Exception
8265 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 494 Potential violation of Law of Demeter (method chain calls)
8266 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 494 Potential violation of Law of Demeter (method chain calls)
8267 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 499 Potential violation of Law of Demeter (object not created locally)
8268 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 502 Potential violation of Law of Demeter (object not created locally)
8269 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 505 Potential violation of Law of Demeter (object not created locally)
8270 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 511 A method/constructor should not explicitly throw java.lang.Exception
8271 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 514 Potential violation of Law of Demeter (method chain calls)
8272 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 514 Potential violation of Law of Demeter (method chain calls)
8273 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 520 Potential violation of Law of Demeter (object not created locally)
8274 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 523 Potential violation of Law of Demeter (object not created locally)
8275 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 526 Potential violation of Law of Demeter (object not created locally)
8276 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 532 A method/constructor should not explicitly throw java.lang.Exception
8277 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 534 Potential violation of Law of Demeter (method chain calls)
8278 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 534 Potential violation of Law of Demeter (method chain calls)
8279 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 540 Potential violation of Law of Demeter (object not created locally)
8280 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 543 Potential violation of Law of Demeter (object not created locally)
8281 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 544 Potential violation of Law of Demeter (method chain calls)
8282 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 554 Potential violation of Law of Demeter (method chain calls)
8283 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 554 Potential violation of Law of Demeter (method chain calls)
8284 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 559 Potential violation of Law of Demeter (object not created locally)
8285 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 562 Potential violation of Law of Demeter (object not created locally)
8286 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 567 A method/constructor should not explicitly throw java.lang.Exception
8287 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 569 Potential violation of Law of Demeter (method chain calls)
8288 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 569 Potential violation of Law of Demeter (method chain calls)
8289 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 570 Potential violation of Law of Demeter (object not created locally)
8290 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 576 Potential violation of Law of Demeter (object not created locally)
8291 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 579 Potential violation of Law of Demeter (method chain calls)
8292 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 579 Potential violation of Law of Demeter (object not created locally)
8293 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 583 A method/constructor should not explicitly throw java.lang.Exception
8294 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 585 Potential violation of Law of Demeter (method chain calls)
8295 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 585 Potential violation of Law of Demeter (method chain calls)
8296 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 586 Potential violation of Law of Demeter (object not created locally)
8297 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 592 Potential violation of Law of Demeter (object not created locally)
8298 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 595 Potential violation of Law of Demeter (object not created locally)
8299 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 596 Potential violation of Law of Demeter (method chain calls)
8300 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 604 A method/constructor should not explicitly throw java.lang.Exception
8301 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 606 Potential violation of Law of Demeter (method chain calls)
8302 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 606 Potential violation of Law of Demeter (method chain calls)
8303 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 607 Potential violation of Law of Demeter (object not created locally)
8304 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 613 Potential violation of Law of Demeter (object not created locally)
8305 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 616 Potential violation of Law of Demeter (object not created locally)
8306 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 622 A method/constructor should not explicitly throw java.lang.Exception
8307 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 625 Potential violation of Law of Demeter (method chain calls)
8308 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 625 Potential violation of Law of Demeter (method chain calls)
8309 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 625 Potential violation of Law of Demeter (method chain calls)
8310 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 626 Potential violation of Law of Demeter (object not created locally)
8311 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 635 A method/constructor should not explicitly throw java.lang.Exception
8312 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 638 Potential violation of Law of Demeter (method chain calls)
8313 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 638 Potential violation of Law of Demeter (method chain calls)
8314 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 638 Potential violation of Law of Demeter (method chain calls)
8315 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 639 Potential violation of Law of Demeter (object not created locally)
8316 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 651 Potential violation of Law of Demeter (method chain calls)
8317 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 651 Potential violation of Law of Demeter (method chain calls)
8318 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 658 Potential violation of Law of Demeter (object not created locally)
8319 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 659 Potential violation of Law of Demeter (object not created locally)
8320 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 659 Potential violation of Law of Demeter (object not created locally)
8321 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 660 Potential violation of Law of Demeter (object not created locally)
8322 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 661 Potential violation of Law of Demeter (method chain calls)
8323 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 661 Potential violation of Law of Demeter (object not created locally)
8324 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 667 Potential violation of Law of Demeter (method chain calls)
8325 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 667 Potential violation of Law of Demeter (method chain calls)
8326 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 671 Potential violation of Law of Demeter (object not created locally)
8327 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 674 Potential violation of Law of Demeter (object not created locally)
8328 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 675 Potential violation of Law of Demeter (object not created locally)
8329 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 677 Potential violation of Law of Demeter (object not created locally)
8330 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 680 Potential violation of Law of Demeter (method chain calls)
8331 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 680 Potential violation of Law of Demeter (method chain calls)
8332 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 680 Potential violation of Law of Demeter (method chain calls)
8333 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 680 Potential violation of Law of Demeter (object not created locally)
8334 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 680 Potential violation of Law of Demeter (object not created locally)
8335 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 681 Potential violation of Law of Demeter (object not created locally)
8336 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 683 Potential violation of Law of Demeter (method chain calls)
8337 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 683 Potential violation of Law of Demeter (method chain calls)
8338 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 683 Potential violation of Law of Demeter (method chain calls)
8339 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 683 Potential violation of Law of Demeter (object not created locally)
8340 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 684 Potential violation of Law of Demeter (method chain calls)
8341 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 684 Potential violation of Law of Demeter (method chain calls)
8342 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 684 Potential violation of Law of Demeter (object not created locally)
8343 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 689 A method/constructor should not explicitly throw java.lang.Exception
8344 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 691 Potential violation of Law of Demeter (method chain calls)
8345 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 691 Potential violation of Law of Demeter (method chain calls)
8346 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 695 Potential violation of Law of Demeter (object not created locally)
8347 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 699 Potential violation of Law of Demeter (object not created locally)
8348 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 700 Potential violation of Law of Demeter (object not created locally)
8349 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 701 Potential violation of Law of Demeter (method chain calls)
8350 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 701 Potential violation of Law of Demeter (object not created locally)
8351 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 703 Potential violation of Law of Demeter (object not created locally)
8352 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 704 Potential violation of Law of Demeter (object not created locally)
8353 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 705 Potential violation of Law of Demeter (object not created locally)
8354 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 706 Potential violation of Law of Demeter (object not created locally)
8355 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 707 Potential violation of Law of Demeter (object not created locally)
8356 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 713 Potential violation of Law of Demeter (method chain calls)
8357 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 713 Potential violation of Law of Demeter (method chain calls)
8358 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 713 Potential violation of Law of Demeter (method chain calls)
8359 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 713 Potential violation of Law of Demeter (method chain calls)
8360 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 713 Potential violation of Law of Demeter (object not created locally)
8361 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 715 Potential violation of Law of Demeter (method chain calls)
8362 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 726 A method/constructor should not explicitly throw java.lang.Exception
8363 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 727 Potential violation of Law of Demeter (method chain calls)
8364 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 727 Potential violation of Law of Demeter (method chain calls)
8365 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 728 Potential violation of Law of Demeter (object not created locally)
8366 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 740 Potential violation of Law of Demeter (method chain calls)
8367 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 740 Potential violation of Law of Demeter (object not created locally)
8368 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 752 A method/constructor should not explicitly throw java.lang.Exception
8369 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 758 Potential violation of Law of Demeter (method chain calls)
8370 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 779 Potential violation of Law of Demeter (method chain calls)
8371 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 784 Potential violation of Law of Demeter (method chain calls)
8372 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 785 Potential violation of Law of Demeter (method chain calls)
8373 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 786 Potential violation of Law of Demeter (method chain calls)
8374 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 786 Potential violation of Law of Demeter (object not created locally)
8375 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 795 Potential violation of Law of Demeter (method chain calls)
8376 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 796 Potential violation of Law of Demeter (method chain calls)
8377 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 797 Potential violation of Law of Demeter (method chain calls)
8378 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 797 Potential violation of Law of Demeter (object not created locally)
8379 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 798 Potential violation of Law of Demeter (method chain calls)
8380 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 798 Potential violation of Law of Demeter (object not created locally)
8381 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 799 Potential violation of Law of Demeter (method chain calls)
8382 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 799 Potential violation of Law of Demeter (object not created locally)
8383 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 804 Potential violation of Law of Demeter (method chain calls)
8384 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineDiscoveryTests.java 804 Potential violation of Law of Demeter (method chain calls)
8385 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
8386 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 11 High amount of different objects as members denotes a high coupling
8387 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 94 This class has too many methods, consider refactoring it.
8388 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 100 Potential violation of Law of Demeter (method chain calls)
8389 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 100 Potential violation of Law of Demeter (method chain calls)
8390 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 114 Potential violation of Law of Demeter (method chain calls)
8391 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 114 Potential violation of Law of Demeter (method chain calls)
8392 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 130 Potential violation of Law of Demeter (method chain calls)
8393 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 130 Potential violation of Law of Demeter (method chain calls)
8394 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 153 Potential violation of Law of Demeter (method chain calls)
8395 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 153 Potential violation of Law of Demeter (method chain calls)
8396 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 172 Potential violation of Law of Demeter (method chain calls)
8397 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 172 Potential violation of Law of Demeter (method chain calls)
8398 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 190 Potential violation of Law of Demeter (method chain calls)
8399 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 190 Potential violation of Law of Demeter (method chain calls)
8400 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 204 Potential violation of Law of Demeter (method chain calls)
8401 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 204 Potential violation of Law of Demeter (method chain calls)
8402 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 217 Potential violation of Law of Demeter (method chain calls)
8403 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 217 Potential violation of Law of Demeter (method chain calls)
8404 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 233 Potential violation of Law of Demeter (method chain calls)
8405 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 233 Potential violation of Law of Demeter (method chain calls)
8406 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 249 Potential violation of Law of Demeter (method chain calls)
8407 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 249 Potential violation of Law of Demeter (method chain calls)
8408 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 263 Potential violation of Law of Demeter (method chain calls)
8409 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 263 Potential violation of Law of Demeter (method chain calls)
8410 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 279 Potential violation of Law of Demeter (method chain calls)
8411 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 279 Potential violation of Law of Demeter (method chain calls)
8412 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 296 Potential violation of Law of Demeter (method chain calls)
8413 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 296 Potential violation of Law of Demeter (method chain calls)
8414 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 296 Potential violation of Law of Demeter (method chain calls)
8415 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 296 Potential violation of Law of Demeter (method chain calls)
8416 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 296 Potential violation of Law of Demeter (method chain calls)
8417 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 296 Potential violation of Law of Demeter (method chain calls)
8418 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 299 Potential violation of Law of Demeter (method chain calls)
8419 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 299 Potential violation of Law of Demeter (method chain calls)
8420 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 299 Potential violation of Law of Demeter (method chain calls)
8421 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 301 Potential violation of Law of Demeter (method chain calls)
8422 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 301 Potential violation of Law of Demeter (method chain calls)
8423 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 301 Potential violation of Law of Demeter (method chain calls)
8424 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 303 Potential violation of Law of Demeter (method chain calls)
8425 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 303 Potential violation of Law of Demeter (method chain calls)
8426 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 303 Potential violation of Law of Demeter (method chain calls)
8427 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 305 Potential violation of Law of Demeter (method chain calls)
8428 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 305 Potential violation of Law of Demeter (method chain calls)
8429 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 305 Potential violation of Law of Demeter (method chain calls)
8430 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 315 Potential violation of Law of Demeter (method chain calls)
8431 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 315 Potential violation of Law of Demeter (method chain calls)
8432 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 325 Potential violation of Law of Demeter (method chain calls)
8433 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 325 Potential violation of Law of Demeter (method chain calls)
8434 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 327 Potential violation of Law of Demeter (object not created locally)
8435 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 334 Potential violation of Law of Demeter (static property access)
8436 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 368 Potential violation of Law of Demeter (method chain calls)
8437 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 370 Potential violation of Law of Demeter (object not created locally)
8438 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 384 Potential violation of Law of Demeter (object not created locally)
8439 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 395 Potential violation of Law of Demeter (method chain calls)
8440 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 395 Potential violation of Law of Demeter (method chain calls)
8441 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 411 Potential violation of Law of Demeter (method chain calls)
8442 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 411 Potential violation of Law of Demeter (method chain calls)
8443 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 425 Potential violation of Law of Demeter (method chain calls)
8444 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 425 Potential violation of Law of Demeter (method chain calls)
8445 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 445 Potential violation of Law of Demeter (method chain calls)
8446 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 445 Potential violation of Law of Demeter (method chain calls)
8447 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 462 Potential violation of Law of Demeter (method chain calls)
8448 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 462 Potential violation of Law of Demeter (method chain calls)
8449 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 464 Potential violation of Law of Demeter (object not created locally)
8450 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 465 Potential violation of Law of Demeter (object not created locally)
8451 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 473 Potential violation of Law of Demeter (method chain calls)
8452 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 473 Potential violation of Law of Demeter (method chain calls)
8453 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 510 Potential violation of Law of Demeter (method chain calls)
8454 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 510 Potential violation of Law of Demeter (method chain calls)
8455 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 512 Potential violation of Law of Demeter (object not created locally)
8456 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 516 Potential violation of Law of Demeter (object not created locally)
8457 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 531 Potential violation of Law of Demeter (object not created locally)
8458 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 537 Potential violation of Law of Demeter (method chain calls)
8459 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 537 Potential violation of Law of Demeter (method chain calls)
8460 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 561 Potential violation of Law of Demeter (method chain calls)
8461 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 561 Potential violation of Law of Demeter (method chain calls)
8462 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 563 Potential violation of Law of Demeter (object not created locally)
8463 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 564 Potential violation of Law of Demeter (object not created locally)
8464 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 570 Potential violation of Law of Demeter (object not created locally)
8465 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 571 Potential violation of Law of Demeter (object not created locally)
8466 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 604 Potential violation of Law of Demeter (method chain calls)
8467 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 604 Potential violation of Law of Demeter (method chain calls)
8468 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 606 Potential violation of Law of Demeter (object not created locally)
8469 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 609 Potential violation of Law of Demeter (object not created locally)
8470 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 617 Potential violation of Law of Demeter (method chain calls)
8471 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 617 Potential violation of Law of Demeter (method chain calls)
8472 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 620 Potential violation of Law of Demeter (object not created locally)
8473 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 621 Potential violation of Law of Demeter (object not created locally)
8474 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 646 Potential violation of Law of Demeter (method chain calls)
8475 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 646 Potential violation of Law of Demeter (method chain calls)
8476 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 661 Potential violation of Law of Demeter (method chain calls)
8477 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 661 Potential violation of Law of Demeter (method chain calls)
8478 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 679 Potential violation of Law of Demeter (method chain calls)
8479 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 679 Potential violation of Law of Demeter (method chain calls)
8480 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 682 Potential violation of Law of Demeter (method chain calls)
8481 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 682 Potential violation of Law of Demeter (method chain calls)
8482 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 684 Potential violation of Law of Demeter (object not created locally)
8483 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 688 Potential violation of Law of Demeter (object not created locally)
8484 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 696 Potential violation of Law of Demeter (method chain calls)
8485 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 696 Potential violation of Law of Demeter (method chain calls)
8486 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 696 Potential violation of Law of Demeter (object not created locally)
8487 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 707 Potential violation of Law of Demeter (method chain calls)
8488 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 707 Potential violation of Law of Demeter (method chain calls)
8489 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 707 Potential violation of Law of Demeter (object not created locally)
8490 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 719 Potential violation of Law of Demeter (method chain calls)
8491 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 719 Potential violation of Law of Demeter (method chain calls)
8492 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 737 Potential violation of Law of Demeter (method chain calls)
8493 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 737 Potential violation of Law of Demeter (method chain calls)
8494 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 757 Potential violation of Law of Demeter (method chain calls)
8495 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 757 Potential violation of Law of Demeter (method chain calls)
8496 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 759 Potential violation of Law of Demeter (method chain calls)
8497 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 759 Potential violation of Law of Demeter (method chain calls)
8498 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 761 Potential violation of Law of Demeter (object not created locally)
8499 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 768 Potential violation of Law of Demeter (object not created locally)
8500 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 775 Potential violation of Law of Demeter (method chain calls)
8501 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 775 Potential violation of Law of Demeter (method chain calls)
8502 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 776 Potential violation of Law of Demeter (method chain calls)
8503 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 776 Potential violation of Law of Demeter (method chain calls)
8504 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 799 Potential violation of Law of Demeter (object not created locally)
8505 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 803 Potential violation of Law of Demeter (method chain calls)
8506 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageTestEngineExecutionTests.java 803 Potential violation of Law of Demeter (method chain calls)
8507 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageUniqueIdBuilder.java 23 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
8508 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageUniqueIdBuilder.java 26 Potential violation of Law of Demeter (method chain calls)
8509 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageUniqueIdBuilder.java 44 Potential violation of Law of Demeter (object not created locally)
8510 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageUniqueIdBuilder.java 48 Potential violation of Law of Demeter (method chain calls)
8511 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\VintageUniqueIdBuilder.java 57 Potential violation of Law of Demeter (method chain calls)
8512 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\descriptor\OrFilterTests.java 40 Potential violation of Law of Demeter (object not created locally)
8513 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\descriptor\OrFilterTests.java 54 Potential violation of Law of Demeter (method chain calls)
8514 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\descriptor\OrFilterTests.java 69 Potential violation of Law of Demeter (method chain calls)
8515 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\descriptor\OrFilterTests.java 70 Potential violation of Law of Demeter (method chain calls)
8516 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\descriptor\OrFilterTests.java 75 Potential violation of Law of Demeter (method chain calls)
8517 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\descriptor\OrFilterTests.java 75 Potential violation of Law of Demeter (object not created locally)
8518 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\descriptor\OrFilterTests.java 76 Potential violation of Law of Demeter (method chain calls)
8519 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\descriptor\OrFilterTests.java 76 Potential violation of Law of Demeter (object not created locally)
8520 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\descriptor\TestSourceProviderTests.java 32 Potential violation of Law of Demeter (method chain calls)
8521 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\descriptor\TestSourceProviderTests.java 35 Potential violation of Law of Demeter (method chain calls)
8522 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\descriptor\TestSourceProviderTests.java 35 Potential violation of Law of Demeter (method chain calls)
8523 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\descriptor\TestSourceProviderTests.java 35 Potential violation of Law of Demeter (object not created locally)
8524 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\descriptor\TestSourceProviderTests.java 36 Potential violation of Law of Demeter (object not created locally)
8525 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\IsPotentialJUnit4TestClassTests.java 20 Private field 'isPotentialJUnit4TestClass' could be made final; it is only initialized in the declaration or constructor.
8526 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\IsPotentialJUnit4TestClassTests.java 45 No abstract method which means that the keyword is most likely used to prevent instantiation. Use a private or protected constructor instead.
8527 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessorTests.java 50 Potential violation of Law of Demeter (method chain calls)
8528 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessorTests.java 57 Potential violation of Law of Demeter (method chain calls)
8529 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessorTests.java 67 Potential violation of Law of Demeter (method chain calls)
8530 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessorTests.java 67 Potential violation of Law of Demeter (method chain calls)
8531 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessorTests.java 67 Potential violation of Law of Demeter (method chain calls)
8532 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessorTests.java 67 Potential violation of Law of Demeter (method chain calls)
8533 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessorTests.java 67 Potential violation of Law of Demeter (method chain calls)
8534 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessorTests.java 67 Potential violation of Law of Demeter (method chain calls)
8535 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessorTests.java 68 Potential violation of Law of Demeter (method chain calls)
8536 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessorTests.java 69 Potential violation of Law of Demeter (object not created locally)
8537 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessorTests.java 75 Potential violation of Law of Demeter (method chain calls)
8538 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessorTests.java 75 Potential violation of Law of Demeter (method chain calls)
8539 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\RunnerTestDescriptorPostProcessorTests.java 75 Potential violation of Law of Demeter (method chain calls)
8540 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 53 Potential violation of Law of Demeter (method chain calls)
8541 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 53 Potential violation of Law of Demeter (method chain calls)
8542 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 53 Potential violation of Law of Demeter (method chain calls)
8543 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 61 Potential violation of Law of Demeter (method chain calls)
8544 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 61 Potential violation of Law of Demeter (object not created locally)
8545 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 62 Potential violation of Law of Demeter (method chain calls)
8546 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 62 Potential violation of Law of Demeter (method chain calls)
8547 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 62 Potential violation of Law of Demeter (method chain calls)
8548 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 62 Potential violation of Law of Demeter (method chain calls)
8549 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 62 Potential violation of Law of Demeter (method chain calls)
8550 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 62 Potential violation of Law of Demeter (method chain calls)
8551 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 62 Potential violation of Law of Demeter (method chain calls)
8552 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 62 Potential violation of Law of Demeter (object not created locally)
8553 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 68 Potential violation of Law of Demeter (method chain calls)
8554 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 68 Potential violation of Law of Demeter (method chain calls)
8555 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 68 Potential violation of Law of Demeter (method chain calls)
8556 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 76 Potential violation of Law of Demeter (method chain calls)
8557 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 76 Potential violation of Law of Demeter (object not created locally)
8558 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 110 Potential violation of Law of Demeter (method chain calls)
8559 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 110 Potential violation of Law of Demeter (method chain calls)
8560 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 110 Potential violation of Law of Demeter (method chain calls)
8561 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 110 Potential violation of Law of Demeter (method chain calls)
8562 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 118 Potential violation of Law of Demeter (method chain calls)
8563 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 118 Potential violation of Law of Demeter (object not created locally)
8564 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 120 Potential violation of Law of Demeter (method chain calls)
8565 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 121 Potential violation of Law of Demeter (object not created locally)
8566 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\discovery\VintageDiscovererTests.java 122 Potential violation of Law of Demeter (object not created locally)
8567 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\execution\TestRunTests.java 36 A method/constructor should not explicitly throw java.lang.Exception
8568 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\execution\TestRunTests.java 38 Potential violation of Law of Demeter (method chain calls)
8569 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\execution\TestRunTests.java 38 Potential violation of Law of Demeter (object not created locally)
8570 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\execution\TestRunTests.java 46 Potential violation of Law of Demeter (method chain calls)
8571 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\execution\TestRunTests.java 50 A method/constructor should not explicitly throw java.lang.Exception
8572 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\execution\TestRunTests.java 52 Potential violation of Law of Demeter (method chain calls)
8573 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\execution\TestRunTests.java 52 Potential violation of Law of Demeter (object not created locally)
8574 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\execution\TestRunTests.java 55 Potential violation of Law of Demeter (object not created locally)
8575 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\execution\TestRunTests.java 63 Potential violation of Law of Demeter (method chain calls)
8576 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdReaderTests.java 42 Potential violation of Law of Demeter (method chain calls)
8577 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdReaderTests.java 48 Potential violation of Law of Demeter (object not created locally)
8578 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdReaderTests.java 52 Potential violation of Law of Demeter (object not created locally)
8579 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdReaderTests.java 54 Potential violation of Law of Demeter (method chain calls)
8580 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdReaderTests.java 55 Potential violation of Law of Demeter (method chain calls)
8581 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdReaderTests.java 56 Potential violation of Law of Demeter (method chain calls)
8582 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdReaderTests.java 56 Potential violation of Law of Demeter (method chain calls)
8583 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdReaderTests.java 56 Potential violation of Law of Demeter (method chain calls)
8584 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdReaderTests.java 56 Potential violation of Law of Demeter (object not created locally)
8585 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdReaderTests.java 57 Potential violation of Law of Demeter (object not created locally)
8586 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdReaderTests.java 58 Potential violation of Law of Demeter (method chain calls)
8587 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdReaderTests.java 58 Potential violation of Law of Demeter (method chain calls)
8588 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdReaderTests.java 58 Potential violation of Law of Demeter (method chain calls)
8589 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdReaderTests.java 58 Potential violation of Law of Demeter (object not created locally)
8590 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdStringifierTests.java 41 A method/constructor should not explicitly throw java.lang.Exception
8591 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdStringifierTests.java 47 Potential violation of Law of Demeter (method chain calls)
8592 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdStringifierTests.java 48 Potential violation of Law of Demeter (method chain calls)
8593 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdStringifierTests.java 48 Potential violation of Law of Demeter (method chain calls)
8594 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdStringifierTests.java 62 Potential violation of Law of Demeter (method chain calls)
8595 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\junit-vintage-engine\src\test\java\org\junit\vintage\engine\support\UniqueIdStringifierTests.java 65 A method/constructor should not explicitly throw java.lang.Exception
8596 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\jupiter\extensions\Heavyweight.java 35 Potential violation of Law of Demeter (method chain calls)
8597 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\jupiter\extensions\Heavyweight.java 35 Potential violation of Law of Demeter (method chain calls)
8598 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\jupiter\extensions\Heavyweight.java 35 Potential violation of Law of Demeter (method chain calls)
8599 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\jupiter\extensions\Heavyweight.java 41 Potential violation of Law of Demeter (object not created locally)
8600 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\jupiter\extensions\Heavyweight.java 42 Potential violation of Law of Demeter (object not created locally)
8601 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\jupiter\extensions\Heavyweight.java 43 Potential violation of Law of Demeter (static property access)
8602 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\AbstractEqualsAndHashCodeTests.java 24 Potential violation of Law of Demeter (method chain calls)
8603 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\AbstractEqualsAndHashCodeTests.java 25 Potential violation of Law of Demeter (method chain calls)
8604 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\AbstractEqualsAndHashCodeTests.java 26 Potential violation of Law of Demeter (method chain calls)
8605 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\AbstractEqualsAndHashCodeTests.java 28 Potential violation of Law of Demeter (method chain calls)
8606 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\AbstractEqualsAndHashCodeTests.java 29 Potential violation of Law of Demeter (method chain calls)
8607 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\AbstractEqualsAndHashCodeTests.java 31 Potential violation of Law of Demeter (method chain calls)
8608 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\AbstractEqualsAndHashCodeTests.java 32 Potential violation of Law of Demeter (method chain calls)
8609 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\AbstractEqualsAndHashCodeTests.java 33 Potential violation of Law of Demeter (method chain calls)
8610 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\AbstractEqualsAndHashCodeTests.java 34 Potential violation of Law of Demeter (method chain calls)
8611 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\AbstractEqualsAndHashCodeTests.java 36 Potential violation of Law of Demeter (method chain calls)
8612 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\AbstractEqualsAndHashCodeTests.java 37 Potential violation of Law of Demeter (method chain calls)
8613 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\AbstractEqualsAndHashCodeTests.java 38 Potential violation of Law of Demeter (method chain calls)
8614 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\AbstractEqualsAndHashCodeTests.java 39 Potential violation of Law of Demeter (method chain calls)
8615 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\TestEngineTests.java 47 Potential violation of Law of Demeter (method chain calls)
8616 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 26 A method/constructor should not explicitly throw java.lang.Exception
8617 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 29 Potential violation of Law of Demeter (method chain calls)
8618 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 29 Potential violation of Law of Demeter (object not created locally)
8619 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 30 Potential violation of Law of Demeter (method chain calls)
8620 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 30 Potential violation of Law of Demeter (method chain calls)
8621 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 30 Potential violation of Law of Demeter (method chain calls)
8622 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 30 Potential violation of Law of Demeter (object not created locally)
8623 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 31 Potential violation of Law of Demeter (method chain calls)
8624 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 31 Potential violation of Law of Demeter (object not created locally)
8625 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 33 Potential violation of Law of Demeter (method chain calls)
8626 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 33 Potential violation of Law of Demeter (method chain calls)
8627 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 33 Potential violation of Law of Demeter (method chain calls)
8628 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 33 Potential violation of Law of Demeter (object not created locally)
8629 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 37 Potential violation of Law of Demeter (method chain calls)
8630 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 37 Potential violation of Law of Demeter (method chain calls)
8631 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 37 Potential violation of Law of Demeter (method chain calls)
8632 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 37 Potential violation of Law of Demeter (object not created locally)
8633 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 42 Potential violation of Law of Demeter (method chain calls)
8634 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 42 Potential violation of Law of Demeter (object not created locally)
8635 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 43 Potential violation of Law of Demeter (method chain calls)
8636 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 43 Potential violation of Law of Demeter (object not created locally)
8637 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 46 Potential violation of Law of Demeter (method chain calls)
8638 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 46 Potential violation of Law of Demeter (method chain calls)
8639 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 46 Potential violation of Law of Demeter (method chain calls)
8640 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 46 Potential violation of Law of Demeter (object not created locally)
8641 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 47 Potential violation of Law of Demeter (method chain calls)
8642 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 48 Potential violation of Law of Demeter (method chain calls)
8643 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 48 Potential violation of Law of Demeter (object not created locally)
8644 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 52 A method/constructor should not explicitly throw java.lang.Exception
8645 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 56 Potential violation of Law of Demeter (method chain calls)
8646 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 56 Potential violation of Law of Demeter (method chain calls)
8647 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 56 Potential violation of Law of Demeter (method chain calls)
8648 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 57 Potential violation of Law of Demeter (method chain calls)
8649 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 57 Potential violation of Law of Demeter (method chain calls)
8650 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 59 Potential violation of Law of Demeter (method chain calls)
8651 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 59 Potential violation of Law of Demeter (object not created locally)
8652 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 61 Potential violation of Law of Demeter (method chain calls)
8653 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 61 Potential violation of Law of Demeter (object not created locally)
8654 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 62 Potential violation of Law of Demeter (method chain calls)
8655 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 62 Potential violation of Law of Demeter (object not created locally)
8656 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 64 Potential violation of Law of Demeter (method chain calls)
8657 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 64 Potential violation of Law of Demeter (method chain calls)
8658 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 64 Potential violation of Law of Demeter (method chain calls)
8659 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 64 Potential violation of Law of Demeter (object not created locally)
8660 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 65 Potential violation of Law of Demeter (method chain calls)
8661 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 65 Potential violation of Law of Demeter (method chain calls)
8662 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 65 Potential violation of Law of Demeter (method chain calls)
8663 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 65 Potential violation of Law of Demeter (object not created locally)
8664 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 67 Potential violation of Law of Demeter (method chain calls)
8665 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 67 Potential violation of Law of Demeter (object not created locally)
8666 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 69 Potential violation of Law of Demeter (method chain calls)
8667 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 69 Potential violation of Law of Demeter (method chain calls)
8668 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 69 Potential violation of Law of Demeter (method chain calls)
8669 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 69 Potential violation of Law of Demeter (object not created locally)
8670 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 70 Potential violation of Law of Demeter (method chain calls)
8671 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 74 A method/constructor should not explicitly throw java.lang.Exception
8672 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 76 Potential violation of Law of Demeter (method chain calls)
8673 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 76 Potential violation of Law of Demeter (object not created locally)
8674 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 77 Potential violation of Law of Demeter (method chain calls)
8675 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 77 Potential violation of Law of Demeter (method chain calls)
8676 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 77 Potential violation of Law of Demeter (method chain calls)
8677 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 77 Potential violation of Law of Demeter (object not created locally)
8678 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 78 Potential violation of Law of Demeter (method chain calls)
8679 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 78 Potential violation of Law of Demeter (object not created locally)
8680 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 89 Potential violation of Law of Demeter (method chain calls)
8681 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 89 Potential violation of Law of Demeter (method chain calls)
8682 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 90 Potential violation of Law of Demeter (method chain calls)
8683 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 91 Potential violation of Law of Demeter (method chain calls)
8684 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 94 Potential violation of Law of Demeter (method chain calls)
8685 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 94 Potential violation of Law of Demeter (method chain calls)
8686 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 95 Potential violation of Law of Demeter (method chain calls)
8687 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\function\TryTests.java 96 Potential violation of Law of Demeter (method chain calls)
8688 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\AnnotationSupportTests.java 35 This class has too many methods, consider refactoring it.
8689 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\AnnotationSupportTests.java 135 Potential violation of Law of Demeter (method chain calls)
8690 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\AnnotationSupportTests.java 142 Potential violation of Law of Demeter (object not created locally)
8691 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\AnnotationSupportTests.java 142 Potential violation of Law of Demeter (object not created locally)
8692 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\AnnotationSupportTests.java 143 Potential violation of Law of Demeter (object not created locally)
8693 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\AnnotationSupportTests.java 143 Potential violation of Law of Demeter (object not created locally)
8694 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\AnnotationSupportTests.java 190 Potential violation of Law of Demeter (method chain calls)
8695 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\AnnotationSupportTests.java 192 Potential violation of Law of Demeter (method chain calls)
8696 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\AnnotationSupportTests.java 198 Potential violation of Law of Demeter (method chain calls)
8697 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\AnnotationSupportTests.java 200 Potential violation of Law of Demeter (method chain calls)
8698 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\AnnotationSupportTests.java 208 Potential violation of Law of Demeter (method chain calls)
8699 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\AnnotationSupportTests.java 210 Potential violation of Law of Demeter (method chain calls)
8700 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\AnnotationSupportTests.java 216 Potential violation of Law of Demeter (method chain calls)
8701 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\AnnotationSupportTests.java 218 Potential violation of Law of Demeter (method chain calls)
8702 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ModifierSupportTests.java 200 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
8703 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ModifierSupportTests.java 229 A method/constructor should not explicitly throw java.lang.Exception
8704 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ModifierSupportTests.java 231 Potential violation of Law of Demeter (method chain calls)
8705 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ModifierSupportTests.java 231 Potential violation of Law of Demeter (method chain calls)
8706 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ModifierSupportTests.java 231 Potential violation of Law of Demeter (method chain calls)
8707 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ModifierSupportTests.java 231 Potential violation of Law of Demeter (method chain calls)
8708 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ModifierSupportTests.java 231 Potential violation of Law of Demeter (method chain calls)
8709 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ModifierSupportTests.java 231 Potential violation of Law of Demeter (method chain calls)
8710 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ModifierSupportTests.java 231 Potential violation of Law of Demeter (method chain calls)
8711 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ModifierSupportTests.java 232 Potential violation of Law of Demeter (method chain calls)
8712 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ModifierSupportTests.java 233 Potential violation of Law of Demeter (method chain calls)
8713 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ModifierSupportTests.java 234 Potential violation of Law of Demeter (method chain calls)
8714 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ModifierSupportTests.java 235 Potential violation of Law of Demeter (method chain calls)
8715 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ModifierSupportTests.java 236 Potential violation of Law of Demeter (method chain calls)
8716 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ModifierSupportTests.java 237 Potential violation of Law of Demeter (method chain calls)
8717 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ModifierSupportTests.java 238 Potential violation of Law of Demeter (method chain calls)
8718 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\PreconditionAssertions.java 22 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
8719 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\PreconditionAssertions.java 26 Potential violation of Law of Demeter (object not created locally)
8720 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\PreconditionAssertions.java 31 Potential violation of Law of Demeter (object not created locally)
8721 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 37 This class has too many methods, consider refactoring it.
8722 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 45 This final field could be made static
8723 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 64 Potential violation of Law of Demeter (method chain calls)
8724 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 64 Potential violation of Law of Demeter (method chain calls)
8725 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 64 Potential violation of Law of Demeter (method chain calls)
8726 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 65 Potential violation of Law of Demeter (method chain calls)
8727 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 66 Potential violation of Law of Demeter (method chain calls)
8728 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 66 Potential violation of Law of Demeter (method chain calls)
8729 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 66 Potential violation of Law of Demeter (method chain calls)
8730 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 67 Potential violation of Law of Demeter (method chain calls)
8731 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 81 Potential violation of Law of Demeter (method chain calls)
8732 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 81 Potential violation of Law of Demeter (method chain calls)
8733 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 85 Potential violation of Law of Demeter (object not created locally)
8734 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 86 Potential violation of Law of Demeter (object not created locally)
8735 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 87 Potential violation of Law of Demeter (object not created locally)
8736 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 87 Potential violation of Law of Demeter (object not created locally)
8737 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 98 Potential violation of Law of Demeter (method chain calls)
8738 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 113 Potential violation of Law of Demeter (method chain calls)
8739 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 113 Potential violation of Law of Demeter (method chain calls)
8740 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 138 Potential violation of Law of Demeter (object not created locally)
8741 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 161 A method/constructor should not explicitly throw java.lang.Exception
8742 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 162 Potential violation of Law of Demeter (method chain calls)
8743 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 168 A method/constructor should not explicitly throw java.lang.Exception
8744 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 171 Potential violation of Law of Demeter (method chain calls)
8745 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 174 Potential violation of Law of Demeter (object not created locally)
8746 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 175 Potential violation of Law of Demeter (object not created locally)
8747 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 205 A method/constructor should not explicitly throw java.lang.Exception
8748 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 206 Potential violation of Law of Demeter (method chain calls)
8749 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 210 Potential violation of Law of Demeter (method chain calls)
8750 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 216 A method/constructor should not explicitly throw java.lang.Exception
8751 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 219 Potential violation of Law of Demeter (method chain calls)
8752 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 222 Potential violation of Law of Demeter (method chain calls)
8753 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 222 Potential violation of Law of Demeter (method chain calls)
8754 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 228 A method/constructor should not explicitly throw java.lang.Exception
8755 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 229 Potential violation of Law of Demeter (method chain calls)
8756 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 229 Potential violation of Law of Demeter (method chain calls)
8757 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 229 Potential violation of Law of Demeter (method chain calls)
8758 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 229 Potential violation of Law of Demeter (method chain calls)
8759 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 230 Potential violation of Law of Demeter (method chain calls)
8760 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 230 Potential violation of Law of Demeter (method chain calls)
8761 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 237 A method/constructor should not explicitly throw java.lang.Exception
8762 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 284 A method/constructor should not explicitly throw java.lang.Exception
8763 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 285 Potential violation of Law of Demeter (method chain calls)
8764 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 285 Potential violation of Law of Demeter (method chain calls)
8765 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 285 Potential violation of Law of Demeter (method chain calls)
8766 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 286 Potential violation of Law of Demeter (method chain calls)
8767 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\support\ReflectionSupportTests.java 290 A method/constructor should not explicitly throw java.lang.Exception
8768 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
8769 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 11 High amount of different objects as members denotes a high coupling
8770 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 54 Possible God Class (WMC=71, ATFD=143, TCC=1.127%)
8771 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 54 This class has too many methods, consider refactoring it.
8772 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 60 Potential violation of Law of Demeter (method chain calls)
8773 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 65 Potential violation of Law of Demeter (method chain calls)
8774 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 70 Potential violation of Law of Demeter (method chain calls)
8775 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 75 Potential violation of Law of Demeter (method chain calls)
8776 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 81 Potential violation of Law of Demeter (method chain calls)
8777 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 86 Potential violation of Law of Demeter (method chain calls)
8778 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 94 Potential violation of Law of Demeter (method chain calls)
8779 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 100 Potential violation of Law of Demeter (method chain calls)
8780 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 105 Potential violation of Law of Demeter (method chain calls)
8781 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 117 Potential violation of Law of Demeter (method chain calls)
8782 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 122 Potential violation of Law of Demeter (method chain calls)
8783 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 127 Potential violation of Law of Demeter (method chain calls)
8784 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 131 A method/constructor should not explicitly throw java.lang.Exception
8785 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 132 Potential violation of Law of Demeter (method chain calls)
8786 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 133 Potential violation of Law of Demeter (method chain calls)
8787 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 137 A method/constructor should not explicitly throw java.lang.Exception
8788 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 138 Potential violation of Law of Demeter (method chain calls)
8789 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 139 Potential violation of Law of Demeter (method chain calls)
8790 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 143 A method/constructor should not explicitly throw java.lang.Exception
8791 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 144 Potential violation of Law of Demeter (method chain calls)
8792 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 145 Potential violation of Law of Demeter (method chain calls)
8793 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 169 A method/constructor should not explicitly throw java.lang.Exception
8794 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 170 Potential violation of Law of Demeter (method chain calls)
8795 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 170 Potential violation of Law of Demeter (method chain calls)
8796 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 170 Potential violation of Law of Demeter (method chain calls)
8797 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 174 A method/constructor should not explicitly throw java.lang.Exception
8798 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 175 Potential violation of Law of Demeter (method chain calls)
8799 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 175 Potential violation of Law of Demeter (method chain calls)
8800 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 175 Potential violation of Law of Demeter (method chain calls)
8801 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 183 Potential violation of Law of Demeter (method chain calls)
8802 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 183 Potential violation of Law of Demeter (method chain calls)
8803 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 183 Potential violation of Law of Demeter (method chain calls)
8804 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 183 Potential violation of Law of Demeter (object not created locally)
8805 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 188 Potential violation of Law of Demeter (method chain calls)
8806 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 193 Potential violation of Law of Demeter (method chain calls)
8807 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 198 Potential violation of Law of Demeter (method chain calls)
8808 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 243 Potential violation of Law of Demeter (method chain calls)
8809 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 243 Potential violation of Law of Demeter (method chain calls)
8810 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 243 Potential violation of Law of Demeter (method chain calls)
8811 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 243 Potential violation of Law of Demeter (method chain calls)
8812 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 244 Potential violation of Law of Demeter (method chain calls)
8813 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 244 Potential violation of Law of Demeter (method chain calls)
8814 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 244 Potential violation of Law of Demeter (method chain calls)
8815 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 244 Potential violation of Law of Demeter (method chain calls)
8816 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 301 Potential violation of Law of Demeter (method chain calls)
8817 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 301 Potential violation of Law of Demeter (method chain calls)
8818 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 301 Potential violation of Law of Demeter (method chain calls)
8819 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 301 Potential violation of Law of Demeter (method chain calls)
8820 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 302 Potential violation of Law of Demeter (method chain calls)
8821 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 302 Potential violation of Law of Demeter (method chain calls)
8822 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 302 Potential violation of Law of Demeter (method chain calls)
8823 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 302 Potential violation of Law of Demeter (method chain calls)
8824 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 320 Potential violation of Law of Demeter (method chain calls)
8825 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 324 A method/constructor should not explicitly throw java.lang.Exception
8826 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 325 Potential violation of Law of Demeter (method chain calls)
8827 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 326 Potential violation of Law of Demeter (method chain calls)
8828 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 330 Potential violation of Law of Demeter (method chain calls)
8829 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 334 A method/constructor should not explicitly throw java.lang.Exception
8830 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 335 Potential violation of Law of Demeter (method chain calls)
8831 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 336 Potential violation of Law of Demeter (method chain calls)
8832 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 337 Potential violation of Law of Demeter (method chain calls)
8833 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 341 Potential violation of Law of Demeter (object not created locally)
8834 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 342 Potential violation of Law of Demeter (method chain calls)
8835 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 342 Potential violation of Law of Demeter (object not created locally)
8836 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 343 Potential violation of Law of Demeter (object not created locally)
8837 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 347 A method/constructor should not explicitly throw java.lang.Exception
8838 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 348 Potential violation of Law of Demeter (method chain calls)
8839 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 349 Potential violation of Law of Demeter (method chain calls)
8840 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 350 Potential violation of Law of Demeter (method chain calls)
8841 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 354 Potential violation of Law of Demeter (object not created locally)
8842 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 355 Potential violation of Law of Demeter (object not created locally)
8843 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 356 Potential violation of Law of Demeter (method chain calls)
8844 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 356 Potential violation of Law of Demeter (object not created locally)
8845 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 360 A method/constructor should not explicitly throw java.lang.Exception
8846 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 361 Potential violation of Law of Demeter (method chain calls)
8847 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 365 Potential violation of Law of Demeter (method chain calls)
8848 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 390 Potential violation of Law of Demeter (method chain calls)
8849 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 394 A method/constructor should not explicitly throw java.lang.Exception
8850 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 395 Potential violation of Law of Demeter (method chain calls)
8851 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 396 Potential violation of Law of Demeter (method chain calls)
8852 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 401 Potential violation of Law of Demeter (method chain calls)
8853 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 405 A method/constructor should not explicitly throw java.lang.Exception
8854 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 406 Potential violation of Law of Demeter (method chain calls)
8855 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 407 Potential violation of Law of Demeter (method chain calls)
8856 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 408 Potential violation of Law of Demeter (method chain calls)
8857 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 413 Potential violation of Law of Demeter (object not created locally)
8858 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 414 Potential violation of Law of Demeter (method chain calls)
8859 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 414 Potential violation of Law of Demeter (object not created locally)
8860 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 415 Potential violation of Law of Demeter (object not created locally)
8861 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 419 A method/constructor should not explicitly throw java.lang.Exception
8862 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 420 Potential violation of Law of Demeter (method chain calls)
8863 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 421 Potential violation of Law of Demeter (method chain calls)
8864 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 422 Potential violation of Law of Demeter (method chain calls)
8865 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 427 Potential violation of Law of Demeter (object not created locally)
8866 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 428 Potential violation of Law of Demeter (object not created locally)
8867 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 429 Potential violation of Law of Demeter (method chain calls)
8868 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 429 Potential violation of Law of Demeter (object not created locally)
8869 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 433 A method/constructor should not explicitly throw java.lang.Exception
8870 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 434 Potential violation of Law of Demeter (method chain calls)
8871 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 439 Potential violation of Law of Demeter (method chain calls)
8872 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 443 A method/constructor should not explicitly throw java.lang.Exception
8873 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 445 Potential violation of Law of Demeter (object not created locally)
8874 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 446 Potential violation of Law of Demeter (object not created locally)
8875 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 447 Potential violation of Law of Demeter (object not created locally)
8876 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 448 Potential violation of Law of Demeter (object not created locally)
8877 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 449 Potential violation of Law of Demeter (object not created locally)
8878 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 451 Potential violation of Law of Demeter (method chain calls)
8879 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 452 Potential violation of Law of Demeter (method chain calls)
8880 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 453 Potential violation of Law of Demeter (method chain calls)
8881 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 484 Potential violation of Law of Demeter (object not created locally)
8882 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 491 Potential violation of Law of Demeter (object not created locally)
8883 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 505 Potential violation of Law of Demeter (object not created locally)
8884 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 522 Potential violation of Law of Demeter (method chain calls)
8885 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 526 Potential violation of Law of Demeter (method chain calls)
8886 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 526 Potential violation of Law of Demeter (method chain calls)
8887 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\AnnotationUtilsTests.java 526 Potential violation of Law of Demeter (method chain calls)
8888 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 31 Potential violation of Law of Demeter (method chain calls)
8889 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 33 Potential violation of Law of Demeter (method chain calls)
8890 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 38 Potential violation of Law of Demeter (method chain calls)
8891 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 44 Potential violation of Law of Demeter (method chain calls)
8892 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 45 Potential violation of Law of Demeter (method chain calls)
8893 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 50 Potential violation of Law of Demeter (method chain calls)
8894 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 58 Potential violation of Law of Demeter (object not created locally)
8895 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 63 Potential violation of Law of Demeter (method chain calls)
8896 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 63 Potential violation of Law of Demeter (method chain calls)
8897 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 64 Potential violation of Law of Demeter (method chain calls)
8898 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 64 Potential violation of Law of Demeter (method chain calls)
8899 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 65 Potential violation of Law of Demeter (method chain calls)
8900 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 65 Potential violation of Law of Demeter (method chain calls)
8901 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 66 Potential violation of Law of Demeter (method chain calls)
8902 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 66 Potential violation of Law of Demeter (method chain calls)
8903 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 67 Potential violation of Law of Demeter (method chain calls)
8904 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 67 Potential violation of Law of Demeter (method chain calls)
8905 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 68 Potential violation of Law of Demeter (method chain calls)
8906 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassLoaderUtilsTests.java 68 Potential violation of Law of Demeter (method chain calls)
8907 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassNamePatternFilterUtilsTests.java 52 Potential violation of Law of Demeter (method chain calls)
8908 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassNamePatternFilterUtilsTests.java 52 Potential violation of Law of Demeter (method chain calls)
8909 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassNamePatternFilterUtilsTests.java 69 Potential violation of Law of Demeter (method chain calls)
8910 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassNamePatternFilterUtilsTests.java 69 Potential violation of Law of Demeter (method chain calls)
8911 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassNamePatternFilterUtilsTests.java 86 Potential violation of Law of Demeter (method chain calls)
8912 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassNamePatternFilterUtilsTests.java 86 Potential violation of Law of Demeter (method chain calls)
8913 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassNamePatternFilterUtilsTests.java 103 Potential violation of Law of Demeter (method chain calls)
8914 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassNamePatternFilterUtilsTests.java 103 Potential violation of Law of Demeter (method chain calls)
8915 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassNamePatternFilterUtilsTests.java 119 Potential violation of Law of Demeter (method chain calls)
8916 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassNamePatternFilterUtilsTests.java 119 Potential violation of Law of Demeter (method chain calls)
8917 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassNamePatternFilterUtilsTests.java 135 Potential violation of Law of Demeter (method chain calls)
8918 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassNamePatternFilterUtilsTests.java 135 Potential violation of Law of Demeter (method chain calls)
8919 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassUtilsTests.java 36 Potential violation of Law of Demeter (method chain calls)
8920 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassUtilsTests.java 36 Potential violation of Law of Demeter (method chain calls)
8921 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassUtilsTests.java 38 Potential violation of Law of Demeter (method chain calls)
8922 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassUtilsTests.java 38 Potential violation of Law of Demeter (method chain calls)
8923 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassUtilsTests.java 39 Potential violation of Law of Demeter (method chain calls)
8924 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassUtilsTests.java 39 Potential violation of Law of Demeter (method chain calls)
8925 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassUtilsTests.java 40 Potential violation of Law of Demeter (method chain calls)
8926 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClassUtilsTests.java 41 Potential violation of Law of Demeter (method chain calls)
8927 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 49 This class has too many methods, consider refactoring it.
8928 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 63 A method/constructor should not explicitly throw java.lang.Exception
8929 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 78 A method/constructor should not explicitly throw java.lang.Exception
8930 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 92 A method/constructor should not explicitly throw java.lang.Exception
8931 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 105 A method/constructor should not explicitly throw java.lang.Exception
8932 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 108 Avoid throwing raw exception types.
8933 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 117 A method/constructor should not explicitly throw java.lang.Exception
8934 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 121 Potential violation of Law of Demeter (method chain calls)
8935 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 121 Potential violation of Law of Demeter (object not created locally)
8936 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 126 Potential violation of Law of Demeter (method chain calls)
8937 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 126 Potential violation of Law of Demeter (method chain calls)
8938 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 126 Potential violation of Law of Demeter (method chain calls)
8939 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 126 Potential violation of Law of Demeter (method chain calls)
8940 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 126 Potential violation of Law of Demeter (method chain calls)
8941 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 126 Potential violation of Law of Demeter (method chain calls)
8942 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 126 Potential violation of Law of Demeter (method chain calls)
8943 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 148 A method/constructor should not explicitly throw java.lang.Exception
8944 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 153 A method/constructor should not explicitly throw java.lang.Exception
8945 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 157 A method/constructor should not explicitly throw java.lang.Exception
8946 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 158 Potential violation of Law of Demeter (method chain calls)
8947 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 165 Potential violation of Law of Demeter (method chain calls)
8948 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 165 Potential violation of Law of Demeter (method chain calls)
8949 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 165 Potential violation of Law of Demeter (method chain calls)
8950 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 165 Potential violation of Law of Demeter (object not created locally)
8951 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 166 Potential violation of Law of Demeter (method chain calls)
8952 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 166 Potential violation of Law of Demeter (method chain calls)
8953 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 176 Potential violation of Law of Demeter (method chain calls)
8954 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 176 Potential violation of Law of Demeter (object not created locally)
8955 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 177 Potential violation of Law of Demeter (object not created locally)
8956 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 178 Potential violation of Law of Demeter (object not created locally)
8957 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 182 A method/constructor should not explicitly throw java.lang.Exception
8958 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 183 Potential violation of Law of Demeter (method chain calls)
8959 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 191 Potential violation of Law of Demeter (method chain calls)
8960 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 192 Potential violation of Law of Demeter (method chain calls)
8961 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 192 Potential violation of Law of Demeter (method chain calls)
8962 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 192 Potential violation of Law of Demeter (method chain calls)
8963 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 192 Potential violation of Law of Demeter (object not created locally)
8964 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 193 Potential violation of Law of Demeter (object not created locally)
8965 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 194 Potential violation of Law of Demeter (object not created locally)
8966 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 200 Potential violation of Law of Demeter (method chain calls)
8967 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 203 Potential violation of Law of Demeter (method chain calls)
8968 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 203 Potential violation of Law of Demeter (method chain calls)
8969 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 203 Potential violation of Law of Demeter (object not created locally)
8970 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 204 Potential violation of Law of Demeter (method chain calls)
8971 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 204 Potential violation of Law of Demeter (method chain calls)
8972 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 204 Potential violation of Law of Demeter (method chain calls)
8973 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 204 Potential violation of Law of Demeter (method chain calls)
8974 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 204 Potential violation of Law of Demeter (object not created locally)
8975 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 205 Potential violation of Law of Demeter (method chain calls)
8976 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 205 Potential violation of Law of Demeter (method chain calls)
8977 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 205 Potential violation of Law of Demeter (object not created locally)
8978 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 212 Potential violation of Law of Demeter (object not created locally)
8979 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 237 Potential violation of Law of Demeter (method chain calls)
8980 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 247 Potential violation of Law of Demeter (method chain calls)
8981 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 251 A method/constructor should not explicitly throw java.lang.Exception
8982 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 255 Potential violation of Law of Demeter (object not created locally)
8983 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 259 A method/constructor should not explicitly throw java.lang.Exception
8984 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 260 Potential violation of Law of Demeter (method chain calls)
8985 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 263 Potential violation of Law of Demeter (object not created locally)
8986 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 264 Potential violation of Law of Demeter (object not created locally)
8987 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 266 Potential violation of Law of Demeter (object not created locally)
8988 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 270 A method/constructor should not explicitly throw java.lang.Exception
8989 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 273 Potential violation of Law of Demeter (method chain calls)
8990 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 273 Potential violation of Law of Demeter (method chain calls)
8991 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 273 Potential violation of Law of Demeter (method chain calls)
8992 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 273 Potential violation of Law of Demeter (method chain calls)
8993 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 277 Potential violation of Law of Demeter (object not created locally)
8994 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 279 Potential violation of Law of Demeter (object not created locally)
8995 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 281 Potential violation of Law of Demeter (method chain calls)
8996 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 287 Potential violation of Law of Demeter (method chain calls)
8997 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 291 A method/constructor should not explicitly throw java.lang.Exception
8998 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 295 Potential violation of Law of Demeter (method chain calls)
8999 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 295 Potential violation of Law of Demeter (object not created locally)
9000 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 296 Potential violation of Law of Demeter (object not created locally)
9001 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 318 A method/constructor should not explicitly throw java.lang.Exception
9002 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 325 Potential violation of Law of Demeter (method chain calls)
9003 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 328 A method/constructor should not explicitly throw java.lang.Exception
9004 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 329 Potential violation of Law of Demeter (method chain calls)
9005 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 329 Potential violation of Law of Demeter (method chain calls)
9006 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 329 Potential violation of Law of Demeter (method chain calls)
9007 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ClasspathScannerTests.java 330 Potential violation of Law of Demeter (object not created locally)
9008 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 46 This class has too many methods, consider refactoring it.
9009 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 53 Potential violation of Law of Demeter (object not created locally)
9010 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 61 Potential violation of Law of Demeter (object not created locally)
9011 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 76 Potential violation of Law of Demeter (object not created locally)
9012 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 81 Potential violation of Law of Demeter (method chain calls)
9013 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 82 Potential violation of Law of Demeter (method chain calls)
9014 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 89 Potential violation of Law of Demeter (method chain calls)
9015 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 97 Potential violation of Law of Demeter (method chain calls)
9016 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 106 Potential violation of Law of Demeter (method chain calls)
9017 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 116 Potential violation of Law of Demeter (method chain calls)
9018 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 126 Potential violation of Law of Demeter (method chain calls)
9019 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 136 Potential violation of Law of Demeter (method chain calls)
9020 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 158 Potential violation of Law of Demeter (method chain calls)
9021 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 161 Potential violation of Law of Demeter (method chain calls)
9022 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 161 Potential violation of Law of Demeter (method chain calls)
9023 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 178 Potential violation of Law of Demeter (method chain calls)
9024 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 184 Potential violation of Law of Demeter (method chain calls)
9025 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 188 Potential violation of Law of Demeter (method chain calls)
9026 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 196 Potential violation of Law of Demeter (method chain calls)
9027 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 224 Potential violation of Law of Demeter (method chain calls)
9028 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 224 Potential violation of Law of Demeter (method chain calls)
9029 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 225 Potential violation of Law of Demeter (method chain calls)
9030 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 225 Potential violation of Law of Demeter (method chain calls)
9031 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 225 Potential violation of Law of Demeter (method chain calls)
9032 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 225 Potential violation of Law of Demeter (method chain calls)
9033 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 226 Potential violation of Law of Demeter (method chain calls)
9034 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\CollectionUtilsTests.java 228 Potential violation of Law of Demeter (method chain calls)
9035 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ExceptionUtilsTests.java 58 Potential violation of Law of Demeter (method chain calls)
9036 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ExceptionUtilsTests.java 58 Potential violation of Law of Demeter (method chain calls)
9037 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ExceptionUtilsTests.java 58 Potential violation of Law of Demeter (method chain calls)
9038 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ExceptionUtilsTests.java 58 Potential violation of Law of Demeter (method chain calls)
9039 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ExceptionUtilsTests.java 59 Potential violation of Law of Demeter (method chain calls)
9040 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ExceptionUtilsTests.java 60 Potential violation of Law of Demeter (method chain calls)
9041 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\FunctionUtilsTests.java 36 Potential violation of Law of Demeter (object not created locally)
9042 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\FunctionUtilsTests.java 44 Potential violation of Law of Demeter (object not created locally)
9043 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\FunctionUtilsTests.java 49 Potential violation of Law of Demeter (method chain calls)
9044 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\FunctionUtilsTests.java 50 Potential violation of Law of Demeter (object not created locally)
9045 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\FunctionUtilsTests.java 51 Potential violation of Law of Demeter (object not created locally)
9046 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\FunctionUtilsTests.java 52 Potential violation of Law of Demeter (object not created locally)
9047 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\LruCacheTests.java 30 Potential violation of Law of Demeter (method chain calls)
9048 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\LruCacheTests.java 30 Potential violation of Law of Demeter (method chain calls)
9049 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 71 Potential violation of Law of Demeter (object not created locally)
9050 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 78 Potential violation of Law of Demeter (object not created locally)
9051 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 83 Potential violation of Law of Demeter (method chain calls)
9052 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 83 Potential violation of Law of Demeter (method chain calls)
9053 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 87 A method/constructor should not explicitly throw java.lang.Exception
9054 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 88 Potential violation of Law of Demeter (method chain calls)
9055 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 89 Potential violation of Law of Demeter (method chain calls)
9056 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 89 Potential violation of Law of Demeter (method chain calls)
9057 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 89 Potential violation of Law of Demeter (method chain calls)
9058 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 89 Potential violation of Law of Demeter (method chain calls)
9059 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 94 Potential violation of Law of Demeter (method chain calls)
9060 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 94 Potential violation of Law of Demeter (method chain calls)
9061 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 94 Potential violation of Law of Demeter (method chain calls)
9062 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 94 Potential violation of Law of Demeter (method chain calls)
9063 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 94 Potential violation of Law of Demeter (method chain calls)
9064 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 94 Potential violation of Law of Demeter (method chain calls)
9065 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 94 Potential violation of Law of Demeter (method chain calls)
9066 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 94 Potential violation of Law of Demeter (method chain calls)
9067 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 94 Potential violation of Law of Demeter (method chain calls)
9068 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 95 Potential violation of Law of Demeter (method chain calls)
9069 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 95 Potential violation of Law of Demeter (method chain calls)
9070 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 96 Potential violation of Law of Demeter (method chain calls)
9071 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 96 Potential violation of Law of Demeter (method chain calls)
9072 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 97 Potential violation of Law of Demeter (method chain calls)
9073 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 97 Potential violation of Law of Demeter (method chain calls)
9074 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 98 Potential violation of Law of Demeter (method chain calls)
9075 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 98 Potential violation of Law of Demeter (method chain calls)
9076 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 99 Potential violation of Law of Demeter (method chain calls)
9077 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 99 Potential violation of Law of Demeter (method chain calls)
9078 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 100 Potential violation of Law of Demeter (method chain calls)
9079 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 100 Potential violation of Law of Demeter (method chain calls)
9080 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 111 Potential violation of Law of Demeter (object not created locally)
9081 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 118 Potential violation of Law of Demeter (object not created locally)
9082 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PackageUtilsTests.java 125 Potential violation of Law of Demeter (object not created locally)
9083 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PreconditionsTests.java 36 This class has too many methods, consider refactoring it.
9084 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PreconditionsTests.java 52 Potential violation of Law of Demeter (object not created locally)
9085 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PreconditionsTests.java 63 Potential violation of Law of Demeter (object not created locally)
9086 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PreconditionsTests.java 97 Potential violation of Law of Demeter (object not created locally)
9087 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PreconditionsTests.java 107 Potential violation of Law of Demeter (object not created locally)
9088 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PreconditionsTests.java 117 Potential violation of Law of Demeter (object not created locally)
9089 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PreconditionsTests.java 127 Potential violation of Law of Demeter (object not created locally)
9090 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PreconditionsTests.java 173 Potential violation of Law of Demeter (object not created locally)
9091 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PreconditionsTests.java 183 Potential violation of Law of Demeter (object not created locally)
9092 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PreconditionsTests.java 200 Potential violation of Law of Demeter (object not created locally)
9093 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PreconditionsTests.java 210 Potential violation of Law of Demeter (object not created locally)
9094 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PreconditionsTests.java 220 Potential violation of Law of Demeter (object not created locally)
9095 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PreconditionsTests.java 230 Potential violation of Law of Demeter (object not created locally)
9096 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PreconditionsTests.java 240 Potential violation of Law of Demeter (object not created locally)
9097 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PreconditionsTests.java 250 Potential violation of Law of Demeter (object not created locally)
9098 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PreconditionsTests.java 270 Potential violation of Law of Demeter (object not created locally)
9099 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\PreconditionsTests.java 280 Potential violation of Law of Demeter (object not created locally)
9100 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
9101 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 11 High amount of different objects as members denotes a high coupling
9102 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 75 Avoid really long classes.
9103 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 75 Possible God Class (WMC=126, ATFD=819, TCC=0.120%)
9104 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 75 The class 'ReflectionUtilsTests' has a total cyclomatic complexity of 126 (highest 3).
9105 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 75 This class has too many methods, consider refactoring it.
9106 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 84 A method/constructor should not explicitly throw java.lang.Exception
9107 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 86 Potential violation of Law of Demeter (method chain calls)
9108 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 86 Potential violation of Law of Demeter (method chain calls)
9109 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 86 Potential violation of Law of Demeter (method chain calls)
9110 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 89 Potential violation of Law of Demeter (method chain calls)
9111 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 89 Potential violation of Law of Demeter (method chain calls)
9112 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 89 Potential violation of Law of Demeter (method chain calls)
9113 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 91 Potential violation of Law of Demeter (method chain calls)
9114 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 91 Potential violation of Law of Demeter (method chain calls)
9115 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 91 Potential violation of Law of Demeter (method chain calls)
9116 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 93 Potential violation of Law of Demeter (method chain calls)
9117 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 93 Potential violation of Law of Demeter (method chain calls)
9118 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 93 Potential violation of Law of Demeter (method chain calls)
9119 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 97 A method/constructor should not explicitly throw java.lang.Exception
9120 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 99 Potential violation of Law of Demeter (method chain calls)
9121 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 99 Potential violation of Law of Demeter (method chain calls)
9122 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 99 Potential violation of Law of Demeter (method chain calls)
9123 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 102 Potential violation of Law of Demeter (method chain calls)
9124 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 102 Potential violation of Law of Demeter (method chain calls)
9125 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 102 Potential violation of Law of Demeter (method chain calls)
9126 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 104 Potential violation of Law of Demeter (method chain calls)
9127 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 104 Potential violation of Law of Demeter (method chain calls)
9128 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 104 Potential violation of Law of Demeter (method chain calls)
9129 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 106 Potential violation of Law of Demeter (method chain calls)
9130 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 106 Potential violation of Law of Demeter (method chain calls)
9131 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 106 Potential violation of Law of Demeter (method chain calls)
9132 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 110 A method/constructor should not explicitly throw java.lang.Exception
9133 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 112 Potential violation of Law of Demeter (method chain calls)
9134 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 112 Potential violation of Law of Demeter (method chain calls)
9135 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 112 Potential violation of Law of Demeter (method chain calls)
9136 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 114 Potential violation of Law of Demeter (method chain calls)
9137 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 114 Potential violation of Law of Demeter (method chain calls)
9138 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 114 Potential violation of Law of Demeter (method chain calls)
9139 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 116 Potential violation of Law of Demeter (method chain calls)
9140 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 116 Potential violation of Law of Demeter (method chain calls)
9141 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 116 Potential violation of Law of Demeter (method chain calls)
9142 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 118 Potential violation of Law of Demeter (method chain calls)
9143 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 118 Potential violation of Law of Demeter (method chain calls)
9144 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 118 Potential violation of Law of Demeter (method chain calls)
9145 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 122 A method/constructor should not explicitly throw java.lang.Exception
9146 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 124 Potential violation of Law of Demeter (method chain calls)
9147 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 124 Potential violation of Law of Demeter (method chain calls)
9148 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 124 Potential violation of Law of Demeter (method chain calls)
9149 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 127 Potential violation of Law of Demeter (method chain calls)
9150 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 127 Potential violation of Law of Demeter (method chain calls)
9151 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 127 Potential violation of Law of Demeter (method chain calls)
9152 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 131 A method/constructor should not explicitly throw java.lang.Exception
9153 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 133 Potential violation of Law of Demeter (method chain calls)
9154 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 133 Potential violation of Law of Demeter (method chain calls)
9155 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 133 Potential violation of Law of Demeter (method chain calls)
9156 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 136 Potential violation of Law of Demeter (method chain calls)
9157 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 136 Potential violation of Law of Demeter (method chain calls)
9158 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 136 Potential violation of Law of Demeter (method chain calls)
9159 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 140 A method/constructor should not explicitly throw java.lang.Exception
9160 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 142 Potential violation of Law of Demeter (method chain calls)
9161 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 142 Potential violation of Law of Demeter (method chain calls)
9162 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 142 Potential violation of Law of Demeter (method chain calls)
9163 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 145 Potential violation of Law of Demeter (method chain calls)
9164 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 145 Potential violation of Law of Demeter (method chain calls)
9165 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 145 Potential violation of Law of Demeter (method chain calls)
9166 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 149 A method/constructor should not explicitly throw java.lang.Exception
9167 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 151 Potential violation of Law of Demeter (method chain calls)
9168 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 151 Potential violation of Law of Demeter (method chain calls)
9169 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 151 Potential violation of Law of Demeter (method chain calls)
9170 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 154 Potential violation of Law of Demeter (method chain calls)
9171 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 154 Potential violation of Law of Demeter (method chain calls)
9172 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 154 Potential violation of Law of Demeter (method chain calls)
9173 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 158 A method/constructor should not explicitly throw java.lang.Exception
9174 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 160 Potential violation of Law of Demeter (method chain calls)
9175 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 160 Potential violation of Law of Demeter (method chain calls)
9176 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 160 Potential violation of Law of Demeter (method chain calls)
9177 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 163 Potential violation of Law of Demeter (method chain calls)
9178 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 163 Potential violation of Law of Demeter (method chain calls)
9179 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 163 Potential violation of Law of Demeter (method chain calls)
9180 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 167 A method/constructor should not explicitly throw java.lang.Exception
9181 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 169 Potential violation of Law of Demeter (object not created locally)
9182 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 171 Potential violation of Law of Demeter (object not created locally)
9183 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 172 Potential violation of Law of Demeter (object not created locally)
9184 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 173 Potential violation of Law of Demeter (object not created locally)
9185 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 185 Potential violation of Law of Demeter (method chain calls)
9186 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 187 Potential violation of Law of Demeter (method chain calls)
9187 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 187 Potential violation of Law of Demeter (method chain calls)
9188 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 187 Potential violation of Law of Demeter (object not created locally)
9189 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 193 Potential violation of Law of Demeter (method chain calls)
9190 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 194 Potential violation of Law of Demeter (method chain calls)
9191 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 203 Potential violation of Law of Demeter (method chain calls)
9192 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 210 Potential violation of Law of Demeter (method chain calls)
9193 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 211 Potential violation of Law of Demeter (method chain calls)
9194 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 238 A method/constructor should not explicitly throw java.lang.Exception
9195 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 239 Potential violation of Law of Demeter (method chain calls)
9196 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 241 Potential violation of Law of Demeter (method chain calls)
9197 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 242 Potential violation of Law of Demeter (method chain calls)
9198 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 243 Potential violation of Law of Demeter (method chain calls)
9199 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 247 A method/constructor should not explicitly throw java.lang.Exception
9200 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 248 Potential violation of Law of Demeter (method chain calls)
9201 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 248 Potential violation of Law of Demeter (method chain calls)
9202 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 248 Potential violation of Law of Demeter (method chain calls)
9203 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 250 Potential violation of Law of Demeter (method chain calls)
9204 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 251 Potential violation of Law of Demeter (method chain calls)
9205 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 251 Potential violation of Law of Demeter (method chain calls)
9206 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 251 Potential violation of Law of Demeter (method chain calls)
9207 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 252 Potential violation of Law of Demeter (method chain calls)
9208 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 252 Potential violation of Law of Demeter (method chain calls)
9209 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 252 Potential violation of Law of Demeter (method chain calls)
9210 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 257 A method/constructor should not explicitly throw java.lang.Exception
9211 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 259 Potential violation of Law of Demeter (method chain calls)
9212 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 261 Potential violation of Law of Demeter (method chain calls)
9213 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 262 Potential violation of Law of Demeter (method chain calls)
9214 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 267 A method/constructor should not explicitly throw java.lang.Exception
9215 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 268 Potential violation of Law of Demeter (method chain calls)
9216 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 270 Potential violation of Law of Demeter (method chain calls)
9217 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 270 Potential violation of Law of Demeter (method chain calls)
9218 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 276 A method/constructor should not explicitly throw java.lang.Exception
9219 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 278 Potential violation of Law of Demeter (method chain calls)
9220 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 278 Potential violation of Law of Demeter (method chain calls)
9221 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 278 Potential violation of Law of Demeter (method chain calls)
9222 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 280 Potential violation of Law of Demeter (method chain calls)
9223 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 281 Potential violation of Law of Demeter (method chain calls)
9224 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 281 Potential violation of Law of Demeter (method chain calls)
9225 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 281 Potential violation of Law of Demeter (method chain calls)
9226 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 420 A method/constructor should not explicitly throw java.lang.Exception
9227 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 422 Potential violation of Law of Demeter (method chain calls)
9228 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 422 Potential violation of Law of Demeter (method chain calls)
9229 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 427 A method/constructor should not explicitly throw java.lang.Exception
9230 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 429 Potential violation of Law of Demeter (method chain calls)
9231 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 429 Potential violation of Law of Demeter (method chain calls)
9232 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 434 A method/constructor should not explicitly throw java.lang.Exception
9233 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 435 Potential violation of Law of Demeter (method chain calls)
9234 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 435 Potential violation of Law of Demeter (method chain calls)
9235 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 440 A method/constructor should not explicitly throw java.lang.Exception
9236 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 441 Potential violation of Law of Demeter (method chain calls)
9237 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 441 Potential violation of Law of Demeter (method chain calls)
9238 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 459 Potential violation of Law of Demeter (method chain calls)
9239 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 471 Potential violation of Law of Demeter (method chain calls)
9240 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 471 Potential violation of Law of Demeter (method chain calls)
9241 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 472 Potential violation of Law of Demeter (method chain calls)
9242 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 477 Potential violation of Law of Demeter (method chain calls)
9243 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 477 Potential violation of Law of Demeter (method chain calls)
9244 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 477 Potential violation of Law of Demeter (method chain calls)
9245 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 477 Potential violation of Law of Demeter (method chain calls)
9246 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 482 Potential violation of Law of Demeter (method chain calls)
9247 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 482 Potential violation of Law of Demeter (method chain calls)
9248 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 482 Potential violation of Law of Demeter (method chain calls)
9249 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 482 Potential violation of Law of Demeter (method chain calls)
9250 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 488 Potential violation of Law of Demeter (method chain calls)
9251 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 488 Potential violation of Law of Demeter (method chain calls)
9252 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 488 Potential violation of Law of Demeter (method chain calls)
9253 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 488 Potential violation of Law of Demeter (method chain calls)
9254 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 493 Potential violation of Law of Demeter (method chain calls)
9255 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 493 Potential violation of Law of Demeter (method chain calls)
9256 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 493 Potential violation of Law of Demeter (method chain calls)
9257 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 493 Potential violation of Law of Demeter (method chain calls)
9258 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 498 Potential violation of Law of Demeter (method chain calls)
9259 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 503 Potential violation of Law of Demeter (method chain calls)
9260 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 503 Potential violation of Law of Demeter (method chain calls)
9261 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 503 Potential violation of Law of Demeter (method chain calls)
9262 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 503 Potential violation of Law of Demeter (method chain calls)
9263 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 508 Potential violation of Law of Demeter (method chain calls)
9264 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 513 Potential violation of Law of Demeter (method chain calls)
9265 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 513 Potential violation of Law of Demeter (method chain calls)
9266 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 513 Potential violation of Law of Demeter (method chain calls)
9267 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 513 Potential violation of Law of Demeter (method chain calls)
9268 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 518 Potential violation of Law of Demeter (method chain calls)
9269 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 523 Potential violation of Law of Demeter (method chain calls)
9270 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 523 Potential violation of Law of Demeter (method chain calls)
9271 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 523 Potential violation of Law of Demeter (method chain calls)
9272 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 523 Potential violation of Law of Demeter (method chain calls)
9273 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 529 Potential violation of Law of Demeter (method chain calls)
9274 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 534 Potential violation of Law of Demeter (method chain calls)
9275 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 534 Potential violation of Law of Demeter (method chain calls)
9276 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 534 Potential violation of Law of Demeter (method chain calls)
9277 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 534 Potential violation of Law of Demeter (method chain calls)
9278 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 540 Potential violation of Law of Demeter (method chain calls)
9279 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 555 Potential violation of Law of Demeter (method chain calls)
9280 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 561 Potential violation of Law of Demeter (method chain calls)
9281 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 567 Potential violation of Law of Demeter (method chain calls)
9282 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 574 Potential violation of Law of Demeter (method chain calls)
9283 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 597 Potential violation of Law of Demeter (method chain calls)
9284 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 603 Potential violation of Law of Demeter (method chain calls)
9285 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 609 Potential violation of Law of Demeter (method chain calls)
9286 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 630 Potential violation of Law of Demeter (method chain calls)
9287 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 632 Potential violation of Law of Demeter (method chain calls)
9288 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 634 Potential violation of Law of Demeter (method chain calls)
9289 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 635 Potential violation of Law of Demeter (method chain calls)
9290 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 639 A method/constructor should not explicitly throw java.lang.Exception
9291 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 640 Potential violation of Law of Demeter (method chain calls)
9292 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 641 Potential violation of Law of Demeter (method chain calls)
9293 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 648 Potential violation of Law of Demeter (method chain calls)
9294 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 667 Potential violation of Law of Demeter (method chain calls)
9295 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 669 Potential violation of Law of Demeter (method chain calls)
9296 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 672 Potential violation of Law of Demeter (method chain calls)
9297 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 675 Potential violation of Law of Demeter (method chain calls)
9298 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 675 Potential violation of Law of Demeter (method chain calls)
9299 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 675 Potential violation of Law of Demeter (method chain calls)
9300 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 678 Potential violation of Law of Demeter (method chain calls)
9301 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 681 Potential violation of Law of Demeter (method chain calls)
9302 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 690 Potential violation of Law of Demeter (method chain calls)
9303 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 696 Potential violation of Law of Demeter (method chain calls)
9304 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 699 Potential violation of Law of Demeter (method chain calls)
9305 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 702 Potential violation of Law of Demeter (method chain calls)
9306 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 704 Potential violation of Law of Demeter (method chain calls)
9307 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 708 Potential violation of Law of Demeter (method chain calls)
9308 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 710 Potential violation of Law of Demeter (method chain calls)
9309 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 735 Potential violation of Law of Demeter (method chain calls)
9310 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 735 Potential violation of Law of Demeter (method chain calls)
9311 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 735 Potential violation of Law of Demeter (method chain calls)
9312 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 747 A method/constructor should not explicitly throw java.lang.Exception
9313 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 748 Potential violation of Law of Demeter (method chain calls)
9314 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 754 Potential violation of Law of Demeter (object not created locally)
9315 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 757 Potential violation of Law of Demeter (object not created locally)
9316 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 759 Potential violation of Law of Demeter (method chain calls)
9317 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 761 Potential violation of Law of Demeter (method chain calls)
9318 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 761 Potential violation of Law of Demeter (method chain calls)
9319 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 761 Potential violation of Law of Demeter (method chain calls)
9320 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 761 Potential violation of Law of Demeter (method chain calls)
9321 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 766 Potential violation of Law of Demeter (method chain calls)
9322 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 782 Potential violation of Law of Demeter (object not created locally)
9323 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 786 Potential violation of Law of Demeter (object not created locally)
9324 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 787 Potential violation of Law of Demeter (method chain calls)
9325 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 787 Potential violation of Law of Demeter (method chain calls)
9326 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 787 Potential violation of Law of Demeter (object not created locally)
9327 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 798 A method/constructor should not explicitly throw java.lang.Exception
9328 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 799 Potential violation of Law of Demeter (method chain calls)
9329 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 799 Potential violation of Law of Demeter (method chain calls)
9330 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 799 Potential violation of Law of Demeter (method chain calls)
9331 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 799 Potential violation of Law of Demeter (method chain calls)
9332 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 800 Potential violation of Law of Demeter (method chain calls)
9333 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 801 Potential violation of Law of Demeter (method chain calls)
9334 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 801 Potential violation of Law of Demeter (method chain calls)
9335 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 801 Potential violation of Law of Demeter (method chain calls)
9336 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 801 Potential violation of Law of Demeter (method chain calls)
9337 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 802 Potential violation of Law of Demeter (method chain calls)
9338 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 804 Potential violation of Law of Demeter (method chain calls)
9339 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 804 Potential violation of Law of Demeter (method chain calls)
9340 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 804 Potential violation of Law of Demeter (method chain calls)
9341 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 804 Potential violation of Law of Demeter (method chain calls)
9342 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 805 Potential violation of Law of Demeter (method chain calls)
9343 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 806 Potential violation of Law of Demeter (method chain calls)
9344 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 806 Potential violation of Law of Demeter (method chain calls)
9345 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 806 Potential violation of Law of Demeter (method chain calls)
9346 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 806 Potential violation of Law of Demeter (method chain calls)
9347 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 807 Potential violation of Law of Demeter (method chain calls)
9348 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 809 Potential violation of Law of Demeter (method chain calls)
9349 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 809 Potential violation of Law of Demeter (method chain calls)
9350 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 809 Potential violation of Law of Demeter (method chain calls)
9351 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 810 Potential violation of Law of Demeter (method chain calls)
9352 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 810 Potential violation of Law of Demeter (method chain calls)
9353 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 810 Potential violation of Law of Demeter (method chain calls)
9354 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 824 Potential violation of Law of Demeter (method chain calls)
9355 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 826 Potential violation of Law of Demeter (method chain calls)
9356 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 836 Potential violation of Law of Demeter (method chain calls)
9357 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 839 Potential violation of Law of Demeter (method chain calls)
9358 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 842 Potential violation of Law of Demeter (method chain calls)
9359 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 845 Potential violation of Law of Demeter (method chain calls)
9360 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 848 Potential violation of Law of Demeter (method chain calls)
9361 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 853 A method/constructor should not explicitly throw java.lang.Exception
9362 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 854 Potential violation of Law of Demeter (method chain calls)
9363 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 855 Potential violation of Law of Demeter (method chain calls)
9364 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 857 Potential violation of Law of Demeter (method chain calls)
9365 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 857 Potential violation of Law of Demeter (method chain calls)
9366 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 857 Potential violation of Law of Demeter (method chain calls)
9367 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 858 Potential violation of Law of Demeter (method chain calls)
9368 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 858 Potential violation of Law of Demeter (method chain calls)
9369 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 859 Potential violation of Law of Demeter (method chain calls)
9370 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 861 Potential violation of Law of Demeter (method chain calls)
9371 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 861 Potential violation of Law of Demeter (method chain calls)
9372 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 862 Potential violation of Law of Demeter (method chain calls)
9373 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 869 Potential violation of Law of Demeter (method chain calls)
9374 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 870 Potential violation of Law of Demeter (method chain calls)
9375 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 870 Potential violation of Law of Demeter (method chain calls)
9376 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 870 Potential violation of Law of Demeter (method chain calls)
9377 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 870 Potential violation of Law of Demeter (object not created locally)
9378 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 880 Potential violation of Law of Demeter (method chain calls)
9379 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 881 Potential violation of Law of Demeter (method chain calls)
9380 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 881 Potential violation of Law of Demeter (method chain calls)
9381 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 881 Potential violation of Law of Demeter (method chain calls)
9382 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 881 Potential violation of Law of Demeter (object not created locally)
9383 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 888 Potential violation of Law of Demeter (method chain calls)
9384 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 888 Potential violation of Law of Demeter (method chain calls)
9385 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 888 Potential violation of Law of Demeter (method chain calls)
9386 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 888 Potential violation of Law of Demeter (method chain calls)
9387 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 888 Potential violation of Law of Demeter (method chain calls)
9388 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 888 Potential violation of Law of Demeter (object not created locally)
9389 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 903 Potential violation of Law of Demeter (method chain calls)
9390 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 904 Potential violation of Law of Demeter (method chain calls)
9391 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 904 Potential violation of Law of Demeter (method chain calls)
9392 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 904 Potential violation of Law of Demeter (method chain calls)
9393 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 904 Potential violation of Law of Demeter (object not created locally)
9394 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 905 Potential violation of Law of Demeter (method chain calls)
9395 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 905 Potential violation of Law of Demeter (method chain calls)
9396 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 905 Potential violation of Law of Demeter (method chain calls)
9397 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 905 Potential violation of Law of Demeter (method chain calls)
9398 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 905 Potential violation of Law of Demeter (method chain calls)
9399 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 905 Potential violation of Law of Demeter (object not created locally)
9400 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 909 A method/constructor should not explicitly throw java.lang.Exception
9401 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 914 A method/constructor should not explicitly throw java.lang.Exception
9402 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 919 A method/constructor should not explicitly throw java.lang.Exception
9403 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 924 A method/constructor should not explicitly throw java.lang.Exception
9404 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 929 A method/constructor should not explicitly throw java.lang.Exception
9405 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 934 A method/constructor should not explicitly throw java.lang.Exception
9406 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 941 Potential violation of Law of Demeter (method chain calls)
9407 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 942 Potential violation of Law of Demeter (method chain calls)
9408 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 942 Potential violation of Law of Demeter (method chain calls)
9409 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 942 Potential violation of Law of Demeter (object not created locally)
9410 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 946 Potential violation of Law of Demeter (method chain calls)
9411 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 952 Potential violation of Law of Demeter (method chain calls)
9412 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 954 Potential violation of Law of Demeter (method chain calls)
9413 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 981 Potential violation of Law of Demeter (method chain calls)
9414 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 988 Potential violation of Law of Demeter (object not created locally)
9415 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 993 Potential violation of Law of Demeter (method chain calls)
9416 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 994 Potential violation of Law of Demeter (method chain calls)
9417 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 999 Potential violation of Law of Demeter (method chain calls)
9418 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1004 Potential violation of Law of Demeter (method chain calls)
9419 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1005 Potential violation of Law of Demeter (method chain calls)
9420 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1010 Potential violation of Law of Demeter (method chain calls)
9421 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1010 Potential violation of Law of Demeter (method chain calls)
9422 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1010 Potential violation of Law of Demeter (method chain calls)
9423 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1010 Potential violation of Law of Demeter (method chain calls)
9424 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1010 Potential violation of Law of Demeter (method chain calls)
9425 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1010 Potential violation of Law of Demeter (method chain calls)
9426 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1010 Potential violation of Law of Demeter (method chain calls)
9427 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1014 Potential violation of Law of Demeter (method chain calls)
9428 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1018 A method/constructor should not explicitly throw java.lang.Exception
9429 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1019 Potential violation of Law of Demeter (method chain calls)
9430 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1019 Potential violation of Law of Demeter (method chain calls)
9431 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1019 Potential violation of Law of Demeter (method chain calls)
9432 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1019 Potential violation of Law of Demeter (method chain calls)
9433 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1019 Potential violation of Law of Demeter (method chain calls)
9434 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1020 Potential violation of Law of Demeter (method chain calls)
9435 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1020 Potential violation of Law of Demeter (method chain calls)
9436 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1021 Potential violation of Law of Demeter (method chain calls)
9437 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1021 Potential violation of Law of Demeter (method chain calls)
9438 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1023 Potential violation of Law of Demeter (method chain calls)
9439 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1023 Potential violation of Law of Demeter (method chain calls)
9440 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1023 Potential violation of Law of Demeter (method chain calls)
9441 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1023 Potential violation of Law of Demeter (method chain calls)
9442 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1024 Potential violation of Law of Demeter (method chain calls)
9443 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1025 Potential violation of Law of Demeter (method chain calls)
9444 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1025 Potential violation of Law of Demeter (method chain calls)
9445 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1027 Potential violation of Law of Demeter (method chain calls)
9446 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1027 Potential violation of Law of Demeter (method chain calls)
9447 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1028 Potential violation of Law of Demeter (method chain calls)
9448 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1030 Potential violation of Law of Demeter (method chain calls)
9449 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1032 Potential violation of Law of Demeter (method chain calls)
9450 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1032 Potential violation of Law of Demeter (method chain calls)
9451 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1032 Potential violation of Law of Demeter (method chain calls)
9452 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1032 Potential violation of Law of Demeter (method chain calls)
9453 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1033 Potential violation of Law of Demeter (method chain calls)
9454 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1034 Potential violation of Law of Demeter (method chain calls)
9455 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1034 Potential violation of Law of Demeter (method chain calls)
9456 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1038 A method/constructor should not explicitly throw java.lang.Exception
9457 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1039 Potential violation of Law of Demeter (method chain calls)
9458 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1039 Potential violation of Law of Demeter (method chain calls)
9459 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1039 Potential violation of Law of Demeter (method chain calls)
9460 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1039 Potential violation of Law of Demeter (method chain calls)
9461 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1039 Potential violation of Law of Demeter (method chain calls)
9462 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1040 Potential violation of Law of Demeter (method chain calls)
9463 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1041 Potential violation of Law of Demeter (method chain calls)
9464 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1041 Potential violation of Law of Demeter (method chain calls)
9465 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1042 Potential violation of Law of Demeter (method chain calls)
9466 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1044 Potential violation of Law of Demeter (method chain calls)
9467 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1044 Potential violation of Law of Demeter (method chain calls)
9468 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1044 Potential violation of Law of Demeter (method chain calls)
9469 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1044 Potential violation of Law of Demeter (method chain calls)
9470 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1045 Potential violation of Law of Demeter (method chain calls)
9471 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1046 Potential violation of Law of Demeter (method chain calls)
9472 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1046 Potential violation of Law of Demeter (method chain calls)
9473 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1048 Potential violation of Law of Demeter (method chain calls)
9474 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1048 Potential violation of Law of Demeter (method chain calls)
9475 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1049 Potential violation of Law of Demeter (method chain calls)
9476 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1051 Potential violation of Law of Demeter (method chain calls)
9477 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1053 Potential violation of Law of Demeter (method chain calls)
9478 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1053 Potential violation of Law of Demeter (method chain calls)
9479 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1053 Potential violation of Law of Demeter (method chain calls)
9480 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1053 Potential violation of Law of Demeter (method chain calls)
9481 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1054 Potential violation of Law of Demeter (method chain calls)
9482 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1055 Potential violation of Law of Demeter (method chain calls)
9483 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1055 Potential violation of Law of Demeter (method chain calls)
9484 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1059 A method/constructor should not explicitly throw java.lang.Exception
9485 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1060 Potential violation of Law of Demeter (method chain calls)
9486 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1060 Potential violation of Law of Demeter (method chain calls)
9487 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1061 Potential violation of Law of Demeter (method chain calls)
9488 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1063 Potential violation of Law of Demeter (method chain calls)
9489 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1063 Potential violation of Law of Demeter (method chain calls)
9490 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1063 Potential violation of Law of Demeter (method chain calls)
9491 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1064 Potential violation of Law of Demeter (method chain calls)
9492 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1065 Potential violation of Law of Demeter (method chain calls)
9493 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1067 Potential violation of Law of Demeter (method chain calls)
9494 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1067 Potential violation of Law of Demeter (method chain calls)
9495 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1068 Potential violation of Law of Demeter (method chain calls)
9496 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1070 Potential violation of Law of Demeter (method chain calls)
9497 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1070 Potential violation of Law of Demeter (method chain calls)
9498 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1070 Potential violation of Law of Demeter (method chain calls)
9499 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1071 Potential violation of Law of Demeter (method chain calls)
9500 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1072 Potential violation of Law of Demeter (method chain calls)
9501 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1075 Potential violation of Law of Demeter (object not created locally)
9502 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1076 Potential violation of Law of Demeter (method chain calls)
9503 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1076 Potential violation of Law of Demeter (method chain calls)
9504 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1076 Potential violation of Law of Demeter (method chain calls)
9505 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1076 Potential violation of Law of Demeter (method chain calls)
9506 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1076 Potential violation of Law of Demeter (method chain calls)
9507 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1076 Potential violation of Law of Demeter (object not created locally)
9508 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1077 Potential violation of Law of Demeter (method chain calls)
9509 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1078 Potential violation of Law of Demeter (method chain calls)
9510 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1079 Potential violation of Law of Demeter (method chain calls)
9511 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1079 Potential violation of Law of Demeter (method chain calls)
9512 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1079 Potential violation of Law of Demeter (method chain calls)
9513 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1079 Potential violation of Law of Demeter (object not created locally)
9514 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1080 Potential violation of Law of Demeter (method chain calls)
9515 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1081 Potential violation of Law of Demeter (method chain calls)
9516 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1082 Potential violation of Law of Demeter (method chain calls)
9517 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1082 Potential violation of Law of Demeter (method chain calls)
9518 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1082 Potential violation of Law of Demeter (object not created locally)
9519 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1086 A method/constructor should not explicitly throw java.lang.Exception
9520 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1087 Potential violation of Law of Demeter (method chain calls)
9521 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1087 Potential violation of Law of Demeter (method chain calls)
9522 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1088 Potential violation of Law of Demeter (method chain calls)
9523 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1090 Potential violation of Law of Demeter (method chain calls)
9524 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1090 Potential violation of Law of Demeter (method chain calls)
9525 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1090 Potential violation of Law of Demeter (method chain calls)
9526 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1091 Potential violation of Law of Demeter (method chain calls)
9527 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1092 Potential violation of Law of Demeter (method chain calls)
9528 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1094 Potential violation of Law of Demeter (method chain calls)
9529 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1094 Potential violation of Law of Demeter (method chain calls)
9530 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1095 Potential violation of Law of Demeter (method chain calls)
9531 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1097 Potential violation of Law of Demeter (method chain calls)
9532 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1097 Potential violation of Law of Demeter (method chain calls)
9533 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1097 Potential violation of Law of Demeter (method chain calls)
9534 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1098 Potential violation of Law of Demeter (method chain calls)
9535 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1099 Potential violation of Law of Demeter (method chain calls)
9536 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1102 Potential violation of Law of Demeter (object not created locally)
9537 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1103 Potential violation of Law of Demeter (method chain calls)
9538 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1103 Potential violation of Law of Demeter (method chain calls)
9539 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1103 Potential violation of Law of Demeter (object not created locally)
9540 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1104 Potential violation of Law of Demeter (method chain calls)
9541 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1104 Potential violation of Law of Demeter (method chain calls)
9542 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1104 Potential violation of Law of Demeter (method chain calls)
9543 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1104 Potential violation of Law of Demeter (object not created locally)
9544 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1105 Potential violation of Law of Demeter (method chain calls)
9545 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1106 Potential violation of Law of Demeter (method chain calls)
9546 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1107 Potential violation of Law of Demeter (method chain calls)
9547 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1107 Potential violation of Law of Demeter (method chain calls)
9548 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1107 Potential violation of Law of Demeter (method chain calls)
9549 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1107 Potential violation of Law of Demeter (method chain calls)
9550 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1107 Potential violation of Law of Demeter (method chain calls)
9551 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1107 Potential violation of Law of Demeter (object not created locally)
9552 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1108 Potential violation of Law of Demeter (method chain calls)
9553 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1109 Potential violation of Law of Demeter (method chain calls)
9554 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1113 A method/constructor should not explicitly throw java.lang.Exception
9555 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1118 Potential violation of Law of Demeter (object not created locally)
9556 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1119 Potential violation of Law of Demeter (object not created locally)
9557 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1120 Potential violation of Law of Demeter (object not created locally)
9558 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1121 Potential violation of Law of Demeter (object not created locally)
9559 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1122 Potential violation of Law of Demeter (object not created locally)
9560 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1123 Potential violation of Law of Demeter (object not created locally)
9561 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1125 Potential violation of Law of Demeter (method chain calls)
9562 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1126 Potential violation of Law of Demeter (method chain calls)
9563 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1127 Potential violation of Law of Demeter (method chain calls)
9564 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1128 Potential violation of Law of Demeter (method chain calls)
9565 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1131 Potential violation of Law of Demeter (object not created locally)
9566 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1132 Potential violation of Law of Demeter (method chain calls)
9567 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1132 Potential violation of Law of Demeter (object not created locally)
9568 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1133 Potential violation of Law of Demeter (method chain calls)
9569 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1133 Potential violation of Law of Demeter (object not created locally)
9570 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1134 Potential violation of Law of Demeter (object not created locally)
9571 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1138 A method/constructor should not explicitly throw java.lang.Exception
9572 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1143 Potential violation of Law of Demeter (object not created locally)
9573 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1144 Potential violation of Law of Demeter (object not created locally)
9574 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1145 Potential violation of Law of Demeter (object not created locally)
9575 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1146 Potential violation of Law of Demeter (object not created locally)
9576 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1147 Potential violation of Law of Demeter (object not created locally)
9577 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1148 Potential violation of Law of Demeter (object not created locally)
9578 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1150 Potential violation of Law of Demeter (method chain calls)
9579 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1151 Potential violation of Law of Demeter (method chain calls)
9580 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1152 Potential violation of Law of Demeter (method chain calls)
9581 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1153 Potential violation of Law of Demeter (method chain calls)
9582 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1156 Potential violation of Law of Demeter (object not created locally)
9583 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1157 Potential violation of Law of Demeter (object not created locally)
9584 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1158 Potential violation of Law of Demeter (method chain calls)
9585 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1158 Potential violation of Law of Demeter (object not created locally)
9586 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1159 Potential violation of Law of Demeter (method chain calls)
9587 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1159 Potential violation of Law of Demeter (object not created locally)
9588 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1173 Potential violation of Law of Demeter (method chain calls)
9589 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1186 Potential violation of Law of Demeter (method chain calls)
9590 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1186 Potential violation of Law of Demeter (method chain calls)
9591 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1188 Potential violation of Law of Demeter (method chain calls)
9592 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1193 Potential violation of Law of Demeter (method chain calls)
9593 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1193 Potential violation of Law of Demeter (method chain calls)
9594 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1200 A method/constructor should not explicitly throw java.lang.Exception
9595 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1201 Potential violation of Law of Demeter (method chain calls)
9596 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1201 Potential violation of Law of Demeter (method chain calls)
9597 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1201 Potential violation of Law of Demeter (method chain calls)
9598 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1201 Potential violation of Law of Demeter (method chain calls)
9599 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1201 Potential violation of Law of Demeter (method chain calls)
9600 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1201 Potential violation of Law of Demeter (method chain calls)
9601 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1202 Potential violation of Law of Demeter (method chain calls)
9602 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1202 Potential violation of Law of Demeter (method chain calls)
9603 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1202 Potential violation of Law of Demeter (method chain calls)
9604 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1203 Potential violation of Law of Demeter (method chain calls)
9605 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1203 Potential violation of Law of Demeter (method chain calls)
9606 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1203 Potential violation of Law of Demeter (method chain calls)
9607 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1203 Potential violation of Law of Demeter (method chain calls)
9608 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1204 Potential violation of Law of Demeter (method chain calls)
9609 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1204 Potential violation of Law of Demeter (method chain calls)
9610 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1204 Potential violation of Law of Demeter (method chain calls)
9611 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1204 Potential violation of Law of Demeter (method chain calls)
9612 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1208 Potential violation of Law of Demeter (method chain calls)
9613 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1209 Potential violation of Law of Demeter (method chain calls)
9614 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1209 Potential violation of Law of Demeter (method chain calls)
9615 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1209 Potential violation of Law of Demeter (method chain calls)
9616 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1209 Potential violation of Law of Demeter (method chain calls)
9617 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1209 Potential violation of Law of Demeter (method chain calls)
9618 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1209 Potential violation of Law of Demeter (method chain calls)
9619 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1209 Potential violation of Law of Demeter (object not created locally)
9620 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1214 Potential violation of Law of Demeter (method chain calls)
9621 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1217 Potential violation of Law of Demeter (method chain calls)
9622 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1235 Potential violation of Law of Demeter (method chain calls)
9623 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1240 Potential violation of Law of Demeter (method chain calls)
9624 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1244 Potential violation of Law of Demeter (method chain calls)
9625 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1253 Potential violation of Law of Demeter (method chain calls)
9626 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1258 Potential violation of Law of Demeter (method chain calls)
9627 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1258 Potential violation of Law of Demeter (method chain calls)
9628 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1258 Potential violation of Law of Demeter (method chain calls)
9629 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1258 Potential violation of Law of Demeter (method chain calls)
9630 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1263 Potential violation of Law of Demeter (method chain calls)
9631 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1272 Potential violation of Law of Demeter (method chain calls)
9632 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1277 Potential violation of Law of Demeter (method chain calls)
9633 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1277 Potential violation of Law of Demeter (method chain calls)
9634 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1278 Potential violation of Law of Demeter (method chain calls)
9635 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1278 Potential violation of Law of Demeter (method chain calls)
9636 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1282 Potential violation of Law of Demeter (method chain calls)
9637 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1291 Potential violation of Law of Demeter (method chain calls)
9638 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1296 Potential violation of Law of Demeter (method chain calls)
9639 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1296 Potential violation of Law of Demeter (method chain calls)
9640 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1296 Potential violation of Law of Demeter (method chain calls)
9641 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1296 Potential violation of Law of Demeter (method chain calls)
9642 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1301 Potential violation of Law of Demeter (method chain calls)
9643 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1433 Avoid throwing raw exception types.
9644 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1508 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
9645 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1596 No abstract method which means that the keyword is most likely used to prevent instantiation. Use a private or protected constructor instead.
9646 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1711 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
9647 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1758 This final field could be made static
9648 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1761 This final field could be made static
9649 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1763 This final field could be made static
9650 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1765 This final field could be made static
9651 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsTests.java 1767 This final field could be made static
9652 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsWithGenericTypeHierarchiesTests.java 33 Potential violation of Law of Demeter (method chain calls)
9653 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsWithGenericTypeHierarchiesTests.java 34 Potential violation of Law of Demeter (method chain calls)
9654 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsWithGenericTypeHierarchiesTests.java 47 Potential violation of Law of Demeter (method chain calls)
9655 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsWithGenericTypeHierarchiesTests.java 49 Potential violation of Law of Demeter (object not created locally)
9656 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsWithGenericTypeHierarchiesTests.java 61 Potential violation of Law of Demeter (method chain calls)
9657 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsWithGenericTypeHierarchiesTests.java 63 Potential violation of Law of Demeter (object not created locally)
9658 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsWithGenericTypeHierarchiesTests.java 82 Potential violation of Law of Demeter (method chain calls)
9659 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsWithGenericTypeHierarchiesTests.java 84 Potential violation of Law of Demeter (object not created locally)
9660 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsWithGenericTypeHierarchiesTests.java 99 Potential violation of Law of Demeter (method chain calls)
9661 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsWithGenericTypeHierarchiesTests.java 102 Potential violation of Law of Demeter (object not created locally)
9662 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsWithGenericTypeHierarchiesTests.java 103 Potential violation of Law of Demeter (object not created locally)
9663 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsWithGenericTypeHierarchiesTests.java 104 Potential violation of Law of Demeter (object not created locally)
9664 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ReflectionUtilsWithGenericTypeHierarchiesTests.java 127 Potential violation of Law of Demeter (method chain calls)
9665 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\RuntimeUtilsTests.java 28 Potential violation of Law of Demeter (object not created locally)
9666 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\RuntimeUtilsTests.java 29 Potential violation of Law of Demeter (object not created locally)
9667 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\SerializationUtils.java 19 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
9668 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\SerializationUtils.java 22 A method/constructor should not explicitly throw java.lang.Exception
9669 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\SerializationUtils.java 27 A method/constructor should not explicitly throw java.lang.Exception
9670 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\SerializationUtils.java 33 A method/constructor should not explicitly throw java.lang.Exception
9671 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\StringUtilsTests.java 38 This class has too many methods, consider refactoring it.
9672 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\StringUtilsTests.java 144 Potential violation of Law of Demeter (method chain calls)
9673 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\StringUtilsTests.java 175 Avoid throwing raw exception types.
9674 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\commons\util\ToStringBuilderTests.java 27 This class has too many methods, consider refactoring it.
9675 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleDetailsTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
9676 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleDetailsTests.java 80 Potential violation of Law of Demeter (method chain calls)
9677 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleDetailsTests.java 104 Potential violation of Law of Demeter (method chain calls)
9678 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleDetailsTests.java 105 Potential violation of Law of Demeter (object not created locally)
9679 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleDetailsTests.java 217 Potential violation of Law of Demeter (object not created locally)
9680 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleDetailsTests.java 222 Potential violation of Law of Demeter (object not created locally)
9681 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleDetailsTests.java 222 Potential violation of Law of Demeter (static property access)
9682 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleDetailsTests.java 229 Potential violation of Law of Demeter (object not created locally)
9683 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleDetailsTests.java 234 Potential violation of Law of Demeter (static property access)
9684 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleDetailsTests.java 242 Potential violation of Law of Demeter (method chain calls)
9685 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleDetailsTests.java 242 Potential violation of Law of Demeter (method chain calls)
9686 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherExecutionResultTests.java 31 Potential violation of Law of Demeter (method chain calls)
9687 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherExecutionResultTests.java 35 Potential violation of Law of Demeter (method chain calls)
9688 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherExecutionResultTests.java 40 Potential violation of Law of Demeter (method chain calls)
9689 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherExecutionResultTests.java 44 Potential violation of Law of Demeter (method chain calls)
9690 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherExecutionResultTests.java 53 Potential violation of Law of Demeter (method chain calls)
9691 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherExecutionResultTests.java 57 Potential violation of Law of Demeter (method chain calls)
9692 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherExecutionResultTests.java 66 Potential violation of Law of Demeter (method chain calls)
9693 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherExecutionResultTests.java 67 Potential violation of Law of Demeter (method chain calls)
9694 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherExecutionResultTests.java 71 Potential violation of Law of Demeter (method chain calls)
9695 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherExecutionResultTests.java 80 Potential violation of Law of Demeter (method chain calls)
9696 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherExecutionResultTests.java 84 Potential violation of Law of Demeter (method chain calls)
9697 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 43 Potential violation of Law of Demeter (method chain calls)
9698 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 43 Potential violation of Law of Demeter (object not created locally)
9699 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 46 Potential violation of Law of Demeter (method chain calls)
9700 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 49 Potential violation of Law of Demeter (method chain calls)
9701 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 59 Potential violation of Law of Demeter (method chain calls)
9702 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 59 Potential violation of Law of Demeter (object not created locally)
9703 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 62 Potential violation of Law of Demeter (method chain calls)
9704 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 65 Potential violation of Law of Demeter (method chain calls)
9705 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 65 Potential violation of Law of Demeter (method chain calls)
9706 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 67 Potential violation of Law of Demeter (method chain calls)
9707 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 67 Potential violation of Law of Demeter (method chain calls)
9708 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 77 Potential violation of Law of Demeter (method chain calls)
9709 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 77 Potential violation of Law of Demeter (object not created locally)
9710 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 80 Potential violation of Law of Demeter (method chain calls)
9711 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 83 Potential violation of Law of Demeter (method chain calls)
9712 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 83 Potential violation of Law of Demeter (method chain calls)
9713 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 83 Potential violation of Law of Demeter (method chain calls)
9714 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 83 Potential violation of Law of Demeter (method chain calls)
9715 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 89 Potential violation of Law of Demeter (object not created locally)
9716 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 92 Potential violation of Law of Demeter (method chain calls)
9717 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 95 Potential violation of Law of Demeter (method chain calls)
9718 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 101 Potential violation of Law of Demeter (object not created locally)
9719 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 104 Potential violation of Law of Demeter (method chain calls)
9720 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherTests.java 107 Potential violation of Law of Demeter (method chain calls)
9721 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\ConsoleLauncherWrapper.java 56 Potential violation of Law of Demeter (object not created locally)
9722 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
9723 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 49 Possible God Class (WMC=50, ATFD=200, TCC=0.000%)
9724 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 49 This class has too many methods, consider refactoring it.
9725 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 54 Potential violation of Law of Demeter (method chain calls)
9726 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 157 A method/constructor should not explicitly throw java.lang.Exception
9727 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 158 Potential violation of Law of Demeter (method chain calls)
9728 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 159 Potential violation of Law of Demeter (method chain calls)
9729 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 159 Potential violation of Law of Demeter (static property access)
9730 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 533 Potential violation of Law of Demeter (method chain calls)
9731 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 533 Potential violation of Law of Demeter (object not created locally)
9732 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 535 Potential violation of Law of Demeter (method chain calls)
9733 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 535 Potential violation of Law of Demeter (method chain calls)
9734 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 535 Potential violation of Law of Demeter (method chain calls)
9735 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 535 Potential violation of Law of Demeter (object not created locally)
9736 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 542 Potential violation of Law of Demeter (method chain calls)
9737 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 544 Potential violation of Law of Demeter (method chain calls)
9738 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 568 Potential violation of Law of Demeter (method chain calls)
9739 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 569 Potential violation of Law of Demeter (method chain calls)
9740 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 569 Potential violation of Law of Demeter (object not created locally)
9741 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 573 Potential violation of Law of Demeter (method chain calls)
9742 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 573 Potential violation of Law of Demeter (method chain calls)
9743 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 578 Potential violation of Law of Demeter (method chain calls)
9744 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 593 Potential violation of Law of Demeter (method chain calls)
9745 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\options\PicocliCommandLineOptionsParserTests.java 602 Potential violation of Law of Demeter (method chain calls)
9746 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 35 This class has too many methods, consider refactoring it.
9747 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 43 Private field 'dummyTestEngine' could be made final; it is only initialized in the declaration or constructor.
9748 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 50 A method/constructor should not explicitly throw java.lang.Exception
9749 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 57 Potential violation of Law of Demeter (method chain calls)
9750 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 62 A method/constructor should not explicitly throw java.lang.Exception
9751 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 70 Potential violation of Law of Demeter (method chain calls)
9752 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 74 A method/constructor should not explicitly throw java.lang.Exception
9753 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 82 Potential violation of Law of Demeter (method chain calls)
9754 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 86 A method/constructor should not explicitly throw java.lang.Exception
9755 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 95 Potential violation of Law of Demeter (method chain calls)
9756 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 99 A method/constructor should not explicitly throw java.lang.Exception
9757 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 105 Potential violation of Law of Demeter (method chain calls)
9758 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 109 A method/constructor should not explicitly throw java.lang.Exception
9759 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 115 Potential violation of Law of Demeter (method chain calls)
9760 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 119 A method/constructor should not explicitly throw java.lang.Exception
9761 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 125 Potential violation of Law of Demeter (method chain calls)
9762 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 132 A method/constructor should not explicitly throw java.lang.Exception
9763 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 138 Potential violation of Law of Demeter (method chain calls)
9764 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 145 A method/constructor should not explicitly throw java.lang.Exception
9765 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 149 Potential violation of Law of Demeter (method chain calls)
9766 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 153 A method/constructor should not explicitly throw java.lang.Exception
9767 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 163 Potential violation of Law of Demeter (method chain calls)
9768 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 167 A method/constructor should not explicitly throw java.lang.Exception
9769 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\ConsoleTestExecutorTests.java 177 Potential violation of Law of Demeter (method chain calls)
9770 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\CustomContextClassLoaderExecutorTests.java 31 A method/constructor should not explicitly throw java.lang.Exception
9771 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\CustomContextClassLoaderExecutorTests.java 32 Potential violation of Law of Demeter (method chain calls)
9772 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\CustomContextClassLoaderExecutorTests.java 41 Potential violation of Law of Demeter (method chain calls)
9773 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\CustomContextClassLoaderExecutorTests.java 41 Potential violation of Law of Demeter (method chain calls)
9774 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\CustomContextClassLoaderExecutorTests.java 45 A method/constructor should not explicitly throw java.lang.Exception
9775 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\CustomContextClassLoaderExecutorTests.java 46 Potential violation of Law of Demeter (method chain calls)
9776 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\CustomContextClassLoaderExecutorTests.java 57 Potential violation of Law of Demeter (method chain calls)
9777 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\CustomContextClassLoaderExecutorTests.java 57 Potential violation of Law of Demeter (method chain calls)
9778 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\CustomContextClassLoaderExecutorTests.java 61 A method/constructor should not explicitly throw java.lang.Exception
9779 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
9780 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 51 This class has too many methods, consider refactoring it.
9781 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 61 Potential violation of Law of Demeter (object not created locally)
9782 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 63 Potential violation of Law of Demeter (method chain calls)
9783 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 63 Potential violation of Law of Demeter (method chain calls)
9784 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 63 Potential violation of Law of Demeter (method chain calls)
9785 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 63 Potential violation of Law of Demeter (method chain calls)
9786 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 76 Potential violation of Law of Demeter (object not created locally)
9787 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 90 Potential violation of Law of Demeter (object not created locally)
9788 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 102 Potential violation of Law of Demeter (method chain calls)
9789 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 104 Potential violation of Law of Demeter (method chain calls)
9790 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 113 Potential violation of Law of Demeter (object not created locally)
9791 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 114 Potential violation of Law of Demeter (method chain calls)
9792 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 115 Potential violation of Law of Demeter (object not created locally)
9793 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 125 Potential violation of Law of Demeter (object not created locally)
9794 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 126 Potential violation of Law of Demeter (method chain calls)
9795 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 127 Potential violation of Law of Demeter (object not created locally)
9796 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 128 Potential violation of Law of Demeter (object not created locally)
9797 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 139 Potential violation of Law of Demeter (object not created locally)
9798 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 140 Potential violation of Law of Demeter (method chain calls)
9799 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 141 Potential violation of Law of Demeter (object not created locally)
9800 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 142 Potential violation of Law of Demeter (object not created locally)
9801 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 143 Potential violation of Law of Demeter (object not created locally)
9802 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 153 Potential violation of Law of Demeter (object not created locally)
9803 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 154 Potential violation of Law of Demeter (method chain calls)
9804 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 155 Potential violation of Law of Demeter (object not created locally)
9805 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 156 Potential violation of Law of Demeter (object not created locally)
9806 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 166 Potential violation of Law of Demeter (object not created locally)
9807 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 168 Potential violation of Law of Demeter (method chain calls)
9808 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 169 Potential violation of Law of Demeter (object not created locally)
9809 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 170 Potential violation of Law of Demeter (object not created locally)
9810 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 171 Potential violation of Law of Demeter (object not created locally)
9811 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 172 Potential violation of Law of Demeter (object not created locally)
9812 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 182 Potential violation of Law of Demeter (object not created locally)
9813 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 184 Potential violation of Law of Demeter (method chain calls)
9814 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 185 Potential violation of Law of Demeter (method chain calls)
9815 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 185 Potential violation of Law of Demeter (method chain calls)
9816 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 185 Potential violation of Law of Demeter (method chain calls)
9817 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 185 Potential violation of Law of Demeter (object not created locally)
9818 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 186 Potential violation of Law of Demeter (method chain calls)
9819 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 186 Potential violation of Law of Demeter (method chain calls)
9820 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 186 Potential violation of Law of Demeter (method chain calls)
9821 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 186 Potential violation of Law of Demeter (object not created locally)
9822 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 196 Potential violation of Law of Demeter (object not created locally)
9823 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 198 Potential violation of Law of Demeter (method chain calls)
9824 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 199 Potential violation of Law of Demeter (method chain calls)
9825 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 199 Potential violation of Law of Demeter (method chain calls)
9826 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 199 Potential violation of Law of Demeter (method chain calls)
9827 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 199 Potential violation of Law of Demeter (object not created locally)
9828 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 200 Potential violation of Law of Demeter (method chain calls)
9829 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 200 Potential violation of Law of Demeter (method chain calls)
9830 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 200 Potential violation of Law of Demeter (method chain calls)
9831 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 200 Potential violation of Law of Demeter (object not created locally)
9832 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 208 Potential violation of Law of Demeter (object not created locally)
9833 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 210 Potential violation of Law of Demeter (method chain calls)
9834 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 210 Potential violation of Law of Demeter (method chain calls)
9835 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 210 Potential violation of Law of Demeter (method chain calls)
9836 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 218 Potential violation of Law of Demeter (object not created locally)
9837 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 220 Potential violation of Law of Demeter (method chain calls)
9838 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 220 Potential violation of Law of Demeter (method chain calls)
9839 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 220 Potential violation of Law of Demeter (method chain calls)
9840 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 228 Potential violation of Law of Demeter (object not created locally)
9841 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 230 Potential violation of Law of Demeter (method chain calls)
9842 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 230 Potential violation of Law of Demeter (method chain calls)
9843 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 230 Potential violation of Law of Demeter (method chain calls)
9844 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 238 Potential violation of Law of Demeter (object not created locally)
9845 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 240 Potential violation of Law of Demeter (method chain calls)
9846 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 240 Potential violation of Law of Demeter (method chain calls)
9847 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 240 Potential violation of Law of Demeter (method chain calls)
9848 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 249 Potential violation of Law of Demeter (object not created locally)
9849 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 251 Potential violation of Law of Demeter (method chain calls)
9850 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 251 Potential violation of Law of Demeter (method chain calls)
9851 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 251 Potential violation of Law of Demeter (method chain calls)
9852 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 260 Potential violation of Law of Demeter (object not created locally)
9853 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 262 Potential violation of Law of Demeter (method chain calls)
9854 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 263 Potential violation of Law of Demeter (method chain calls)
9855 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 263 Potential violation of Law of Demeter (method chain calls)
9856 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 263 Potential violation of Law of Demeter (method chain calls)
9857 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 263 Potential violation of Law of Demeter (object not created locally)
9858 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 264 Potential violation of Law of Demeter (method chain calls)
9859 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 264 Potential violation of Law of Demeter (method chain calls)
9860 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 264 Potential violation of Law of Demeter (method chain calls)
9861 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 264 Potential violation of Law of Demeter (object not created locally)
9862 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 265 Potential violation of Law of Demeter (method chain calls)
9863 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 265 Potential violation of Law of Demeter (method chain calls)
9864 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 265 Potential violation of Law of Demeter (method chain calls)
9865 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 265 Potential violation of Law of Demeter (object not created locally)
9866 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 266 Potential violation of Law of Demeter (method chain calls)
9867 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 266 Potential violation of Law of Demeter (method chain calls)
9868 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 266 Potential violation of Law of Demeter (method chain calls)
9869 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 266 Potential violation of Law of Demeter (object not created locally)
9870 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 267 Potential violation of Law of Demeter (method chain calls)
9871 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 267 Potential violation of Law of Demeter (method chain calls)
9872 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 267 Potential violation of Law of Demeter (method chain calls)
9873 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 267 Potential violation of Law of Demeter (object not created locally)
9874 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 268 Potential violation of Law of Demeter (method chain calls)
9875 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 268 Potential violation of Law of Demeter (method chain calls)
9876 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 268 Potential violation of Law of Demeter (method chain calls)
9877 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 268 Potential violation of Law of Demeter (object not created locally)
9878 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 276 Potential violation of Law of Demeter (object not created locally)
9879 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 279 Potential violation of Law of Demeter (method chain calls)
9880 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 279 Potential violation of Law of Demeter (method chain calls)
9881 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 279 Potential violation of Law of Demeter (method chain calls)
9882 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 289 Potential violation of Law of Demeter (object not created locally)
9883 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 291 Potential violation of Law of Demeter (method chain calls)
9884 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 291 Potential violation of Law of Demeter (object not created locally)
9885 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 292 Potential violation of Law of Demeter (method chain calls)
9886 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 292 Potential violation of Law of Demeter (object not created locally)
9887 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 293 Potential violation of Law of Demeter (method chain calls)
9888 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 293 Potential violation of Law of Demeter (object not created locally)
9889 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 302 Potential violation of Law of Demeter (method chain calls)
9890 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 302 Potential violation of Law of Demeter (method chain calls)
9891 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 302 Potential violation of Law of Demeter (method chain calls)
9892 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 306 Potential violation of Law of Demeter (method chain calls)
9893 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 306 Potential violation of Law of Demeter (method chain calls)
9894 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 306 Potential violation of Law of Demeter (method chain calls)
9895 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 312 Potential violation of Law of Demeter (method chain calls)
9896 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 312 Potential violation of Law of Demeter (method chain calls)
9897 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 312 Potential violation of Law of Demeter (method chain calls)
9898 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 312 Potential violation of Law of Demeter (method chain calls)
9899 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\DiscoveryRequestCreatorTests.java 312 Potential violation of Law of Demeter (method chain calls)
9900 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\FlatPrintingListenerTests.java 38 Potential violation of Law of Demeter (method chain calls)
9901 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\FlatPrintingListenerTests.java 51 Potential violation of Law of Demeter (method chain calls)
9902 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\FlatPrintingListenerTests.java 82 Potential violation of Law of Demeter (method chain calls)
9903 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\TreeNodeTests.java 41 Potential violation of Law of Demeter (method chain calls)
9904 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\TreeNodeTests.java 41 Potential violation of Law of Demeter (method chain calls)
9905 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\TreeNodeTests.java 41 Potential violation of Law of Demeter (method chain calls)
9906 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\TreeNodeTests.java 45 A method/constructor should not explicitly throw java.lang.Exception
9907 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\TreeNodeTests.java 54 Potential violation of Law of Demeter (method chain calls)
9908 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\TreeNodeTests.java 54 Potential violation of Law of Demeter (static property access)
9909 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\TreeNodeTests.java 58 A method/constructor should not explicitly throw java.lang.Exception
9910 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\TreeNodeTests.java 67 Potential violation of Law of Demeter (method chain calls)
9911 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\TreeNodeTests.java 67 Potential violation of Law of Demeter (static property access)
9912 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\TreeNodeTests.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9913 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\TreeNodeTests.java 94 Avoid throwing raw exception types.
9914 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\TreePrinterTests.java 46 Potential violation of Law of Demeter (method chain calls)
9915 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\TreePrinterTests.java 46 Potential violation of Law of Demeter (method chain calls)
9916 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\TreePrinterTests.java 80 Avoid throwing null pointer exceptions.
9917 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\VerboseTreeListenerTests.java 37 Potential violation of Law of Demeter (method chain calls)
9918 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\VerboseTreeListenerTests.java 53 Potential violation of Law of Demeter (method chain calls)
9919 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\console\tasks\VerboseTreeListenerTests.java 93 Potential violation of Law of Demeter (method chain calls)
9920 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 37 Potential violation of Law of Demeter (method chain calls)
9921 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 37 Potential violation of Law of Demeter (method chain calls)
9922 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 37 Potential violation of Law of Demeter (object not created locally)
9923 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 38 Potential violation of Law of Demeter (method chain calls)
9924 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 38 Potential violation of Law of Demeter (method chain calls)
9925 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 38 Potential violation of Law of Demeter (object not created locally)
9926 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 39 Potential violation of Law of Demeter (method chain calls)
9927 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 39 Potential violation of Law of Demeter (method chain calls)
9928 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 39 Potential violation of Law of Demeter (object not created locally)
9929 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 40 Potential violation of Law of Demeter (method chain calls)
9930 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 40 Potential violation of Law of Demeter (method chain calls)
9931 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 40 Potential violation of Law of Demeter (object not created locally)
9932 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 57 Potential violation of Law of Demeter (method chain calls)
9933 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 57 Potential violation of Law of Demeter (method chain calls)
9934 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 57 Potential violation of Law of Demeter (object not created locally)
9935 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 58 Potential violation of Law of Demeter (method chain calls)
9936 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 58 Potential violation of Law of Demeter (method chain calls)
9937 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 58 Potential violation of Law of Demeter (object not created locally)
9938 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 59 Potential violation of Law of Demeter (method chain calls)
9939 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 59 Potential violation of Law of Demeter (method chain calls)
9940 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 59 Potential violation of Law of Demeter (object not created locally)
9941 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 60 Potential violation of Law of Demeter (method chain calls)
9942 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 60 Potential violation of Law of Demeter (method chain calls)
9943 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 60 Potential violation of Law of Demeter (object not created locally)
9944 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 70 Potential violation of Law of Demeter (method chain calls)
9945 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 70 Potential violation of Law of Demeter (method chain calls)
9946 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 70 Potential violation of Law of Demeter (object not created locally)
9947 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\FilterCompositionTests.java 71 Potential violation of Law of Demeter (object not created locally)
9948 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\TestTagTests.java 61 Potential violation of Law of Demeter (method chain calls)
9949 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\TestTagTests.java 61 Potential violation of Law of Demeter (method chain calls)
9950 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\TestTagTests.java 62 Potential violation of Law of Demeter (method chain calls)
9951 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\TestTagTests.java 62 Potential violation of Law of Demeter (method chain calls)
9952 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\TestTagTests.java 63 Potential violation of Law of Demeter (method chain calls)
9953 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\TestTagTests.java 63 Potential violation of Law of Demeter (method chain calls)
9954 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\TestTagTests.java 64 Potential violation of Law of Demeter (method chain calls)
9955 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\TestTagTests.java 64 Potential violation of Law of Demeter (method chain calls)
9956 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\TestTagTests.java 65 Potential violation of Law of Demeter (method chain calls)
9957 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\TestTagTests.java 65 Potential violation of Law of Demeter (method chain calls)
9958 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\TestTagTests.java 81 Potential violation of Law of Demeter (method chain calls)
9959 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\TestTagTests.java 81 Potential violation of Law of Demeter (method chain calls)
9960 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\TestTagTests.java 81 Potential violation of Law of Demeter (method chain calls)
9961 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\TestTagTests.java 81 Potential violation of Law of Demeter (method chain calls)
9962 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\TestTagTests.java 88 Potential violation of Law of Demeter (method chain calls)
9963 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\TestTagTests.java 88 Potential violation of Law of Demeter (method chain calls)
9964 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\TestTagTests.java 102 Potential violation of Law of Demeter (method chain calls)
9965 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\TestTagTests.java 103 Potential violation of Law of Demeter (method chain calls)
9966 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 43 Potential violation of Law of Demeter (object not created locally)
9967 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 44 Potential violation of Law of Demeter (object not created locally)
9968 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 49 Potential violation of Law of Demeter (method chain calls)
9969 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 49 Potential violation of Law of Demeter (method chain calls)
9970 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 50 Potential violation of Law of Demeter (object not created locally)
9971 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 51 Potential violation of Law of Demeter (object not created locally)
9972 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 118 Potential violation of Law of Demeter (method chain calls)
9973 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 118 Potential violation of Law of Demeter (method chain calls)
9974 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 118 Potential violation of Law of Demeter (object not created locally)
9975 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 123 Potential violation of Law of Demeter (method chain calls)
9976 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 124 Potential violation of Law of Demeter (method chain calls)
9977 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 124 Potential violation of Law of Demeter (method chain calls)
9978 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 124 Potential violation of Law of Demeter (object not created locally)
9979 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 125 Potential violation of Law of Demeter (method chain calls)
9980 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 125 Potential violation of Law of Demeter (method chain calls)
9981 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 126 Potential violation of Law of Demeter (object not created locally)
9982 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 131 Potential violation of Law of Demeter (method chain calls)
9983 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 132 Potential violation of Law of Demeter (method chain calls)
9984 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 132 Potential violation of Law of Demeter (method chain calls)
9985 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 132 Potential violation of Law of Demeter (object not created locally)
9986 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 133 Potential violation of Law of Demeter (method chain calls)
9987 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 133 Potential violation of Law of Demeter (method chain calls)
9988 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 133 Potential violation of Law of Demeter (object not created locally)
9989 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 134 Potential violation of Law of Demeter (method chain calls)
9990 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 134 Potential violation of Law of Demeter (method chain calls)
9991 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 134 Potential violation of Law of Demeter (object not created locally)
9992 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 135 Potential violation of Law of Demeter (method chain calls)
9993 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 135 Potential violation of Law of Demeter (method chain calls)
9994 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdFormatTests.java 136 Potential violation of Law of Demeter (object not created locally)
9995 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 46 Potential violation of Law of Demeter (object not created locally)
9996 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 47 Potential violation of Law of Demeter (method chain calls)
9997 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 47 Potential violation of Law of Demeter (method chain calls)
9998 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 47 Potential violation of Law of Demeter (object not created locally)
9999 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 53 Potential violation of Law of Demeter (method chain calls)
10000 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 53 Potential violation of Law of Demeter (object not created locally)
10001 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 56 Potential violation of Law of Demeter (object not created locally)
10002 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 63 Potential violation of Law of Demeter (object not created locally)
10003 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 64 Potential violation of Law of Demeter (method chain calls)
10004 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 64 Potential violation of Law of Demeter (method chain calls)
10005 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 64 Potential violation of Law of Demeter (object not created locally)
10006 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 71 Potential violation of Law of Demeter (object not created locally)
10007 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 77 Potential violation of Law of Demeter (object not created locally)
10008 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 79 Potential violation of Law of Demeter (method chain calls)
10009 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 79 Potential violation of Law of Demeter (object not created locally)
10010 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 80 Potential violation of Law of Demeter (method chain calls)
10011 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 80 Potential violation of Law of Demeter (method chain calls)
10012 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 80 Potential violation of Law of Demeter (object not created locally)
10013 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 81 Potential violation of Law of Demeter (method chain calls)
10014 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 81 Potential violation of Law of Demeter (method chain calls)
10015 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 81 Potential violation of Law of Demeter (object not created locally)
10016 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 87 Potential violation of Law of Demeter (object not created locally)
10017 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 89 Potential violation of Law of Demeter (method chain calls)
10018 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 89 Potential violation of Law of Demeter (object not created locally)
10019 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 90 Potential violation of Law of Demeter (method chain calls)
10020 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 90 Potential violation of Law of Demeter (method chain calls)
10021 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 90 Potential violation of Law of Demeter (object not created locally)
10022 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 96 Potential violation of Law of Demeter (method chain calls)
10023 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 96 Potential violation of Law of Demeter (method chain calls)
10024 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 96 Potential violation of Law of Demeter (object not created locally)
10025 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 98 Potential violation of Law of Demeter (method chain calls)
10026 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 98 Potential violation of Law of Demeter (object not created locally)
10027 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 99 Potential violation of Law of Demeter (method chain calls)
10028 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 99 Potential violation of Law of Demeter (method chain calls)
10029 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 99 Potential violation of Law of Demeter (object not created locally)
10030 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 100 Potential violation of Law of Demeter (method chain calls)
10031 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 100 Potential violation of Law of Demeter (method chain calls)
10032 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 100 Potential violation of Law of Demeter (object not created locally)
10033 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 101 Potential violation of Law of Demeter (method chain calls)
10034 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 101 Potential violation of Law of Demeter (method chain calls)
10035 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 101 Potential violation of Law of Demeter (object not created locally)
10036 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 102 Potential violation of Law of Demeter (method chain calls)
10037 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 102 Potential violation of Law of Demeter (method chain calls)
10038 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 102 Potential violation of Law of Demeter (object not created locally)
10039 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 107 Potential violation of Law of Demeter (method chain calls)
10040 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 111 Potential violation of Law of Demeter (method chain calls)
10041 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 112 Potential violation of Law of Demeter (method chain calls)
10042 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 112 Potential violation of Law of Demeter (method chain calls)
10043 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 113 Potential violation of Law of Demeter (method chain calls)
10044 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 113 Potential violation of Law of Demeter (method chain calls)
10045 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 114 Potential violation of Law of Demeter (method chain calls)
10046 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 114 Potential violation of Law of Demeter (method chain calls)
10047 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 131 This final field could be made static
10048 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 136 Potential violation of Law of Demeter (method chain calls)
10049 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 143 Potential violation of Law of Demeter (object not created locally)
10050 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 148 Potential violation of Law of Demeter (method chain calls)
10051 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 148 Potential violation of Law of Demeter (method chain calls)
10052 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 149 Potential violation of Law of Demeter (object not created locally)
10053 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 150 Potential violation of Law of Demeter (object not created locally)
10054 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 157 Potential violation of Law of Demeter (method chain calls)
10055 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 157 Potential violation of Law of Demeter (method chain calls)
10056 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 158 Potential violation of Law of Demeter (method chain calls)
10057 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 158 Potential violation of Law of Demeter (object not created locally)
10058 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 159 Potential violation of Law of Demeter (object not created locally)
10059 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 166 Potential violation of Law of Demeter (method chain calls)
10060 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 166 Potential violation of Law of Demeter (method chain calls)
10061 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 178 Potential violation of Law of Demeter (object not created locally)
10062 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 179 Potential violation of Law of Demeter (object not created locally)
10063 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 180 Potential violation of Law of Demeter (object not created locally)
10064 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 180 Potential violation of Law of Demeter (object not created locally)
10065 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 188 Potential violation of Law of Demeter (object not created locally)
10066 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 189 Potential violation of Law of Demeter (object not created locally)
10067 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 194 Potential violation of Law of Demeter (method chain calls)
10068 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 194 Potential violation of Law of Demeter (method chain calls)
10069 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 195 Potential violation of Law of Demeter (method chain calls)
10070 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 195 Potential violation of Law of Demeter (method chain calls)
10071 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 197 Potential violation of Law of Demeter (object not created locally)
10072 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 198 Potential violation of Law of Demeter (object not created locally)
10073 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 199 Potential violation of Law of Demeter (object not created locally)
10074 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 199 Potential violation of Law of Demeter (object not created locally)
10075 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 204 Potential violation of Law of Demeter (method chain calls)
10076 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 204 Potential violation of Law of Demeter (method chain calls)
10077 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 205 Potential violation of Law of Demeter (method chain calls)
10078 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 205 Potential violation of Law of Demeter (method chain calls)
10079 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 207 Potential violation of Law of Demeter (object not created locally)
10080 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 208 Potential violation of Law of Demeter (object not created locally)
10081 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 213 Potential violation of Law of Demeter (method chain calls)
10082 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 214 Potential violation of Law of Demeter (object not created locally)
10083 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 216 Potential violation of Law of Demeter (object not created locally)
10084 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 217 Potential violation of Law of Demeter (object not created locally)
10085 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 233 Potential violation of Law of Demeter (method chain calls)
10086 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 233 Potential violation of Law of Demeter (method chain calls)
10087 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 235 Potential violation of Law of Demeter (object not created locally)
10088 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 241 Potential violation of Law of Demeter (object not created locally)
10089 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 242 Potential violation of Law of Demeter (object not created locally)
10090 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 244 Potential violation of Law of Demeter (object not created locally)
10091 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 245 Potential violation of Law of Demeter (object not created locally)
10092 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 246 Potential violation of Law of Demeter (object not created locally)
10093 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 247 Potential violation of Law of Demeter (object not created locally)
10094 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 248 Potential violation of Law of Demeter (object not created locally)
10095 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 249 Potential violation of Law of Demeter (object not created locally)
10096 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 257 Potential violation of Law of Demeter (object not created locally)
10097 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 258 Potential violation of Law of Demeter (object not created locally)
10098 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 269 Potential violation of Law of Demeter (method chain calls)
10099 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 269 Potential violation of Law of Demeter (method chain calls)
10100 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 269 Potential violation of Law of Demeter (object not created locally)
10101 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 269 Potential violation of Law of Demeter (object not created locally)
10102 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 271 Potential violation of Law of Demeter (method chain calls)
10103 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 272 Potential violation of Law of Demeter (method chain calls)
10104 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 272 Potential violation of Law of Demeter (method chain calls)
10105 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 272 Potential violation of Law of Demeter (object not created locally)
10106 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 272 Potential violation of Law of Demeter (object not created locally)
10107 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 278 Potential violation of Law of Demeter (method chain calls)
10108 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 280 Potential violation of Law of Demeter (method chain calls)
10109 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\UniqueIdTests.java 280 Potential violation of Law of Demeter (object not created locally)
10110 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 28 Potential violation of Law of Demeter (method chain calls)
10111 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 28 Potential violation of Law of Demeter (method chain calls)
10112 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 31 Potential violation of Law of Demeter (method chain calls)
10113 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 31 Potential violation of Law of Demeter (method chain calls)
10114 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 34 Potential violation of Law of Demeter (method chain calls)
10115 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 34 Potential violation of Law of Demeter (method chain calls)
10116 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 45 Potential violation of Law of Demeter (method chain calls)
10117 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 49 Potential violation of Law of Demeter (method chain calls)
10118 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 49 Potential violation of Law of Demeter (method chain calls)
10119 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 49 Potential violation of Law of Demeter (object not created locally)
10120 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 50 Potential violation of Law of Demeter (method chain calls)
10121 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 50 Potential violation of Law of Demeter (method chain calls)
10122 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 50 Potential violation of Law of Demeter (object not created locally)
10123 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 51 Potential violation of Law of Demeter (method chain calls)
10124 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 51 Potential violation of Law of Demeter (method chain calls)
10125 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 51 Potential violation of Law of Demeter (method chain calls)
10126 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 51 Potential violation of Law of Demeter (object not created locally)
10127 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 54 Potential violation of Law of Demeter (method chain calls)
10128 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 54 Potential violation of Law of Demeter (method chain calls)
10129 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 54 Potential violation of Law of Demeter (object not created locally)
10130 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 55 Potential violation of Law of Demeter (method chain calls)
10131 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 55 Potential violation of Law of Demeter (method chain calls)
10132 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 55 Potential violation of Law of Demeter (object not created locally)
10133 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 56 Potential violation of Law of Demeter (method chain calls)
10134 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 56 Potential violation of Law of Demeter (method chain calls)
10135 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 56 Potential violation of Law of Demeter (method chain calls)
10136 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 56 Potential violation of Law of Demeter (object not created locally)
10137 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 67 Potential violation of Law of Demeter (method chain calls)
10138 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 71 Potential violation of Law of Demeter (method chain calls)
10139 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 71 Potential violation of Law of Demeter (method chain calls)
10140 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 71 Potential violation of Law of Demeter (object not created locally)
10141 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 72 Potential violation of Law of Demeter (method chain calls)
10142 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 72 Potential violation of Law of Demeter (method chain calls)
10143 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 72 Potential violation of Law of Demeter (object not created locally)
10144 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 73 Potential violation of Law of Demeter (method chain calls)
10145 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 73 Potential violation of Law of Demeter (method chain calls)
10146 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 73 Potential violation of Law of Demeter (method chain calls)
10147 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 73 Potential violation of Law of Demeter (object not created locally)
10148 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 76 Potential violation of Law of Demeter (method chain calls)
10149 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 76 Potential violation of Law of Demeter (method chain calls)
10150 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 76 Potential violation of Law of Demeter (object not created locally)
10151 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 77 Potential violation of Law of Demeter (method chain calls)
10152 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 77 Potential violation of Law of Demeter (method chain calls)
10153 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 77 Potential violation of Law of Demeter (object not created locally)
10154 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 78 Potential violation of Law of Demeter (method chain calls)
10155 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 78 Potential violation of Law of Demeter (method chain calls)
10156 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 78 Potential violation of Law of Demeter (method chain calls)
10157 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 78 Potential violation of Law of Demeter (object not created locally)
10158 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 81 Potential violation of Law of Demeter (method chain calls)
10159 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 81 Potential violation of Law of Demeter (method chain calls)
10160 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 81 Potential violation of Law of Demeter (object not created locally)
10161 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 82 Potential violation of Law of Demeter (method chain calls)
10162 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 82 Potential violation of Law of Demeter (method chain calls)
10163 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 82 Potential violation of Law of Demeter (object not created locally)
10164 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 83 Potential violation of Law of Demeter (method chain calls)
10165 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 83 Potential violation of Law of Demeter (method chain calls)
10166 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 83 Potential violation of Law of Demeter (method chain calls)
10167 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 83 Potential violation of Law of Demeter (object not created locally)
10168 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 90 Potential violation of Law of Demeter (method chain calls)
10169 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 90 Potential violation of Law of Demeter (method chain calls)
10170 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 93 Potential violation of Law of Demeter (method chain calls)
10171 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 93 Potential violation of Law of Demeter (method chain calls)
10172 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 96 Potential violation of Law of Demeter (method chain calls)
10173 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 96 Potential violation of Law of Demeter (method chain calls)
10174 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 107 Potential violation of Law of Demeter (method chain calls)
10175 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 111 Potential violation of Law of Demeter (method chain calls)
10176 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 111 Potential violation of Law of Demeter (method chain calls)
10177 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 111 Potential violation of Law of Demeter (object not created locally)
10178 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 112 Potential violation of Law of Demeter (method chain calls)
10179 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 112 Potential violation of Law of Demeter (method chain calls)
10180 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 112 Potential violation of Law of Demeter (object not created locally)
10181 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 114 Potential violation of Law of Demeter (method chain calls)
10182 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 114 Potential violation of Law of Demeter (method chain calls)
10183 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 114 Potential violation of Law of Demeter (method chain calls)
10184 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 114 Potential violation of Law of Demeter (object not created locally)
10185 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 117 Potential violation of Law of Demeter (method chain calls)
10186 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 117 Potential violation of Law of Demeter (method chain calls)
10187 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 117 Potential violation of Law of Demeter (object not created locally)
10188 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 118 Potential violation of Law of Demeter (method chain calls)
10189 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 118 Potential violation of Law of Demeter (method chain calls)
10190 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 118 Potential violation of Law of Demeter (object not created locally)
10191 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 119 Potential violation of Law of Demeter (method chain calls)
10192 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 119 Potential violation of Law of Demeter (method chain calls)
10193 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 119 Potential violation of Law of Demeter (method chain calls)
10194 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 119 Potential violation of Law of Demeter (object not created locally)
10195 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 130 Potential violation of Law of Demeter (method chain calls)
10196 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 134 Potential violation of Law of Demeter (method chain calls)
10197 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 134 Potential violation of Law of Demeter (method chain calls)
10198 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 134 Potential violation of Law of Demeter (object not created locally)
10199 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 135 Potential violation of Law of Demeter (method chain calls)
10200 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 135 Potential violation of Law of Demeter (method chain calls)
10201 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 135 Potential violation of Law of Demeter (object not created locally)
10202 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 136 Potential violation of Law of Demeter (method chain calls)
10203 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 136 Potential violation of Law of Demeter (method chain calls)
10204 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 136 Potential violation of Law of Demeter (method chain calls)
10205 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 136 Potential violation of Law of Demeter (object not created locally)
10206 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 139 Potential violation of Law of Demeter (method chain calls)
10207 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 139 Potential violation of Law of Demeter (method chain calls)
10208 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 139 Potential violation of Law of Demeter (object not created locally)
10209 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 140 Potential violation of Law of Demeter (method chain calls)
10210 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 140 Potential violation of Law of Demeter (method chain calls)
10211 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 140 Potential violation of Law of Demeter (object not created locally)
10212 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 141 Potential violation of Law of Demeter (method chain calls)
10213 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 141 Potential violation of Law of Demeter (method chain calls)
10214 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 141 Potential violation of Law of Demeter (method chain calls)
10215 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 141 Potential violation of Law of Demeter (object not created locally)
10216 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 144 Potential violation of Law of Demeter (method chain calls)
10217 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 144 Potential violation of Law of Demeter (method chain calls)
10218 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 144 Potential violation of Law of Demeter (object not created locally)
10219 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 145 Potential violation of Law of Demeter (method chain calls)
10220 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 145 Potential violation of Law of Demeter (method chain calls)
10221 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 145 Potential violation of Law of Demeter (object not created locally)
10222 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 146 Potential violation of Law of Demeter (method chain calls)
10223 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 146 Potential violation of Law of Demeter (method chain calls)
10224 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 146 Potential violation of Law of Demeter (method chain calls)
10225 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassNameFilterTests.java 146 Potential violation of Law of Demeter (object not created locally)
10226 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassSelectorTests.java 41 Potential violation of Law of Demeter (method chain calls)
10227 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassSelectorTests.java 43 Potential violation of Law of Demeter (method chain calls)
10228 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClassSelectorTests.java 43 Potential violation of Law of Demeter (method chain calls)
10229 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\ClasspathRootSelectorTests.java 27 A method/constructor should not explicitly throw java.lang.Exception
10230 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
10231 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 59 Possible God Class (WMC=72, ATFD=208, TCC=0.000%)
10232 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 59 This class has too many methods, consider refactoring it.
10233 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 70 Potential violation of Law of Demeter (method chain calls)
10234 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 70 Potential violation of Law of Demeter (method chain calls)
10235 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 70 Potential violation of Law of Demeter (object not created locally)
10236 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 74 A method/constructor should not explicitly throw java.lang.Exception
10237 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 81 Potential violation of Law of Demeter (object not created locally)
10238 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 92 Potential violation of Law of Demeter (object not created locally)
10239 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 93 Potential violation of Law of Demeter (object not created locally)
10240 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 94 Potential violation of Law of Demeter (object not created locally)
10241 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 106 Potential violation of Law of Demeter (object not created locally)
10242 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 107 Potential violation of Law of Demeter (object not created locally)
10243 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 108 Potential violation of Law of Demeter (object not created locally)
10244 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 109 Potential violation of Law of Demeter (method chain calls)
10245 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 109 Potential violation of Law of Demeter (method chain calls)
10246 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 109 Potential violation of Law of Demeter (object not created locally)
10247 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 113 A method/constructor should not explicitly throw java.lang.Exception
10248 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 120 Potential violation of Law of Demeter (method chain calls)
10249 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 123 Potential violation of Law of Demeter (object not created locally)
10250 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 124 Potential violation of Law of Demeter (object not created locally)
10251 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 125 Potential violation of Law of Demeter (object not created locally)
10252 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 129 A method/constructor should not explicitly throw java.lang.Exception
10253 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 137 Potential violation of Law of Demeter (method chain calls)
10254 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 140 Potential violation of Law of Demeter (object not created locally)
10255 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 141 Potential violation of Law of Demeter (object not created locally)
10256 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 142 Potential violation of Law of Demeter (object not created locally)
10257 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 143 Potential violation of Law of Demeter (method chain calls)
10258 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 143 Potential violation of Law of Demeter (method chain calls)
10259 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 143 Potential violation of Law of Demeter (object not created locally)
10260 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 154 Potential violation of Law of Demeter (object not created locally)
10261 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 155 Potential violation of Law of Demeter (object not created locally)
10262 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 156 Potential violation of Law of Demeter (object not created locally)
10263 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 160 A method/constructor should not explicitly throw java.lang.Exception
10264 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 167 Potential violation of Law of Demeter (method chain calls)
10265 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 170 Potential violation of Law of Demeter (object not created locally)
10266 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 171 Potential violation of Law of Demeter (object not created locally)
10267 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 172 Potential violation of Law of Demeter (object not created locally)
10268 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 184 Potential violation of Law of Demeter (object not created locally)
10269 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 188 Potential violation of Law of Demeter (object not created locally)
10270 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 201 Potential violation of Law of Demeter (object not created locally)
10271 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 202 Potential violation of Law of Demeter (method chain calls)
10272 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 202 Potential violation of Law of Demeter (method chain calls)
10273 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 202 Potential violation of Law of Demeter (object not created locally)
10274 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 206 Potential violation of Law of Demeter (object not created locally)
10275 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 207 Potential violation of Law of Demeter (method chain calls)
10276 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 207 Potential violation of Law of Demeter (method chain calls)
10277 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 207 Potential violation of Law of Demeter (object not created locally)
10278 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 213 Potential violation of Law of Demeter (object not created locally)
10279 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 226 Potential violation of Law of Demeter (method chain calls)
10280 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 226 Potential violation of Law of Demeter (method chain calls)
10281 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 226 Potential violation of Law of Demeter (method chain calls)
10282 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 227 Potential violation of Law of Demeter (method chain calls)
10283 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 238 Potential violation of Law of Demeter (method chain calls)
10284 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 238 Potential violation of Law of Demeter (method chain calls)
10285 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 238 Potential violation of Law of Demeter (method chain calls)
10286 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 238 Potential violation of Law of Demeter (method chain calls)
10287 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 239 Potential violation of Law of Demeter (method chain calls)
10288 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 239 Potential violation of Law of Demeter (method chain calls)
10289 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 239 Potential violation of Law of Demeter (method chain calls)
10290 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 239 Potential violation of Law of Demeter (method chain calls)
10291 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 239 Potential violation of Law of Demeter (object not created locally)
10292 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 244 Potential violation of Law of Demeter (method chain calls)
10293 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 244 Potential violation of Law of Demeter (method chain calls)
10294 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 245 Potential violation of Law of Demeter (object not created locally)
10295 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 290 Potential violation of Law of Demeter (method chain calls)
10296 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 290 Potential violation of Law of Demeter (method chain calls)
10297 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 299 Potential violation of Law of Demeter (method chain calls)
10298 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 320 A method/constructor should not explicitly throw java.lang.Exception
10299 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 322 Potential violation of Law of Demeter (object not created locally)
10300 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 327 A method/constructor should not explicitly throw java.lang.Exception
10301 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 329 Potential violation of Law of Demeter (object not created locally)
10302 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 334 A method/constructor should not explicitly throw java.lang.Exception
10303 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 335 Potential violation of Law of Demeter (method chain calls)
10304 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 340 A method/constructor should not explicitly throw java.lang.Exception
10305 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 341 Potential violation of Law of Demeter (method chain calls)
10306 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 346 A method/constructor should not explicitly throw java.lang.Exception
10307 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 347 Potential violation of Law of Demeter (method chain calls)
10308 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 348 Potential violation of Law of Demeter (method chain calls)
10309 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 348 Potential violation of Law of Demeter (method chain calls)
10310 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 352 A method/constructor should not explicitly throw java.lang.Exception
10311 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 353 Potential violation of Law of Demeter (method chain calls)
10312 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 354 Potential violation of Law of Demeter (method chain calls)
10313 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 354 Potential violation of Law of Demeter (method chain calls)
10314 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 358 A method/constructor should not explicitly throw java.lang.Exception
10315 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 359 Potential violation of Law of Demeter (method chain calls)
10316 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 360 Potential violation of Law of Demeter (method chain calls)
10317 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 360 Potential violation of Law of Demeter (method chain calls)
10318 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 364 A method/constructor should not explicitly throw java.lang.Exception
10319 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 365 Potential violation of Law of Demeter (method chain calls)
10320 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 370 A method/constructor should not explicitly throw java.lang.Exception
10321 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 371 Potential violation of Law of Demeter (method chain calls)
10322 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 372 Potential violation of Law of Demeter (method chain calls)
10323 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 372 Potential violation of Law of Demeter (method chain calls)
10324 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 376 A method/constructor should not explicitly throw java.lang.Exception
10325 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 377 Potential violation of Law of Demeter (method chain calls)
10326 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 382 A method/constructor should not explicitly throw java.lang.Exception
10327 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 383 Potential violation of Law of Demeter (method chain calls)
10328 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 384 Potential violation of Law of Demeter (method chain calls)
10329 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 384 Potential violation of Law of Demeter (method chain calls)
10330 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 389 A method/constructor should not explicitly throw java.lang.Exception
10331 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 390 Potential violation of Law of Demeter (method chain calls)
10332 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 395 A method/constructor should not explicitly throw java.lang.Exception
10333 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 396 Potential violation of Law of Demeter (method chain calls)
10334 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 397 Potential violation of Law of Demeter (method chain calls)
10335 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 397 Potential violation of Law of Demeter (method chain calls)
10336 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 402 A method/constructor should not explicitly throw java.lang.Exception
10337 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 403 Potential violation of Law of Demeter (method chain calls)
10338 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 408 A method/constructor should not explicitly throw java.lang.Exception
10339 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 409 Potential violation of Law of Demeter (method chain calls)
10340 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 410 Potential violation of Law of Demeter (method chain calls)
10341 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 410 Potential violation of Law of Demeter (method chain calls)
10342 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 415 A method/constructor should not explicitly throw java.lang.Exception
10343 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 417 Potential violation of Law of Demeter (method chain calls)
10344 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 422 A method/constructor should not explicitly throw java.lang.Exception
10345 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 423 Potential violation of Law of Demeter (method chain calls)
10346 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 424 Potential violation of Law of Demeter (method chain calls)
10347 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 425 Potential violation of Law of Demeter (method chain calls)
10348 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 430 A method/constructor should not explicitly throw java.lang.Exception
10349 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 432 Potential violation of Law of Demeter (method chain calls)
10350 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 447 Potential violation of Law of Demeter (object not created locally)
10351 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 448 Potential violation of Law of Demeter (object not created locally)
10352 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 449 Potential violation of Law of Demeter (object not created locally)
10353 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 462 Potential violation of Law of Demeter (object not created locally)
10354 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 463 Potential violation of Law of Demeter (object not created locally)
10355 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 464 Potential violation of Law of Demeter (object not created locally)
10356 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 478 Potential violation of Law of Demeter (object not created locally)
10357 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 479 Potential violation of Law of Demeter (object not created locally)
10358 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 480 Potential violation of Law of Demeter (object not created locally)
10359 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 494 Potential violation of Law of Demeter (object not created locally)
10360 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 495 Potential violation of Law of Demeter (object not created locally)
10361 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 496 Potential violation of Law of Demeter (object not created locally)
10362 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 510 Potential violation of Law of Demeter (object not created locally)
10363 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 511 Potential violation of Law of Demeter (object not created locally)
10364 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 512 Potential violation of Law of Demeter (object not created locally)
10365 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 527 Potential violation of Law of Demeter (object not created locally)
10366 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 528 Potential violation of Law of Demeter (object not created locally)
10367 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 529 Potential violation of Law of Demeter (object not created locally)
10368 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 534 Potential violation of Law of Demeter (object not created locally)
10369 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 535 Potential violation of Law of Demeter (object not created locally)
10370 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 536 Potential violation of Law of Demeter (object not created locally)
10371 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 537 Potential violation of Law of Demeter (object not created locally)
10372 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 538 Potential violation of Law of Demeter (object not created locally)
10373 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 545 Potential violation of Law of Demeter (object not created locally)
10374 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 546 Potential violation of Law of Demeter (object not created locally)
10375 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 547 Potential violation of Law of Demeter (object not created locally)
10376 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 548 Potential violation of Law of Demeter (object not created locally)
10377 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 549 Potential violation of Law of Demeter (object not created locally)
10378 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 556 Potential violation of Law of Demeter (object not created locally)
10379 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 557 Potential violation of Law of Demeter (object not created locally)
10380 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 558 Potential violation of Law of Demeter (object not created locally)
10381 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 559 Potential violation of Law of Demeter (object not created locally)
10382 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 560 Potential violation of Law of Demeter (object not created locally)
10383 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 564 A method/constructor should not explicitly throw java.lang.Exception
10384 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 565 Potential violation of Law of Demeter (method chain calls)
10385 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 568 Potential violation of Law of Demeter (object not created locally)
10386 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 569 Potential violation of Law of Demeter (method chain calls)
10387 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 569 Potential violation of Law of Demeter (method chain calls)
10388 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 569 Potential violation of Law of Demeter (object not created locally)
10389 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 570 Potential violation of Law of Demeter (object not created locally)
10390 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 571 Potential violation of Law of Demeter (object not created locally)
10391 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 572 Potential violation of Law of Demeter (object not created locally)
10392 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 576 A method/constructor should not explicitly throw java.lang.Exception
10393 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 577 Potential violation of Law of Demeter (method chain calls)
10394 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 579 Potential violation of Law of Demeter (method chain calls)
10395 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 579 Potential violation of Law of Demeter (method chain calls)
10396 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 580 Potential violation of Law of Demeter (object not created locally)
10397 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 581 Potential violation of Law of Demeter (method chain calls)
10398 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 581 Potential violation of Law of Demeter (method chain calls)
10399 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 581 Potential violation of Law of Demeter (object not created locally)
10400 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 582 Potential violation of Law of Demeter (object not created locally)
10401 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 583 Potential violation of Law of Demeter (object not created locally)
10402 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 584 Potential violation of Law of Demeter (method chain calls)
10403 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 584 Potential violation of Law of Demeter (method chain calls)
10404 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 584 Potential violation of Law of Demeter (object not created locally)
10405 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 588 A method/constructor should not explicitly throw java.lang.Exception
10406 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 589 Potential violation of Law of Demeter (method chain calls)
10407 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 592 Potential violation of Law of Demeter (object not created locally)
10408 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 593 Potential violation of Law of Demeter (object not created locally)
10409 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 594 Potential violation of Law of Demeter (method chain calls)
10410 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 594 Potential violation of Law of Demeter (method chain calls)
10411 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 594 Potential violation of Law of Demeter (object not created locally)
10412 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 595 Potential violation of Law of Demeter (object not created locally)
10413 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 596 Potential violation of Law of Demeter (method chain calls)
10414 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 596 Potential violation of Law of Demeter (method chain calls)
10415 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 596 Potential violation of Law of Demeter (object not created locally)
10416 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 603 Potential violation of Law of Demeter (object not created locally)
10417 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 612 Potential violation of Law of Demeter (object not created locally)
10418 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 613 Potential violation of Law of Demeter (object not created locally)
10419 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 614 Potential violation of Law of Demeter (object not created locally)
10420 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 621 Potential violation of Law of Demeter (method chain calls)
10421 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 628 Potential violation of Law of Demeter (method chain calls)
10422 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 635 Potential violation of Law of Demeter (method chain calls)
10423 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 635 Potential violation of Law of Demeter (method chain calls)
10424 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 635 Potential violation of Law of Demeter (method chain calls)
10425 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 639 A method/constructor should not explicitly throw java.lang.Exception
10426 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 640 Potential violation of Law of Demeter (method chain calls)
10427 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 640 Potential violation of Law of Demeter (method chain calls)
10428 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 645 Potential violation of Law of Demeter (method chain calls)
10429 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 645 Potential violation of Law of Demeter (method chain calls)
10430 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 645 Potential violation of Law of Demeter (method chain calls)
10431 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 654 This final field could be made static
10432 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 660 Potential violation of Law of Demeter (method chain calls)
10433 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 660 Potential violation of Law of Demeter (object not created locally)
10434 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 661 Potential violation of Law of Demeter (method chain calls)
10435 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 661 Potential violation of Law of Demeter (object not created locally)
10436 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 663 Potential violation of Law of Demeter (method chain calls)
10437 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 663 Potential violation of Law of Demeter (object not created locally)
10438 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 664 Potential violation of Law of Demeter (method chain calls)
10439 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 664 Potential violation of Law of Demeter (object not created locally)
10440 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 672 Potential violation of Law of Demeter (method chain calls)
10441 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 672 Potential violation of Law of Demeter (object not created locally)
10442 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 674 Potential violation of Law of Demeter (method chain calls)
10443 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 674 Potential violation of Law of Demeter (object not created locally)
10444 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 677 Potential violation of Law of Demeter (method chain calls)
10445 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 677 Potential violation of Law of Demeter (object not created locally)
10446 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 678 Potential violation of Law of Demeter (method chain calls)
10447 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 678 Potential violation of Law of Demeter (object not created locally)
10448 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 691 A method/constructor should not explicitly throw java.lang.Exception
10449 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 695 Potential violation of Law of Demeter (method chain calls)
10450 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 695 Potential violation of Law of Demeter (object not created locally)
10451 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 696 Potential violation of Law of Demeter (method chain calls)
10452 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 696 Potential violation of Law of Demeter (object not created locally)
10453 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 697 Potential violation of Law of Demeter (method chain calls)
10454 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 697 Potential violation of Law of Demeter (method chain calls)
10455 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 697 Potential violation of Law of Demeter (method chain calls)
10456 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 697 Potential violation of Law of Demeter (object not created locally)
10457 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 697 Potential violation of Law of Demeter (object not created locally)
10458 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 699 Potential violation of Law of Demeter (method chain calls)
10459 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 699 Potential violation of Law of Demeter (object not created locally)
10460 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 700 Potential violation of Law of Demeter (method chain calls)
10461 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 700 Potential violation of Law of Demeter (object not created locally)
10462 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 701 Potential violation of Law of Demeter (method chain calls)
10463 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 701 Potential violation of Law of Demeter (object not created locally)
10464 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 705 A method/constructor should not explicitly throw java.lang.Exception
10465 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 709 Potential violation of Law of Demeter (method chain calls)
10466 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 709 Potential violation of Law of Demeter (object not created locally)
10467 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 710 Potential violation of Law of Demeter (method chain calls)
10468 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 710 Potential violation of Law of Demeter (object not created locally)
10469 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 711 Potential violation of Law of Demeter (method chain calls)
10470 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 711 Potential violation of Law of Demeter (method chain calls)
10471 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 711 Potential violation of Law of Demeter (method chain calls)
10472 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 711 Potential violation of Law of Demeter (object not created locally)
10473 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 711 Potential violation of Law of Demeter (object not created locally)
10474 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 713 Potential violation of Law of Demeter (method chain calls)
10475 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 713 Potential violation of Law of Demeter (object not created locally)
10476 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 714 Potential violation of Law of Demeter (method chain calls)
10477 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 714 Potential violation of Law of Demeter (object not created locally)
10478 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 715 Potential violation of Law of Demeter (method chain calls)
10479 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 715 Potential violation of Law of Demeter (object not created locally)
10480 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 719 A method/constructor should not explicitly throw java.lang.Exception
10481 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 720 Potential violation of Law of Demeter (method chain calls)
10482 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 721 Potential violation of Law of Demeter (method chain calls)
10483 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 723 Potential violation of Law of Demeter (method chain calls)
10484 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 723 Potential violation of Law of Demeter (object not created locally)
10485 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 724 Potential violation of Law of Demeter (method chain calls)
10486 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 724 Potential violation of Law of Demeter (object not created locally)
10487 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 725 Potential violation of Law of Demeter (method chain calls)
10488 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 725 Potential violation of Law of Demeter (method chain calls)
10489 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 725 Potential violation of Law of Demeter (object not created locally)
10490 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 726 Potential violation of Law of Demeter (method chain calls)
10491 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 726 Potential violation of Law of Demeter (object not created locally)
10492 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 728 Potential violation of Law of Demeter (method chain calls)
10493 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 728 Potential violation of Law of Demeter (object not created locally)
10494 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 729 Potential violation of Law of Demeter (method chain calls)
10495 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 729 Potential violation of Law of Demeter (object not created locally)
10496 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 730 Potential violation of Law of Demeter (method chain calls)
10497 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 730 Potential violation of Law of Demeter (object not created locally)
10498 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 734 A method/constructor should not explicitly throw java.lang.Exception
10499 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 739 Potential violation of Law of Demeter (method chain calls)
10500 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 739 Potential violation of Law of Demeter (object not created locally)
10501 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 741 Potential violation of Law of Demeter (method chain calls)
10502 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 741 Potential violation of Law of Demeter (object not created locally)
10503 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 743 Potential violation of Law of Demeter (method chain calls)
10504 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 743 Potential violation of Law of Demeter (method chain calls)
10505 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 743 Potential violation of Law of Demeter (object not created locally)
10506 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 744 Potential violation of Law of Demeter (method chain calls)
10507 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 744 Potential violation of Law of Demeter (object not created locally)
10508 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 746 Potential violation of Law of Demeter (method chain calls)
10509 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 746 Potential violation of Law of Demeter (object not created locally)
10510 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 747 Potential violation of Law of Demeter (method chain calls)
10511 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 747 Potential violation of Law of Demeter (object not created locally)
10512 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 748 Potential violation of Law of Demeter (method chain calls)
10513 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 748 Potential violation of Law of Demeter (object not created locally)
10514 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 768 No abstract method which means that the keyword is most likely used to prevent instantiation. Use a private or protected constructor instead.
10515 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 817 Potential violation of Law of Demeter (method chain calls)
10516 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\DiscoverySelectorsTests.java 817 Potential violation of Law of Demeter (method chain calls)
10517 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\FilePositionTests.java 49 Potential violation of Law of Demeter (method chain calls)
10518 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\FilePositionTests.java 49 Potential violation of Law of Demeter (object not created locally)
10519 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\FilePositionTests.java 50 Potential violation of Law of Demeter (method chain calls)
10520 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\FilePositionTests.java 50 Potential violation of Law of Demeter (object not created locally)
10521 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\FilePositionTests.java 58 Potential violation of Law of Demeter (method chain calls)
10522 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\FilePositionTests.java 58 Potential violation of Law of Demeter (object not created locally)
10523 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\FilePositionTests.java 59 Potential violation of Law of Demeter (method chain calls)
10524 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\FilePositionTests.java 59 Potential violation of Law of Demeter (object not created locally)
10525 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\FilePositionTests.java 70 Potential violation of Law of Demeter (object not created locally)
10526 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\FilePositionTests.java 73 Potential violation of Law of Demeter (method chain calls)
10527 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\FilePositionTests.java 73 Potential violation of Law of Demeter (object not created locally)
10528 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\FilePositionTests.java 74 Potential violation of Law of Demeter (method chain calls)
10529 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\FilePositionTests.java 74 Potential violation of Law of Demeter (method chain calls)
10530 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\FilePositionTests.java 74 Potential violation of Law of Demeter (method chain calls)
10531 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\FilePositionTests.java 74 Potential violation of Law of Demeter (object not created locally)
10532 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\MethodSelectorTests.java 45 Potential violation of Law of Demeter (method chain calls)
10533 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\MethodSelectorTests.java 47 Potential violation of Law of Demeter (method chain calls)
10534 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\MethodSelectorTests.java 47 Potential violation of Law of Demeter (method chain calls)
10535 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\NestedClassSelectorTests.java 46 Potential violation of Law of Demeter (method chain calls)
10536 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\NestedClassSelectorTests.java 48 Potential violation of Law of Demeter (method chain calls)
10537 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\NestedClassSelectorTests.java 48 Potential violation of Law of Demeter (method chain calls)
10538 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\NestedClassSelectorTests.java 57 Potential violation of Law of Demeter (method chain calls)
10539 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\NestedClassSelectorTests.java 59 Potential violation of Law of Demeter (method chain calls)
10540 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\NestedClassSelectorTests.java 59 Potential violation of Law of Demeter (method chain calls)
10541 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\NestedMethodSelectorTests.java 59 Potential violation of Law of Demeter (method chain calls)
10542 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\NestedMethodSelectorTests.java 61 Potential violation of Law of Demeter (method chain calls)
10543 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\NestedMethodSelectorTests.java 61 Potential violation of Law of Demeter (method chain calls)
10544 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\NestedMethodSelectorTests.java 69 Potential violation of Law of Demeter (method chain calls)
10545 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\NestedMethodSelectorTests.java 71 Potential violation of Law of Demeter (method chain calls)
10546 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\NestedMethodSelectorTests.java 71 Potential violation of Law of Demeter (method chain calls)
10547 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 28 Potential violation of Law of Demeter (method chain calls)
10548 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 28 Potential violation of Law of Demeter (method chain calls)
10549 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 31 Potential violation of Law of Demeter (method chain calls)
10550 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 31 Potential violation of Law of Demeter (method chain calls)
10551 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 34 Potential violation of Law of Demeter (method chain calls)
10552 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 34 Potential violation of Law of Demeter (method chain calls)
10553 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 45 Potential violation of Law of Demeter (method chain calls)
10554 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 49 Potential violation of Law of Demeter (method chain calls)
10555 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 49 Potential violation of Law of Demeter (method chain calls)
10556 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 49 Potential violation of Law of Demeter (object not created locally)
10557 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 50 Potential violation of Law of Demeter (method chain calls)
10558 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 50 Potential violation of Law of Demeter (method chain calls)
10559 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 50 Potential violation of Law of Demeter (object not created locally)
10560 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 51 Potential violation of Law of Demeter (method chain calls)
10561 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 51 Potential violation of Law of Demeter (method chain calls)
10562 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 51 Potential violation of Law of Demeter (method chain calls)
10563 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 51 Potential violation of Law of Demeter (object not created locally)
10564 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 54 Potential violation of Law of Demeter (method chain calls)
10565 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 54 Potential violation of Law of Demeter (method chain calls)
10566 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 54 Potential violation of Law of Demeter (object not created locally)
10567 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 55 Potential violation of Law of Demeter (method chain calls)
10568 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 55 Potential violation of Law of Demeter (method chain calls)
10569 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 55 Potential violation of Law of Demeter (object not created locally)
10570 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 56 Potential violation of Law of Demeter (method chain calls)
10571 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 56 Potential violation of Law of Demeter (method chain calls)
10572 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 56 Potential violation of Law of Demeter (method chain calls)
10573 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 56 Potential violation of Law of Demeter (object not created locally)
10574 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 59 Potential violation of Law of Demeter (method chain calls)
10575 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 59 Potential violation of Law of Demeter (method chain calls)
10576 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 59 Potential violation of Law of Demeter (object not created locally)
10577 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 60 Potential violation of Law of Demeter (method chain calls)
10578 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 60 Potential violation of Law of Demeter (method chain calls)
10579 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 60 Potential violation of Law of Demeter (object not created locally)
10580 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 61 Potential violation of Law of Demeter (method chain calls)
10581 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 61 Potential violation of Law of Demeter (method chain calls)
10582 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 61 Potential violation of Law of Demeter (method chain calls)
10583 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 61 Potential violation of Law of Demeter (object not created locally)
10584 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 64 Potential violation of Law of Demeter (method chain calls)
10585 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 64 Potential violation of Law of Demeter (method chain calls)
10586 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 64 Potential violation of Law of Demeter (object not created locally)
10587 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 65 Potential violation of Law of Demeter (method chain calls)
10588 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 65 Potential violation of Law of Demeter (method chain calls)
10589 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 65 Potential violation of Law of Demeter (object not created locally)
10590 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 66 Potential violation of Law of Demeter (method chain calls)
10591 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 66 Potential violation of Law of Demeter (method chain calls)
10592 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 66 Potential violation of Law of Demeter (method chain calls)
10593 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 66 Potential violation of Law of Demeter (object not created locally)
10594 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 70 Potential violation of Law of Demeter (method chain calls)
10595 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 70 Potential violation of Law of Demeter (method chain calls)
10596 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 70 Potential violation of Law of Demeter (object not created locally)
10597 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 71 Potential violation of Law of Demeter (method chain calls)
10598 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 71 Potential violation of Law of Demeter (method chain calls)
10599 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 71 Potential violation of Law of Demeter (object not created locally)
10600 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 72 Potential violation of Law of Demeter (method chain calls)
10601 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 72 Potential violation of Law of Demeter (method chain calls)
10602 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 72 Potential violation of Law of Demeter (method chain calls)
10603 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 72 Potential violation of Law of Demeter (object not created locally)
10604 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 79 Potential violation of Law of Demeter (method chain calls)
10605 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 79 Potential violation of Law of Demeter (method chain calls)
10606 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 82 Potential violation of Law of Demeter (method chain calls)
10607 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 82 Potential violation of Law of Demeter (method chain calls)
10608 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 85 Potential violation of Law of Demeter (method chain calls)
10609 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 85 Potential violation of Law of Demeter (method chain calls)
10610 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 96 Potential violation of Law of Demeter (method chain calls)
10611 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 100 Potential violation of Law of Demeter (method chain calls)
10612 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 100 Potential violation of Law of Demeter (method chain calls)
10613 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 100 Potential violation of Law of Demeter (object not created locally)
10614 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 101 Potential violation of Law of Demeter (method chain calls)
10615 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 101 Potential violation of Law of Demeter (method chain calls)
10616 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 101 Potential violation of Law of Demeter (object not created locally)
10617 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 102 Potential violation of Law of Demeter (method chain calls)
10618 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 102 Potential violation of Law of Demeter (method chain calls)
10619 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 102 Potential violation of Law of Demeter (method chain calls)
10620 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 102 Potential violation of Law of Demeter (object not created locally)
10621 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 105 Potential violation of Law of Demeter (method chain calls)
10622 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 105 Potential violation of Law of Demeter (method chain calls)
10623 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 105 Potential violation of Law of Demeter (object not created locally)
10624 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 106 Potential violation of Law of Demeter (method chain calls)
10625 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 106 Potential violation of Law of Demeter (method chain calls)
10626 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 106 Potential violation of Law of Demeter (object not created locally)
10627 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 107 Potential violation of Law of Demeter (method chain calls)
10628 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 107 Potential violation of Law of Demeter (method chain calls)
10629 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 107 Potential violation of Law of Demeter (method chain calls)
10630 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 107 Potential violation of Law of Demeter (object not created locally)
10631 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 110 Potential violation of Law of Demeter (method chain calls)
10632 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 110 Potential violation of Law of Demeter (method chain calls)
10633 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 110 Potential violation of Law of Demeter (object not created locally)
10634 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 111 Potential violation of Law of Demeter (method chain calls)
10635 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 111 Potential violation of Law of Demeter (method chain calls)
10636 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 111 Potential violation of Law of Demeter (object not created locally)
10637 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 112 Potential violation of Law of Demeter (method chain calls)
10638 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 112 Potential violation of Law of Demeter (method chain calls)
10639 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 112 Potential violation of Law of Demeter (method chain calls)
10640 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 112 Potential violation of Law of Demeter (object not created locally)
10641 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 115 Potential violation of Law of Demeter (method chain calls)
10642 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 115 Potential violation of Law of Demeter (method chain calls)
10643 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 115 Potential violation of Law of Demeter (object not created locally)
10644 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 116 Potential violation of Law of Demeter (method chain calls)
10645 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 116 Potential violation of Law of Demeter (method chain calls)
10646 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 116 Potential violation of Law of Demeter (object not created locally)
10647 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 117 Potential violation of Law of Demeter (method chain calls)
10648 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 117 Potential violation of Law of Demeter (method chain calls)
10649 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 117 Potential violation of Law of Demeter (method chain calls)
10650 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 117 Potential violation of Law of Demeter (object not created locally)
10651 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 121 Potential violation of Law of Demeter (method chain calls)
10652 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 121 Potential violation of Law of Demeter (method chain calls)
10653 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 121 Potential violation of Law of Demeter (object not created locally)
10654 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 122 Potential violation of Law of Demeter (method chain calls)
10655 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 122 Potential violation of Law of Demeter (method chain calls)
10656 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 122 Potential violation of Law of Demeter (object not created locally)
10657 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 123 Potential violation of Law of Demeter (method chain calls)
10658 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 123 Potential violation of Law of Demeter (method chain calls)
10659 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 123 Potential violation of Law of Demeter (method chain calls)
10660 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\PackageNameFilterTests.java 123 Potential violation of Law of Demeter (object not created locally)
10661 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\UniqueIdSelectorTests.java 28 Potential violation of Law of Demeter (object not created locally)
10662 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\UniqueIdSelectorTests.java 29 Potential violation of Law of Demeter (object not created locally)
10663 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\UniqueIdSelectorTests.java 30 Potential violation of Law of Demeter (object not created locally)
10664 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\discovery\UriSelectorTests.java 27 A method/constructor should not explicitly throw java.lang.Exception
10665 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\config\PrefixedConfigurationParametersTests.java 50 Potential violation of Law of Demeter (method chain calls)
10666 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\config\PrefixedConfigurationParametersTests.java 53 Potential violation of Law of Demeter (method chain calls)
10667 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\config\PrefixedConfigurationParametersTests.java 55 Potential violation of Law of Demeter (method chain calls)
10668 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\config\PrefixedConfigurationParametersTests.java 60 Potential violation of Law of Demeter (method chain calls)
10669 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\config\PrefixedConfigurationParametersTests.java 63 Potential violation of Law of Demeter (method chain calls)
10670 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\config\PrefixedConfigurationParametersTests.java 65 Potential violation of Law of Demeter (method chain calls)
10671 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\config\PrefixedConfigurationParametersTests.java 70 Potential violation of Law of Demeter (method chain calls)
10672 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\config\PrefixedConfigurationParametersTests.java 74 Potential violation of Law of Demeter (method chain calls)
10673 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\config\PrefixedConfigurationParametersTests.java 76 Potential violation of Law of Demeter (method chain calls)
10674 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\config\PrefixedConfigurationParametersTests.java 81 Potential violation of Law of Demeter (method chain calls)
10675 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\config\PrefixedConfigurationParametersTests.java 84 Potential violation of Law of Demeter (method chain calls)
10676 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\config\PrefixedConfigurationParametersTests.java 86 Potential violation of Law of Demeter (method chain calls)
10677 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 60 Potential violation of Law of Demeter (method chain calls)
10678 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 60 Potential violation of Law of Demeter (method chain calls)
10679 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 60 Potential violation of Law of Demeter (object not created locally)
10680 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 65 Potential violation of Law of Demeter (method chain calls)
10681 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 65 Potential violation of Law of Demeter (method chain calls)
10682 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 66 Potential violation of Law of Demeter (method chain calls)
10683 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 66 Potential violation of Law of Demeter (method chain calls)
10684 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 66 Potential violation of Law of Demeter (method chain calls)
10685 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 66 Potential violation of Law of Demeter (method chain calls)
10686 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 66 Potential violation of Law of Demeter (object not created locally)
10687 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 67 Potential violation of Law of Demeter (method chain calls)
10688 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 67 Potential violation of Law of Demeter (method chain calls)
10689 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 67 Potential violation of Law of Demeter (method chain calls)
10690 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 67 Potential violation of Law of Demeter (method chain calls)
10691 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 67 Potential violation of Law of Demeter (object not created locally)
10692 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 69 Potential violation of Law of Demeter (object not created locally)
10693 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 70 Potential violation of Law of Demeter (object not created locally)
10694 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 72 Potential violation of Law of Demeter (method chain calls)
10695 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 72 Potential violation of Law of Demeter (method chain calls)
10696 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 72 Potential violation of Law of Demeter (object not created locally)
10697 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 73 Potential violation of Law of Demeter (method chain calls)
10698 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 73 Potential violation of Law of Demeter (method chain calls)
10699 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 73 Potential violation of Law of Demeter (object not created locally)
10700 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 74 Potential violation of Law of Demeter (method chain calls)
10701 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 74 Potential violation of Law of Demeter (method chain calls)
10702 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 74 Potential violation of Law of Demeter (object not created locally)
10703 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 80 Potential violation of Law of Demeter (method chain calls)
10704 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 80 Potential violation of Law of Demeter (method chain calls)
10705 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 81 Potential violation of Law of Demeter (method chain calls)
10706 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 81 Potential violation of Law of Demeter (method chain calls)
10707 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 81 Potential violation of Law of Demeter (method chain calls)
10708 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 81 Potential violation of Law of Demeter (method chain calls)
10709 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 81 Potential violation of Law of Demeter (object not created locally)
10710 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 82 Potential violation of Law of Demeter (object not created locally)
10711 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 83 Potential violation of Law of Demeter (method chain calls)
10712 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 83 Potential violation of Law of Demeter (method chain calls)
10713 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 83 Potential violation of Law of Demeter (method chain calls)
10714 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 83 Potential violation of Law of Demeter (method chain calls)
10715 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 83 Potential violation of Law of Demeter (object not created locally)
10716 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 88 Potential violation of Law of Demeter (method chain calls)
10717 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 88 Potential violation of Law of Demeter (method chain calls)
10718 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 89 Potential violation of Law of Demeter (method chain calls)
10719 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 89 Potential violation of Law of Demeter (method chain calls)
10720 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 89 Potential violation of Law of Demeter (object not created locally)
10721 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 90 Potential violation of Law of Demeter (object not created locally)
10722 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 91 Potential violation of Law of Demeter (method chain calls)
10723 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 91 Potential violation of Law of Demeter (method chain calls)
10724 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 91 Potential violation of Law of Demeter (object not created locally)
10725 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestDescriptorTests.java 97 Potential violation of Law of Demeter (method chain calls)
10726 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestSourceTests.java 39 A method/constructor should not explicitly throw java.lang.Exception
10727 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestSourceTests.java 42 A method/constructor should not explicitly throw java.lang.Exception
10728 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestSourceTests.java 43 Potential violation of Law of Demeter (method chain calls)
10729 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestSourceTests.java 49 Potential violation of Law of Demeter (method chain calls)
10730 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestSourceTests.java 49 Potential violation of Law of Demeter (method chain calls)
10731 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestSourceTests.java 49 Potential violation of Law of Demeter (method chain calls)
10732 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestSourceTests.java 49 Potential violation of Law of Demeter (method chain calls)
10733 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestSourceTests.java 49 Potential violation of Law of Demeter (method chain calls)
10734 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestSourceTests.java 53 A method/constructor should not explicitly throw java.lang.Exception
10735 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestSourceTests.java 54 Potential violation of Law of Demeter (method chain calls)
10736 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestSourceTests.java 64 Potential violation of Law of Demeter (object not created locally)
10737 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestSourceTests.java 64 Potential violation of Law of Demeter (object not created locally)
10738 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestSourceTests.java 67 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10739 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestSourceTests.java 72 A method/constructor should not explicitly throw java.lang.Exception
10740 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\AbstractTestSourceTests.java 79 A method/constructor should not explicitly throw java.lang.Exception
10741 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 54 Potential violation of Law of Demeter (method chain calls)
10742 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 54 Potential violation of Law of Demeter (object not created locally)
10743 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 55 Potential violation of Law of Demeter (method chain calls)
10744 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 55 Potential violation of Law of Demeter (object not created locally)
10745 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 58 Potential violation of Law of Demeter (method chain calls)
10746 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 67 Potential violation of Law of Demeter (method chain calls)
10747 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 67 Potential violation of Law of Demeter (object not created locally)
10748 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 68 Potential violation of Law of Demeter (method chain calls)
10749 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 68 Potential violation of Law of Demeter (object not created locally)
10750 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 69 Potential violation of Law of Demeter (method chain calls)
10751 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 69 Potential violation of Law of Demeter (object not created locally)
10752 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 77 Potential violation of Law of Demeter (method chain calls)
10753 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 77 Potential violation of Law of Demeter (object not created locally)
10754 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 78 Potential violation of Law of Demeter (method chain calls)
10755 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 78 Potential violation of Law of Demeter (object not created locally)
10756 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 87 Potential violation of Law of Demeter (method chain calls)
10757 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 87 Potential violation of Law of Demeter (object not created locally)
10758 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 88 Potential violation of Law of Demeter (method chain calls)
10759 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 88 Potential violation of Law of Demeter (object not created locally)
10760 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 89 Potential violation of Law of Demeter (method chain calls)
10761 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 89 Potential violation of Law of Demeter (object not created locally)
10762 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 94 Potential violation of Law of Demeter (method chain calls)
10763 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 95 Potential violation of Law of Demeter (method chain calls)
10764 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 102 Potential violation of Law of Demeter (method chain calls)
10765 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClassSourceTests.java 103 Potential violation of Law of Demeter (method chain calls)
10766 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 55 Potential violation of Law of Demeter (method chain calls)
10767 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 56 Potential violation of Law of Demeter (method chain calls)
10768 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 56 Potential violation of Law of Demeter (object not created locally)
10769 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 57 Potential violation of Law of Demeter (method chain calls)
10770 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 57 Potential violation of Law of Demeter (object not created locally)
10771 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 64 Potential violation of Law of Demeter (method chain calls)
10772 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 65 Potential violation of Law of Demeter (method chain calls)
10773 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 65 Potential violation of Law of Demeter (object not created locally)
10774 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 66 Potential violation of Law of Demeter (method chain calls)
10775 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 66 Potential violation of Law of Demeter (object not created locally)
10776 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 74 Potential violation of Law of Demeter (method chain calls)
10777 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 75 Potential violation of Law of Demeter (method chain calls)
10778 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 75 Potential violation of Law of Demeter (object not created locally)
10779 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 76 Potential violation of Law of Demeter (method chain calls)
10780 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 76 Potential violation of Law of Demeter (object not created locally)
10781 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 83 Potential violation of Law of Demeter (method chain calls)
10782 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 84 Potential violation of Law of Demeter (method chain calls)
10783 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 84 Potential violation of Law of Demeter (object not created locally)
10784 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 85 Potential violation of Law of Demeter (method chain calls)
10785 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 85 Potential violation of Law of Demeter (object not created locally)
10786 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 94 Potential violation of Law of Demeter (method chain calls)
10787 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 95 Potential violation of Law of Demeter (method chain calls)
10788 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 95 Potential violation of Law of Demeter (object not created locally)
10789 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 96 Potential violation of Law of Demeter (method chain calls)
10790 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 96 Potential violation of Law of Demeter (object not created locally)
10791 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 105 Potential violation of Law of Demeter (method chain calls)
10792 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 106 Potential violation of Law of Demeter (method chain calls)
10793 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 106 Potential violation of Law of Demeter (object not created locally)
10794 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 107 Potential violation of Law of Demeter (method chain calls)
10795 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\ClasspathResourceSourceTests.java 107 Potential violation of Law of Demeter (object not created locally)
10796 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\CompositeTestSourceTests.java 59 Potential violation of Law of Demeter (method chain calls)
10797 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\CompositeTestSourceTests.java 59 Potential violation of Law of Demeter (method chain calls)
10798 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\CompositeTestSourceTests.java 59 Potential violation of Law of Demeter (method chain calls)
10799 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\CompositeTestSourceTests.java 59 Potential violation of Law of Demeter (object not created locally)
10800 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\CompositeTestSourceTests.java 60 Potential violation of Law of Demeter (method chain calls)
10801 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\CompositeTestSourceTests.java 60 Potential violation of Law of Demeter (object not created locally)
10802 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\CompositeTestSourceTests.java 64 Potential violation of Law of Demeter (method chain calls)
10803 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\CompositeTestSourceTests.java 64 Potential violation of Law of Demeter (method chain calls)
10804 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\CompositeTestSourceTests.java 64 Potential violation of Law of Demeter (method chain calls)
10805 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\CompositeTestSourceTests.java 64 Potential violation of Law of Demeter (object not created locally)
10806 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DefaultUriSourceTests.java 41 A method/constructor should not explicitly throw java.lang.Exception
10807 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DefaultUriSourceTests.java 48 A method/constructor should not explicitly throw java.lang.Exception
10808 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoClassTestDescriptor.java 45 Potential violation of Law of Demeter (method chain calls)
10809 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoClassTestDescriptor.java 45 Potential violation of Law of Demeter (method chain calls)
10810 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoClassTestDescriptor.java 45 Potential violation of Law of Demeter (method chain calls)
10811 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoClassTestDescriptor.java 45 Potential violation of Law of Demeter (method chain calls)
10812 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoClassTestDescriptor.java 45 Potential violation of Law of Demeter (method chain calls)
10813 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoClassTestDescriptor.java 45 Potential violation of Law of Demeter (method chain calls)
10814 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoClassTestDescriptor.java 45 Potential violation of Law of Demeter (method chain calls)
10815 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoClassTestDescriptor.java 45 Potential violation of Law of Demeter (method chain calls)
10816 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoClassTestDescriptor.java 45 Potential violation of Law of Demeter (method chain calls)
10817 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoClassTestDescriptor.java 62 Potential violation of Law of Demeter (method chain calls)
10818 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoMethodTestDescriptor.java 52 Potential violation of Law of Demeter (method chain calls)
10819 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoMethodTestDescriptor.java 52 Potential violation of Law of Demeter (method chain calls)
10820 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoMethodTestDescriptor.java 52 Potential violation of Law of Demeter (method chain calls)
10821 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoMethodTestDescriptor.java 52 Potential violation of Law of Demeter (method chain calls)
10822 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoMethodTestDescriptor.java 52 Potential violation of Law of Demeter (method chain calls)
10823 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoMethodTestDescriptor.java 52 Potential violation of Law of Demeter (method chain calls)
10824 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoMethodTestDescriptor.java 52 Potential violation of Law of Demeter (method chain calls)
10825 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoMethodTestDescriptor.java 52 Potential violation of Law of Demeter (method chain calls)
10826 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoMethodTestDescriptor.java 52 Potential violation of Law of Demeter (method chain calls)
10827 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoMethodTestDescriptor.java 69 Potential violation of Law of Demeter (method chain calls)
10828 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\DemoMethodTestDescriptor.java 72 Potential violation of Law of Demeter (method chain calls)
10829 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FilePositionTests.java 53 Potential violation of Law of Demeter (method chain calls)
10830 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FilePositionTests.java 53 Potential violation of Law of Demeter (object not created locally)
10831 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FilePositionTests.java 54 Potential violation of Law of Demeter (method chain calls)
10832 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FilePositionTests.java 54 Potential violation of Law of Demeter (object not created locally)
10833 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FilePositionTests.java 62 Potential violation of Law of Demeter (method chain calls)
10834 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FilePositionTests.java 62 Potential violation of Law of Demeter (object not created locally)
10835 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FilePositionTests.java 63 Potential violation of Law of Demeter (method chain calls)
10836 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FilePositionTests.java 63 Potential violation of Law of Demeter (object not created locally)
10837 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FilePositionTests.java 74 Potential violation of Law of Demeter (object not created locally)
10838 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FilePositionTests.java 77 Potential violation of Law of Demeter (method chain calls)
10839 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FilePositionTests.java 77 Potential violation of Law of Demeter (object not created locally)
10840 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FilePositionTests.java 78 Potential violation of Law of Demeter (method chain calls)
10841 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FilePositionTests.java 78 Potential violation of Law of Demeter (method chain calls)
10842 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FilePositionTests.java 78 Potential violation of Law of Demeter (method chain calls)
10843 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FilePositionTests.java 78 Potential violation of Law of Demeter (object not created locally)
10844 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 42 A method/constructor should not explicitly throw java.lang.Exception
10845 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 48 Potential violation of Law of Demeter (method chain calls)
10846 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 48 Potential violation of Law of Demeter (object not created locally)
10847 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 49 Potential violation of Law of Demeter (method chain calls)
10848 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 49 Potential violation of Law of Demeter (object not created locally)
10849 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 53 A method/constructor should not explicitly throw java.lang.Exception
10850 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 61 Potential violation of Law of Demeter (method chain calls)
10851 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 61 Potential violation of Law of Demeter (object not created locally)
10852 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 61 Potential violation of Law of Demeter (object not created locally)
10853 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 62 Potential violation of Law of Demeter (method chain calls)
10854 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 62 Potential violation of Law of Demeter (object not created locally)
10855 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 63 Potential violation of Law of Demeter (method chain calls)
10856 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 63 Potential violation of Law of Demeter (object not created locally)
10857 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 72 Potential violation of Law of Demeter (method chain calls)
10858 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 72 Potential violation of Law of Demeter (method chain calls)
10859 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 72 Potential violation of Law of Demeter (method chain calls)
10860 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 72 Potential violation of Law of Demeter (object not created locally)
10861 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 73 Potential violation of Law of Demeter (method chain calls)
10862 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 73 Potential violation of Law of Demeter (object not created locally)
10863 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 74 Potential violation of Law of Demeter (method chain calls)
10864 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\FileSystemSourceTests.java 74 Potential violation of Law of Demeter (object not created locally)
10865 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 30 This class has too many methods, consider refactoring it.
10866 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 41 A method/constructor should not explicitly throw java.lang.Exception
10867 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 45 Potential violation of Law of Demeter (method chain calls)
10868 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 45 Potential violation of Law of Demeter (method chain calls)
10869 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 45 Potential violation of Law of Demeter (method chain calls)
10870 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 45 Potential violation of Law of Demeter (object not created locally)
10871 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 46 Potential violation of Law of Demeter (method chain calls)
10872 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 46 Potential violation of Law of Demeter (object not created locally)
10873 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 46 Potential violation of Law of Demeter (object not created locally)
10874 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 47 Potential violation of Law of Demeter (method chain calls)
10875 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 47 Potential violation of Law of Demeter (method chain calls)
10876 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 47 Potential violation of Law of Demeter (method chain calls)
10877 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 47 Potential violation of Law of Demeter (object not created locally)
10878 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 48 Potential violation of Law of Demeter (method chain calls)
10879 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 48 Potential violation of Law of Demeter (object not created locally)
10880 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 49 Potential violation of Law of Demeter (method chain calls)
10881 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 49 Potential violation of Law of Demeter (object not created locally)
10882 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 53 A method/constructor should not explicitly throw java.lang.Exception
10883 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 90 A method/constructor should not explicitly throw java.lang.Exception
10884 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 91 Potential violation of Law of Demeter (method chain calls)
10885 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 92 Potential violation of Law of Demeter (method chain calls)
10886 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 93 Potential violation of Law of Demeter (method chain calls)
10887 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 93 Potential violation of Law of Demeter (method chain calls)
10888 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 93 Potential violation of Law of Demeter (object not created locally)
10889 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 94 Potential violation of Law of Demeter (object not created locally)
10890 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 95 Potential violation of Law of Demeter (object not created locally)
10891 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 100 Potential violation of Law of Demeter (method chain calls)
10892 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 100 Potential violation of Law of Demeter (method chain calls)
10893 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 101 Potential violation of Law of Demeter (method chain calls)
10894 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 101 Potential violation of Law of Demeter (method chain calls)
10895 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 101 Potential violation of Law of Demeter (object not created locally)
10896 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 102 Potential violation of Law of Demeter (object not created locally)
10897 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 103 Potential violation of Law of Demeter (object not created locally)
10898 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 123 Potential violation of Law of Demeter (method chain calls)
10899 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 123 Potential violation of Law of Demeter (method chain calls)
10900 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 123 Potential violation of Law of Demeter (method chain calls)
10901 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 124 Potential violation of Law of Demeter (method chain calls)
10902 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 147 Potential violation of Law of Demeter (method chain calls)
10903 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 147 Potential violation of Law of Demeter (method chain calls)
10904 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 147 Potential violation of Law of Demeter (method chain calls)
10905 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 148 Potential violation of Law of Demeter (method chain calls)
10906 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 153 Potential violation of Law of Demeter (method chain calls)
10907 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 153 Potential violation of Law of Demeter (method chain calls)
10908 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 158 A method/constructor should not explicitly throw java.lang.Exception
10909 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 159 Potential violation of Law of Demeter (method chain calls)
10910 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 161 Potential violation of Law of Demeter (method chain calls)
10911 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 161 Potential violation of Law of Demeter (method chain calls)
10912 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 165 A method/constructor should not explicitly throw java.lang.Exception
10913 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 166 Potential violation of Law of Demeter (method chain calls)
10914 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 168 Potential violation of Law of Demeter (method chain calls)
10915 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 168 Potential violation of Law of Demeter (method chain calls)
10916 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 172 A method/constructor should not explicitly throw java.lang.Exception
10917 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 173 Potential violation of Law of Demeter (method chain calls)
10918 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 175 Potential violation of Law of Demeter (method chain calls)
10919 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 175 Potential violation of Law of Demeter (method chain calls)
10920 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 179 A method/constructor should not explicitly throw java.lang.Exception
10921 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 180 Potential violation of Law of Demeter (method chain calls)
10922 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 181 Potential violation of Law of Demeter (method chain calls)
10923 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 187 A method/constructor should not explicitly throw java.lang.Exception
10924 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 188 Potential violation of Law of Demeter (method chain calls)
10925 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 189 Potential violation of Law of Demeter (method chain calls)
10926 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 191 Potential violation of Law of Demeter (method chain calls)
10927 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 191 Potential violation of Law of Demeter (method chain calls)
10928 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 191 Potential violation of Law of Demeter (method chain calls)
10929 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 191 Potential violation of Law of Demeter (method chain calls)
10930 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 195 A method/constructor should not explicitly throw java.lang.Exception
10931 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 196 Potential violation of Law of Demeter (method chain calls)
10932 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 197 Potential violation of Law of Demeter (method chain calls)
10933 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 203 A method/constructor should not explicitly throw java.lang.Exception
10934 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 204 Potential violation of Law of Demeter (method chain calls)
10935 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 205 Potential violation of Law of Demeter (method chain calls)
10936 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 207 Potential violation of Law of Demeter (method chain calls)
10937 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 207 Potential violation of Law of Demeter (method chain calls)
10938 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 207 Potential violation of Law of Demeter (method chain calls)
10939 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 207 Potential violation of Law of Demeter (method chain calls)
10940 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 212 Potential violation of Law of Demeter (method chain calls)
10941 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 212 Potential violation of Law of Demeter (method chain calls)
10942 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 214 Potential violation of Law of Demeter (method chain calls)
10943 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 214 Potential violation of Law of Demeter (object not created locally)
10944 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 219 Potential violation of Law of Demeter (method chain calls)
10945 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 219 Potential violation of Law of Demeter (method chain calls)
10946 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 221 Potential violation of Law of Demeter (method chain calls)
10947 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 225 A method/constructor should not explicitly throw java.lang.Exception
10948 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 229 Potential violation of Law of Demeter (method chain calls)
10949 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 229 Potential violation of Law of Demeter (object not created locally)
10950 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 233 A method/constructor should not explicitly throw java.lang.Exception
10951 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 234 Potential violation of Law of Demeter (method chain calls)
10952 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 235 Potential violation of Law of Demeter (method chain calls)
10953 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 235 Potential violation of Law of Demeter (method chain calls)
10954 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 235 Potential violation of Law of Demeter (object not created locally)
10955 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 237 Potential violation of Law of Demeter (method chain calls)
10956 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 237 Potential violation of Law of Demeter (object not created locally)
10957 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 241 A method/constructor should not explicitly throw java.lang.Exception
10958 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 242 Potential violation of Law of Demeter (method chain calls)
10959 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 243 Potential violation of Law of Demeter (method chain calls)
10960 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 243 Potential violation of Law of Demeter (method chain calls)
10961 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 243 Potential violation of Law of Demeter (object not created locally)
10962 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 244 Potential violation of Law of Demeter (object not created locally)
10963 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 246 Potential violation of Law of Demeter (method chain calls)
10964 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 246 Potential violation of Law of Demeter (object not created locally)
10965 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 251 Potential violation of Law of Demeter (method chain calls)
10966 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 251 Potential violation of Law of Demeter (method chain calls)
10967 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 253 Potential violation of Law of Demeter (method chain calls)
10968 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 258 Potential violation of Law of Demeter (method chain calls)
10969 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 258 Potential violation of Law of Demeter (method chain calls)
10970 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 260 Potential violation of Law of Demeter (method chain calls)
10971 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 265 Potential violation of Law of Demeter (method chain calls)
10972 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 265 Potential violation of Law of Demeter (method chain calls)
10973 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 267 Potential violation of Law of Demeter (method chain calls)
10974 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 270 A method/constructor should not explicitly throw java.lang.Exception
10975 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\MethodSourceTests.java 271 Potential violation of Law of Demeter (method chain calls)
10976 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\PackageSourceTests.java 51 Potential violation of Law of Demeter (method chain calls)
10977 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\PackageSourceTests.java 51 Potential violation of Law of Demeter (method chain calls)
10978 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\PackageSourceTests.java 54 Potential violation of Law of Demeter (method chain calls)
10979 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\PackageSourceTests.java 54 Potential violation of Law of Demeter (object not created locally)
10980 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\PackageSourceTests.java 59 Potential violation of Law of Demeter (method chain calls)
10981 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\PackageSourceTests.java 62 Potential violation of Law of Demeter (method chain calls)
10982 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\PackageSourceTests.java 62 Potential violation of Law of Demeter (object not created locally)
10983 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\PackageSourceTests.java 62 Potential violation of Law of Demeter (object not created locally)
10984 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\PackageSourceTests.java 67 Potential violation of Law of Demeter (method chain calls)
10985 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\descriptor\PackageSourceTests.java 68 Potential violation of Law of Demeter (method chain calls)
10986 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 34 A method/constructor should not explicitly throw java.lang.Exception
10987 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 41 Potential violation of Law of Demeter (method chain calls)
10988 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 41 Potential violation of Law of Demeter (object not created locally)
10989 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 42 Potential violation of Law of Demeter (method chain calls)
10990 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 42 Potential violation of Law of Demeter (object not created locally)
10991 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 47 A method/constructor should not explicitly throw java.lang.Exception
10992 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 54 Potential violation of Law of Demeter (method chain calls)
10993 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 54 Potential violation of Law of Demeter (object not created locally)
10994 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 55 Potential violation of Law of Demeter (method chain calls)
10995 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 55 Potential violation of Law of Demeter (object not created locally)
10996 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 60 A method/constructor should not explicitly throw java.lang.Exception
10997 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 62 Potential violation of Law of Demeter (method chain calls)
10998 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 63 Potential violation of Law of Demeter (method chain calls)
10999 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 80 Potential violation of Law of Demeter (method chain calls)
11000 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 80 Potential violation of Law of Demeter (object not created locally)
11001 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 81 Potential violation of Law of Demeter (method chain calls)
11002 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 81 Potential violation of Law of Demeter (object not created locally)
11003 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 82 Potential violation of Law of Demeter (method chain calls)
11004 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 87 Potential violation of Law of Demeter (method chain calls)
11005 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\CompositeLockTests.java 87 Potential violation of Law of Demeter (method chain calls)
11006 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 31 This class has too many methods, consider refactoring it.
11007 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 33 Private field 'configParams' could be made final; it is only initialized in the declaration or constructor.
11008 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 37 Potential violation of Law of Demeter (method chain calls)
11009 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 42 Potential violation of Law of Demeter (method chain calls)
11010 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 45 Potential violation of Law of Demeter (object not created locally)
11011 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 47 Potential violation of Law of Demeter (method chain calls)
11012 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 47 Potential violation of Law of Demeter (object not created locally)
11013 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 48 Potential violation of Law of Demeter (method chain calls)
11014 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 48 Potential violation of Law of Demeter (object not created locally)
11015 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 49 Potential violation of Law of Demeter (method chain calls)
11016 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 49 Potential violation of Law of Demeter (object not created locally)
11017 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 50 Potential violation of Law of Demeter (method chain calls)
11018 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 50 Potential violation of Law of Demeter (object not created locally)
11019 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 51 Potential violation of Law of Demeter (method chain calls)
11020 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 51 Potential violation of Law of Demeter (object not created locally)
11021 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 56 Potential violation of Law of Demeter (method chain calls)
11022 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 59 Potential violation of Law of Demeter (object not created locally)
11023 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 61 Potential violation of Law of Demeter (method chain calls)
11024 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 62 Potential violation of Law of Demeter (method chain calls)
11025 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 62 Potential violation of Law of Demeter (object not created locally)
11026 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 63 Potential violation of Law of Demeter (method chain calls)
11027 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 63 Potential violation of Law of Demeter (object not created locally)
11028 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 64 Potential violation of Law of Demeter (method chain calls)
11029 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 64 Potential violation of Law of Demeter (object not created locally)
11030 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 65 Potential violation of Law of Demeter (method chain calls)
11031 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 65 Potential violation of Law of Demeter (object not created locally)
11032 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 66 Potential violation of Law of Demeter (method chain calls)
11033 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 66 Potential violation of Law of Demeter (object not created locally)
11034 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 71 Potential violation of Law of Demeter (method chain calls)
11035 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 71 Potential violation of Law of Demeter (method chain calls)
11036 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 72 Potential violation of Law of Demeter (method chain calls)
11037 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 72 Potential violation of Law of Demeter (method chain calls)
11038 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 75 Potential violation of Law of Demeter (object not created locally)
11039 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 77 Potential violation of Law of Demeter (method chain calls)
11040 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 77 Potential violation of Law of Demeter (object not created locally)
11041 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 78 Potential violation of Law of Demeter (method chain calls)
11042 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 78 Potential violation of Law of Demeter (object not created locally)
11043 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 79 Potential violation of Law of Demeter (method chain calls)
11044 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 79 Potential violation of Law of Demeter (object not created locally)
11045 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 80 Potential violation of Law of Demeter (method chain calls)
11046 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 80 Potential violation of Law of Demeter (object not created locally)
11047 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 81 Potential violation of Law of Demeter (method chain calls)
11048 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 81 Potential violation of Law of Demeter (object not created locally)
11049 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 87 Potential violation of Law of Demeter (method chain calls)
11050 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 87 Potential violation of Law of Demeter (method chain calls)
11051 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 87 Potential violation of Law of Demeter (method chain calls)
11052 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 87 Potential violation of Law of Demeter (method chain calls)
11053 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 89 Potential violation of Law of Demeter (method chain calls)
11054 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 94 Potential violation of Law of Demeter (method chain calls)
11055 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 102 Potential violation of Law of Demeter (method chain calls)
11056 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 110 Potential violation of Law of Demeter (method chain calls)
11057 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 113 Potential violation of Law of Demeter (object not created locally)
11058 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 115 Potential violation of Law of Demeter (method chain calls)
11059 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 116 Potential violation of Law of Demeter (method chain calls)
11060 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 116 Potential violation of Law of Demeter (object not created locally)
11061 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 117 Potential violation of Law of Demeter (method chain calls)
11062 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 117 Potential violation of Law of Demeter (object not created locally)
11063 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 118 Potential violation of Law of Demeter (method chain calls)
11064 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 118 Potential violation of Law of Demeter (object not created locally)
11065 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 119 Potential violation of Law of Demeter (method chain calls)
11066 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 119 Potential violation of Law of Demeter (object not created locally)
11067 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 120 Potential violation of Law of Demeter (method chain calls)
11068 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 120 Potential violation of Law of Demeter (object not created locally)
11069 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 125 Potential violation of Law of Demeter (method chain calls)
11070 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 133 Potential violation of Law of Demeter (method chain calls)
11071 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 141 Potential violation of Law of Demeter (method chain calls)
11072 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 149 Potential violation of Law of Demeter (method chain calls)
11073 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 152 Potential violation of Law of Demeter (object not created locally)
11074 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 154 Potential violation of Law of Demeter (method chain calls)
11075 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 154 Potential violation of Law of Demeter (object not created locally)
11076 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 155 Potential violation of Law of Demeter (method chain calls)
11077 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 155 Potential violation of Law of Demeter (object not created locally)
11078 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 156 Potential violation of Law of Demeter (method chain calls)
11079 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 156 Potential violation of Law of Demeter (object not created locally)
11080 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 157 Potential violation of Law of Demeter (method chain calls)
11081 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 157 Potential violation of Law of Demeter (object not created locally)
11082 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 158 Potential violation of Law of Demeter (method chain calls)
11083 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 158 Potential violation of Law of Demeter (object not created locally)
11084 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 163 Potential violation of Law of Demeter (method chain calls)
11085 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\DefaultParallelExecutionConfigurationStrategyTests.java 171 Potential violation of Law of Demeter (method chain calls)
11086 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
11087 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 65 This class has too many methods, consider refactoring it.
11088 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 89 A method/constructor should not explicitly throw java.lang.Exception
11089 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 96 Potential violation of Law of Demeter (method chain calls)
11090 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 96 Potential violation of Law of Demeter (object not created locally)
11091 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 97 Potential violation of Law of Demeter (method chain calls)
11092 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 97 Potential violation of Law of Demeter (object not created locally)
11093 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 98 Potential violation of Law of Demeter (method chain calls)
11094 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 98 Potential violation of Law of Demeter (object not created locally)
11095 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 99 Potential violation of Law of Demeter (method chain calls)
11096 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 99 Potential violation of Law of Demeter (object not created locally)
11097 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 100 Potential violation of Law of Demeter (method chain calls)
11098 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 100 Potential violation of Law of Demeter (object not created locally)
11099 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 101 Potential violation of Law of Demeter (method chain calls)
11100 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 101 Potential violation of Law of Demeter (object not created locally)
11101 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 101 Potential violation of Law of Demeter (object not created locally)
11102 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 103 Potential violation of Law of Demeter (method chain calls)
11103 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 103 Potential violation of Law of Demeter (method chain calls)
11104 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 103 Potential violation of Law of Demeter (method chain calls)
11105 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 103 Potential violation of Law of Demeter (object not created locally)
11106 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 107 A method/constructor should not explicitly throw java.lang.Exception
11107 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 117 Potential violation of Law of Demeter (method chain calls)
11108 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 117 Potential violation of Law of Demeter (object not created locally)
11109 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 118 Potential violation of Law of Demeter (method chain calls)
11110 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 118 Potential violation of Law of Demeter (object not created locally)
11111 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 119 Potential violation of Law of Demeter (method chain calls)
11112 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 119 Potential violation of Law of Demeter (object not created locally)
11113 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 120 Potential violation of Law of Demeter (method chain calls)
11114 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 120 Potential violation of Law of Demeter (object not created locally)
11115 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 121 Potential violation of Law of Demeter (method chain calls)
11116 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 121 Potential violation of Law of Demeter (object not created locally)
11117 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 122 Potential violation of Law of Demeter (method chain calls)
11118 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 122 Potential violation of Law of Demeter (object not created locally)
11119 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 123 Potential violation of Law of Demeter (method chain calls)
11120 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 123 Potential violation of Law of Demeter (object not created locally)
11121 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 123 Potential violation of Law of Demeter (object not created locally)
11122 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 124 Potential violation of Law of Demeter (method chain calls)
11123 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 124 Potential violation of Law of Demeter (object not created locally)
11124 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 126 Potential violation of Law of Demeter (method chain calls)
11125 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 126 Potential violation of Law of Demeter (method chain calls)
11126 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 126 Potential violation of Law of Demeter (method chain calls)
11127 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 126 Potential violation of Law of Demeter (object not created locally)
11128 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 130 A method/constructor should not explicitly throw java.lang.Exception
11129 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 140 Potential violation of Law of Demeter (method chain calls)
11130 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 140 Potential violation of Law of Demeter (object not created locally)
11131 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 141 Potential violation of Law of Demeter (method chain calls)
11132 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 141 Potential violation of Law of Demeter (object not created locally)
11133 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 142 Potential violation of Law of Demeter (method chain calls)
11134 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 142 Potential violation of Law of Demeter (object not created locally)
11135 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 143 Potential violation of Law of Demeter (method chain calls)
11136 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 143 Potential violation of Law of Demeter (object not created locally)
11137 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 144 Potential violation of Law of Demeter (method chain calls)
11138 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 144 Potential violation of Law of Demeter (object not created locally)
11139 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 145 Potential violation of Law of Demeter (method chain calls)
11140 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 145 Potential violation of Law of Demeter (object not created locally)
11141 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 145 Potential violation of Law of Demeter (object not created locally)
11142 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 146 Potential violation of Law of Demeter (method chain calls)
11143 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 146 Potential violation of Law of Demeter (object not created locally)
11144 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 148 Potential violation of Law of Demeter (method chain calls)
11145 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 148 Potential violation of Law of Demeter (method chain calls)
11146 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 148 Potential violation of Law of Demeter (method chain calls)
11147 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 148 Potential violation of Law of Demeter (object not created locally)
11148 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 152 A method/constructor should not explicitly throw java.lang.Exception
11149 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 155 Potential violation of Law of Demeter (method chain calls)
11150 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 155 Potential violation of Law of Demeter (static property access)
11151 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 162 Potential violation of Law of Demeter (method chain calls)
11152 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 162 Potential violation of Law of Demeter (object not created locally)
11153 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 163 Potential violation of Law of Demeter (method chain calls)
11154 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 163 Potential violation of Law of Demeter (object not created locally)
11155 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 164 Potential violation of Law of Demeter (method chain calls)
11156 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 164 Potential violation of Law of Demeter (object not created locally)
11157 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 165 Potential violation of Law of Demeter (method chain calls)
11158 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 165 Potential violation of Law of Demeter (object not created locally)
11159 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 166 Potential violation of Law of Demeter (method chain calls)
11160 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 166 Potential violation of Law of Demeter (object not created locally)
11161 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 168 Potential violation of Law of Demeter (method chain calls)
11162 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 169 Potential violation of Law of Demeter (method chain calls)
11163 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 170 Potential violation of Law of Demeter (method chain calls)
11164 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 174 A method/constructor should not explicitly throw java.lang.Exception
11165 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 177 Potential violation of Law of Demeter (method chain calls)
11166 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 177 Potential violation of Law of Demeter (static property access)
11167 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 184 Potential violation of Law of Demeter (method chain calls)
11168 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 184 Potential violation of Law of Demeter (object not created locally)
11169 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 185 Potential violation of Law of Demeter (method chain calls)
11170 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 185 Potential violation of Law of Demeter (object not created locally)
11171 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 186 Potential violation of Law of Demeter (method chain calls)
11172 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 186 Potential violation of Law of Demeter (object not created locally)
11173 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 187 Potential violation of Law of Demeter (method chain calls)
11174 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 187 Potential violation of Law of Demeter (object not created locally)
11175 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 188 Potential violation of Law of Demeter (method chain calls)
11176 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 188 Potential violation of Law of Demeter (object not created locally)
11177 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 190 Potential violation of Law of Demeter (method chain calls)
11178 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 191 Potential violation of Law of Demeter (method chain calls)
11179 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 192 Potential violation of Law of Demeter (method chain calls)
11180 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 196 A method/constructor should not explicitly throw java.lang.Exception
11181 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 200 Potential violation of Law of Demeter (method chain calls)
11182 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 208 Potential violation of Law of Demeter (method chain calls)
11183 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 208 Potential violation of Law of Demeter (object not created locally)
11184 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 209 Potential violation of Law of Demeter (method chain calls)
11185 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 209 Potential violation of Law of Demeter (object not created locally)
11186 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 210 Potential violation of Law of Demeter (method chain calls)
11187 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 210 Potential violation of Law of Demeter (object not created locally)
11188 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 211 Potential violation of Law of Demeter (method chain calls)
11189 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 211 Potential violation of Law of Demeter (object not created locally)
11190 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 212 Potential violation of Law of Demeter (method chain calls)
11191 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 212 Potential violation of Law of Demeter (object not created locally)
11192 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 213 Potential violation of Law of Demeter (method chain calls)
11193 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 213 Potential violation of Law of Demeter (object not created locally)
11194 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 213 Potential violation of Law of Demeter (object not created locally)
11195 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 214 Potential violation of Law of Demeter (method chain calls)
11196 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 214 Potential violation of Law of Demeter (object not created locally)
11197 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 216 Potential violation of Law of Demeter (method chain calls)
11198 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 218 Potential violation of Law of Demeter (method chain calls)
11199 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 218 Potential violation of Law of Demeter (method chain calls)
11200 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 218 Potential violation of Law of Demeter (method chain calls)
11201 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 218 Potential violation of Law of Demeter (object not created locally)
11202 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 219 Potential violation of Law of Demeter (method chain calls)
11203 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 219 Potential violation of Law of Demeter (method chain calls)
11204 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 219 Potential violation of Law of Demeter (method chain calls)
11205 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 219 Potential violation of Law of Demeter (object not created locally)
11206 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 223 A method/constructor should not explicitly throw java.lang.Exception
11207 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 228 Potential violation of Law of Demeter (method chain calls)
11208 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 235 Potential violation of Law of Demeter (method chain calls)
11209 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 235 Potential violation of Law of Demeter (object not created locally)
11210 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 236 Potential violation of Law of Demeter (method chain calls)
11211 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 236 Potential violation of Law of Demeter (object not created locally)
11212 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 237 Potential violation of Law of Demeter (method chain calls)
11213 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 237 Potential violation of Law of Demeter (object not created locally)
11214 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 238 Potential violation of Law of Demeter (method chain calls)
11215 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 238 Potential violation of Law of Demeter (object not created locally)
11216 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 239 Potential violation of Law of Demeter (method chain calls)
11217 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 239 Potential violation of Law of Demeter (object not created locally)
11218 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 240 Potential violation of Law of Demeter (method chain calls)
11219 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 240 Potential violation of Law of Demeter (object not created locally)
11220 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 240 Potential violation of Law of Demeter (object not created locally)
11221 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 242 Potential violation of Law of Demeter (method chain calls)
11222 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 242 Potential violation of Law of Demeter (method chain calls)
11223 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 242 Potential violation of Law of Demeter (method chain calls)
11224 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 242 Potential violation of Law of Demeter (object not created locally)
11225 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 243 Potential violation of Law of Demeter (method chain calls)
11226 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 243 Potential violation of Law of Demeter (method chain calls)
11227 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 243 Potential violation of Law of Demeter (method chain calls)
11228 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 243 Potential violation of Law of Demeter (object not created locally)
11229 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 245 Potential violation of Law of Demeter (method chain calls)
11230 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 249 A method/constructor should not explicitly throw java.lang.Exception
11231 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 254 Potential violation of Law of Demeter (method chain calls)
11232 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 254 Potential violation of Law of Demeter (method chain calls)
11233 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 256 Potential violation of Law of Demeter (method chain calls)
11234 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 256 Potential violation of Law of Demeter (method chain calls)
11235 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 262 Potential violation of Law of Demeter (method chain calls)
11236 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 262 Potential violation of Law of Demeter (object not created locally)
11237 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 263 Potential violation of Law of Demeter (method chain calls)
11238 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 263 Potential violation of Law of Demeter (object not created locally)
11239 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 264 Potential violation of Law of Demeter (method chain calls)
11240 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 264 Potential violation of Law of Demeter (object not created locally)
11241 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 265 Potential violation of Law of Demeter (method chain calls)
11242 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 265 Potential violation of Law of Demeter (object not created locally)
11243 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 266 Potential violation of Law of Demeter (method chain calls)
11244 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 266 Potential violation of Law of Demeter (object not created locally)
11245 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 267 Potential violation of Law of Demeter (method chain calls)
11246 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 267 Potential violation of Law of Demeter (object not created locally)
11247 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 268 Potential violation of Law of Demeter (method chain calls)
11248 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 268 Potential violation of Law of Demeter (object not created locally)
11249 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 269 Potential violation of Law of Demeter (method chain calls)
11250 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 269 Potential violation of Law of Demeter (object not created locally)
11251 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 270 Potential violation of Law of Demeter (method chain calls)
11252 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 270 Potential violation of Law of Demeter (object not created locally)
11253 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 271 Potential violation of Law of Demeter (method chain calls)
11254 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 271 Potential violation of Law of Demeter (object not created locally)
11255 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 271 Potential violation of Law of Demeter (object not created locally)
11256 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 272 Potential violation of Law of Demeter (object not created locally)
11257 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 274 Potential violation of Law of Demeter (method chain calls)
11258 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 274 Potential violation of Law of Demeter (method chain calls)
11259 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 274 Potential violation of Law of Demeter (method chain calls)
11260 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 274 Potential violation of Law of Demeter (object not created locally)
11261 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 275 Potential violation of Law of Demeter (method chain calls)
11262 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 275 Potential violation of Law of Demeter (method chain calls)
11263 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 275 Potential violation of Law of Demeter (method chain calls)
11264 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 275 Potential violation of Law of Demeter (object not created locally)
11265 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 276 Potential violation of Law of Demeter (method chain calls)
11266 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 280 A method/constructor should not explicitly throw java.lang.Exception
11267 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 282 Potential violation of Law of Demeter (method chain calls)
11268 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 282 Potential violation of Law of Demeter (method chain calls)
11269 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 288 Potential violation of Law of Demeter (method chain calls)
11270 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 288 Potential violation of Law of Demeter (object not created locally)
11271 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 289 Potential violation of Law of Demeter (method chain calls)
11272 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 289 Potential violation of Law of Demeter (object not created locally)
11273 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 290 Potential violation of Law of Demeter (method chain calls)
11274 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 290 Potential violation of Law of Demeter (object not created locally)
11275 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 290 Potential violation of Law of Demeter (object not created locally)
11276 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 291 Potential violation of Law of Demeter (object not created locally)
11277 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 293 Potential violation of Law of Demeter (method chain calls)
11278 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 293 Potential violation of Law of Demeter (method chain calls)
11279 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 293 Potential violation of Law of Demeter (method chain calls)
11280 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 293 Potential violation of Law of Demeter (object not created locally)
11281 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 294 Potential violation of Law of Demeter (method chain calls)
11282 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 294 Potential violation of Law of Demeter (method chain calls)
11283 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 294 Potential violation of Law of Demeter (method chain calls)
11284 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 294 Potential violation of Law of Demeter (object not created locally)
11285 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 295 Potential violation of Law of Demeter (method chain calls)
11286 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 299 A method/constructor should not explicitly throw java.lang.Exception
11287 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 301 Potential violation of Law of Demeter (method chain calls)
11288 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 301 Potential violation of Law of Demeter (method chain calls)
11289 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 307 Potential violation of Law of Demeter (method chain calls)
11290 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 307 Potential violation of Law of Demeter (object not created locally)
11291 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 308 Potential violation of Law of Demeter (method chain calls)
11292 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 308 Potential violation of Law of Demeter (object not created locally)
11293 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 309 Potential violation of Law of Demeter (method chain calls)
11294 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 309 Potential violation of Law of Demeter (object not created locally)
11295 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 310 Potential violation of Law of Demeter (method chain calls)
11296 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 310 Potential violation of Law of Demeter (object not created locally)
11297 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 311 Potential violation of Law of Demeter (method chain calls)
11298 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 311 Potential violation of Law of Demeter (object not created locally)
11299 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 312 Potential violation of Law of Demeter (method chain calls)
11300 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 312 Potential violation of Law of Demeter (object not created locally)
11301 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 313 Potential violation of Law of Demeter (method chain calls)
11302 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 313 Potential violation of Law of Demeter (object not created locally)
11303 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 313 Potential violation of Law of Demeter (object not created locally)
11304 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 314 Potential violation of Law of Demeter (object not created locally)
11305 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 316 Potential violation of Law of Demeter (method chain calls)
11306 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 316 Potential violation of Law of Demeter (method chain calls)
11307 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 316 Potential violation of Law of Demeter (method chain calls)
11308 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 316 Potential violation of Law of Demeter (object not created locally)
11309 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 317 Potential violation of Law of Demeter (method chain calls)
11310 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 317 Potential violation of Law of Demeter (method chain calls)
11311 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 317 Potential violation of Law of Demeter (method chain calls)
11312 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 317 Potential violation of Law of Demeter (object not created locally)
11313 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 318 Potential violation of Law of Demeter (method chain calls)
11314 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 322 A method/constructor should not explicitly throw java.lang.Exception
11315 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 324 Potential violation of Law of Demeter (method chain calls)
11316 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 324 Potential violation of Law of Demeter (method chain calls)
11317 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 326 Potential violation of Law of Demeter (method chain calls)
11318 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 326 Potential violation of Law of Demeter (method chain calls)
11319 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 332 Potential violation of Law of Demeter (method chain calls)
11320 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 332 Potential violation of Law of Demeter (object not created locally)
11321 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 333 Potential violation of Law of Demeter (method chain calls)
11322 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 333 Potential violation of Law of Demeter (object not created locally)
11323 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 334 Potential violation of Law of Demeter (method chain calls)
11324 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 334 Potential violation of Law of Demeter (object not created locally)
11325 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 335 Potential violation of Law of Demeter (method chain calls)
11326 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 335 Potential violation of Law of Demeter (object not created locally)
11327 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 336 Potential violation of Law of Demeter (method chain calls)
11328 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 336 Potential violation of Law of Demeter (object not created locally)
11329 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 336 Potential violation of Law of Demeter (object not created locally)
11330 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 337 Potential violation of Law of Demeter (object not created locally)
11331 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 339 Potential violation of Law of Demeter (method chain calls)
11332 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 339 Potential violation of Law of Demeter (method chain calls)
11333 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 339 Potential violation of Law of Demeter (method chain calls)
11334 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 339 Potential violation of Law of Demeter (object not created locally)
11335 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 340 Potential violation of Law of Demeter (method chain calls)
11336 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 340 Potential violation of Law of Demeter (method chain calls)
11337 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 340 Potential violation of Law of Demeter (method chain calls)
11338 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 340 Potential violation of Law of Demeter (object not created locally)
11339 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 341 Potential violation of Law of Demeter (method chain calls)
11340 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 345 A method/constructor should not explicitly throw java.lang.Exception
11341 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 349 Potential violation of Law of Demeter (method chain calls)
11342 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 357 Potential violation of Law of Demeter (method chain calls)
11343 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 357 Potential violation of Law of Demeter (object not created locally)
11344 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 358 Potential violation of Law of Demeter (method chain calls)
11345 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 358 Potential violation of Law of Demeter (object not created locally)
11346 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 359 Potential violation of Law of Demeter (method chain calls)
11347 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 359 Potential violation of Law of Demeter (object not created locally)
11348 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 360 Potential violation of Law of Demeter (method chain calls)
11349 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 360 Potential violation of Law of Demeter (object not created locally)
11350 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 361 Potential violation of Law of Demeter (method chain calls)
11351 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 361 Potential violation of Law of Demeter (object not created locally)
11352 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 361 Potential violation of Law of Demeter (object not created locally)
11353 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 362 Potential violation of Law of Demeter (method chain calls)
11354 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 362 Potential violation of Law of Demeter (object not created locally)
11355 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 363 Potential violation of Law of Demeter (method chain calls)
11356 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 363 Potential violation of Law of Demeter (object not created locally)
11357 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 365 Potential violation of Law of Demeter (method chain calls)
11358 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 365 Potential violation of Law of Demeter (method chain calls)
11359 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 365 Potential violation of Law of Demeter (method chain calls)
11360 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 365 Potential violation of Law of Demeter (object not created locally)
11361 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 366 Potential violation of Law of Demeter (method chain calls)
11362 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 366 Potential violation of Law of Demeter (method chain calls)
11363 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 366 Potential violation of Law of Demeter (method chain calls)
11364 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 366 Potential violation of Law of Demeter (object not created locally)
11365 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 370 A method/constructor should not explicitly throw java.lang.Exception
11366 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 375 Potential violation of Law of Demeter (method chain calls)
11367 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 382 Potential violation of Law of Demeter (method chain calls)
11368 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 382 Potential violation of Law of Demeter (object not created locally)
11369 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 383 Potential violation of Law of Demeter (method chain calls)
11370 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 383 Potential violation of Law of Demeter (object not created locally)
11371 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 384 Potential violation of Law of Demeter (method chain calls)
11372 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 384 Potential violation of Law of Demeter (object not created locally)
11373 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 385 Potential violation of Law of Demeter (method chain calls)
11374 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 385 Potential violation of Law of Demeter (object not created locally)
11375 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 386 Potential violation of Law of Demeter (method chain calls)
11376 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 386 Potential violation of Law of Demeter (object not created locally)
11377 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 387 Potential violation of Law of Demeter (method chain calls)
11378 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 387 Potential violation of Law of Demeter (object not created locally)
11379 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 387 Potential violation of Law of Demeter (object not created locally)
11380 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 389 Potential violation of Law of Demeter (method chain calls)
11381 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 389 Potential violation of Law of Demeter (method chain calls)
11382 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 389 Potential violation of Law of Demeter (method chain calls)
11383 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 389 Potential violation of Law of Demeter (object not created locally)
11384 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 390 Potential violation of Law of Demeter (method chain calls)
11385 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 390 Potential violation of Law of Demeter (method chain calls)
11386 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 390 Potential violation of Law of Demeter (method chain calls)
11387 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 390 Potential violation of Law of Demeter (object not created locally)
11388 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 392 Potential violation of Law of Demeter (method chain calls)
11389 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 396 A method/constructor should not explicitly throw java.lang.Exception
11390 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 401 Potential violation of Law of Demeter (method chain calls)
11391 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 409 Potential violation of Law of Demeter (method chain calls)
11392 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 409 Potential violation of Law of Demeter (object not created locally)
11393 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 410 Potential violation of Law of Demeter (method chain calls)
11394 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 410 Potential violation of Law of Demeter (object not created locally)
11395 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 411 Potential violation of Law of Demeter (method chain calls)
11396 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 411 Potential violation of Law of Demeter (object not created locally)
11397 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 412 Potential violation of Law of Demeter (method chain calls)
11398 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 412 Potential violation of Law of Demeter (object not created locally)
11399 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 413 Potential violation of Law of Demeter (method chain calls)
11400 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 413 Potential violation of Law of Demeter (object not created locally)
11401 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 414 Potential violation of Law of Demeter (method chain calls)
11402 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 414 Potential violation of Law of Demeter (object not created locally)
11403 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 415 Potential violation of Law of Demeter (method chain calls)
11404 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 415 Potential violation of Law of Demeter (object not created locally)
11405 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 416 Potential violation of Law of Demeter (method chain calls)
11406 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 416 Potential violation of Law of Demeter (object not created locally)
11407 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 416 Potential violation of Law of Demeter (object not created locally)
11408 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 417 Potential violation of Law of Demeter (method chain calls)
11409 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 417 Potential violation of Law of Demeter (object not created locally)
11410 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 419 Potential violation of Law of Demeter (method chain calls)
11411 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 419 Potential violation of Law of Demeter (method chain calls)
11412 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 419 Potential violation of Law of Demeter (method chain calls)
11413 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 419 Potential violation of Law of Demeter (object not created locally)
11414 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 420 Potential violation of Law of Demeter (method chain calls)
11415 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 420 Potential violation of Law of Demeter (method chain calls)
11416 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 420 Potential violation of Law of Demeter (method chain calls)
11417 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 420 Potential violation of Law of Demeter (object not created locally)
11418 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 422 Potential violation of Law of Demeter (method chain calls)
11419 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 426 A method/constructor should not explicitly throw java.lang.Exception
11420 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 430 Potential violation of Law of Demeter (method chain calls)
11421 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 438 Potential violation of Law of Demeter (method chain calls)
11422 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 438 Potential violation of Law of Demeter (object not created locally)
11423 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 439 Potential violation of Law of Demeter (method chain calls)
11424 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 439 Potential violation of Law of Demeter (object not created locally)
11425 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 440 Potential violation of Law of Demeter (method chain calls)
11426 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 440 Potential violation of Law of Demeter (object not created locally)
11427 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 441 Potential violation of Law of Demeter (method chain calls)
11428 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 441 Potential violation of Law of Demeter (object not created locally)
11429 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 442 Potential violation of Law of Demeter (method chain calls)
11430 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 442 Potential violation of Law of Demeter (object not created locally)
11431 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 442 Potential violation of Law of Demeter (object not created locally)
11432 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 443 Potential violation of Law of Demeter (method chain calls)
11433 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 443 Potential violation of Law of Demeter (object not created locally)
11434 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 444 Potential violation of Law of Demeter (method chain calls)
11435 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 444 Potential violation of Law of Demeter (object not created locally)
11436 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 446 Potential violation of Law of Demeter (method chain calls)
11437 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 446 Potential violation of Law of Demeter (method chain calls)
11438 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 446 Potential violation of Law of Demeter (method chain calls)
11439 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 446 Potential violation of Law of Demeter (object not created locally)
11440 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 447 Potential violation of Law of Demeter (method chain calls)
11441 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 447 Potential violation of Law of Demeter (method chain calls)
11442 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 447 Potential violation of Law of Demeter (method chain calls)
11443 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 447 Potential violation of Law of Demeter (object not created locally)
11444 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 451 A method/constructor should not explicitly throw java.lang.Exception
11445 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 455 Potential violation of Law of Demeter (object not created locally)
11446 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 457 Potential violation of Law of Demeter (method chain calls)
11447 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 465 Potential violation of Law of Demeter (method chain calls)
11448 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 465 Potential violation of Law of Demeter (object not created locally)
11449 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 466 Potential violation of Law of Demeter (method chain calls)
11450 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 466 Potential violation of Law of Demeter (object not created locally)
11451 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 467 Potential violation of Law of Demeter (method chain calls)
11452 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 467 Potential violation of Law of Demeter (object not created locally)
11453 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 468 Potential violation of Law of Demeter (method chain calls)
11454 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 468 Potential violation of Law of Demeter (object not created locally)
11455 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 469 Potential violation of Law of Demeter (method chain calls)
11456 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 469 Potential violation of Law of Demeter (object not created locally)
11457 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 470 Potential violation of Law of Demeter (method chain calls)
11458 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 470 Potential violation of Law of Demeter (object not created locally)
11459 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 471 Potential violation of Law of Demeter (method chain calls)
11460 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 471 Potential violation of Law of Demeter (object not created locally)
11461 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 472 Potential violation of Law of Demeter (method chain calls)
11462 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 472 Potential violation of Law of Demeter (object not created locally)
11463 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 473 Potential violation of Law of Demeter (method chain calls)
11464 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 473 Potential violation of Law of Demeter (object not created locally)
11465 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 474 Potential violation of Law of Demeter (method chain calls)
11466 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 474 Potential violation of Law of Demeter (object not created locally)
11467 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 475 Potential violation of Law of Demeter (method chain calls)
11468 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 475 Potential violation of Law of Demeter (object not created locally)
11469 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 475 Potential violation of Law of Demeter (object not created locally)
11470 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 476 Potential violation of Law of Demeter (method chain calls)
11471 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 476 Potential violation of Law of Demeter (object not created locally)
11472 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 476 Potential violation of Law of Demeter (object not created locally)
11473 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 477 Potential violation of Law of Demeter (method chain calls)
11474 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 477 Potential violation of Law of Demeter (object not created locally)
11475 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 479 Potential violation of Law of Demeter (method chain calls)
11476 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 479 Potential violation of Law of Demeter (method chain calls)
11477 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 479 Potential violation of Law of Demeter (method chain calls)
11478 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 479 Potential violation of Law of Demeter (object not created locally)
11479 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 484 A method/constructor should not explicitly throw java.lang.Exception
11480 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 487 Potential violation of Law of Demeter (method chain calls)
11481 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 489 Potential violation of Law of Demeter (method chain calls)
11482 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 490 Potential violation of Law of Demeter (method chain calls)
11483 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 493 Potential violation of Law of Demeter (method chain calls)
11484 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 494 Potential violation of Law of Demeter (method chain calls)
11485 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 495 Potential violation of Law of Demeter (method chain calls)
11486 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 504 Potential violation of Law of Demeter (method chain calls)
11487 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 504 Potential violation of Law of Demeter (object not created locally)
11488 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 506 Potential violation of Law of Demeter (method chain calls)
11489 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 506 Potential violation of Law of Demeter (object not created locally)
11490 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 507 Potential violation of Law of Demeter (method chain calls)
11491 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 507 Potential violation of Law of Demeter (object not created locally)
11492 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 508 Potential violation of Law of Demeter (method chain calls)
11493 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 508 Potential violation of Law of Demeter (object not created locally)
11494 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 509 Potential violation of Law of Demeter (method chain calls)
11495 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 509 Potential violation of Law of Demeter (object not created locally)
11496 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 511 Potential violation of Law of Demeter (method chain calls)
11497 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 511 Potential violation of Law of Demeter (object not created locally)
11498 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 512 Potential violation of Law of Demeter (method chain calls)
11499 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 512 Potential violation of Law of Demeter (object not created locally)
11500 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 513 Potential violation of Law of Demeter (method chain calls)
11501 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 513 Potential violation of Law of Demeter (object not created locally)
11502 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 514 Potential violation of Law of Demeter (method chain calls)
11503 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 514 Potential violation of Law of Demeter (object not created locally)
11504 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 515 Potential violation of Law of Demeter (method chain calls)
11505 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 515 Potential violation of Law of Demeter (object not created locally)
11506 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 517 Potential violation of Law of Demeter (method chain calls)
11507 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 517 Potential violation of Law of Demeter (object not created locally)
11508 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 518 Potential violation of Law of Demeter (method chain calls)
11509 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 518 Potential violation of Law of Demeter (object not created locally)
11510 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 519 Potential violation of Law of Demeter (method chain calls)
11511 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 519 Potential violation of Law of Demeter (object not created locally)
11512 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 520 Potential violation of Law of Demeter (method chain calls)
11513 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 520 Potential violation of Law of Demeter (object not created locally)
11514 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 521 Potential violation of Law of Demeter (method chain calls)
11515 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 521 Potential violation of Law of Demeter (object not created locally)
11516 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 523 Potential violation of Law of Demeter (method chain calls)
11517 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 523 Potential violation of Law of Demeter (object not created locally)
11518 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 523 Potential violation of Law of Demeter (object not created locally)
11519 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 524 Potential violation of Law of Demeter (method chain calls)
11520 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 524 Potential violation of Law of Demeter (object not created locally)
11521 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 524 Potential violation of Law of Demeter (object not created locally)
11522 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 525 Potential violation of Law of Demeter (method chain calls)
11523 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 525 Potential violation of Law of Demeter (object not created locally)
11524 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 525 Potential violation of Law of Demeter (object not created locally)
11525 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 526 Potential violation of Law of Demeter (method chain calls)
11526 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 526 Potential violation of Law of Demeter (object not created locally)
11527 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 528 Potential violation of Law of Demeter (method chain calls)
11528 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 528 Potential violation of Law of Demeter (method chain calls)
11529 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 528 Potential violation of Law of Demeter (method chain calls)
11530 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 528 Potential violation of Law of Demeter (object not created locally)
11531 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 537 Potential violation of Law of Demeter (object not created locally)
11532 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 541 Potential violation of Law of Demeter (method chain calls)
11533 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 547 Potential violation of Law of Demeter (method chain calls)
11534 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 547 Potential violation of Law of Demeter (object not created locally)
11535 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 548 Potential violation of Law of Demeter (method chain calls)
11536 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 548 Potential violation of Law of Demeter (object not created locally)
11537 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 549 Potential violation of Law of Demeter (method chain calls)
11538 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 549 Potential violation of Law of Demeter (object not created locally)
11539 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 550 Potential violation of Law of Demeter (method chain calls)
11540 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 550 Potential violation of Law of Demeter (object not created locally)
11541 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 551 Potential violation of Law of Demeter (method chain calls)
11542 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 551 Potential violation of Law of Demeter (object not created locally)
11543 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 555 A method/constructor should not explicitly throw java.lang.Exception
11544 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 559 Potential violation of Law of Demeter (object not created locally)
11545 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 565 Potential violation of Law of Demeter (method chain calls)
11546 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 571 Potential violation of Law of Demeter (method chain calls)
11547 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 589 Potential violation of Law of Demeter (method chain calls)
11548 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 589 Potential violation of Law of Demeter (method chain calls)
11549 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 592 Potential violation of Law of Demeter (method chain calls)
11550 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 612 A method/constructor should not explicitly throw java.lang.Exception
11551 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 615 Potential violation of Law of Demeter (method chain calls)
11552 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 629 Potential violation of Law of Demeter (method chain calls)
11553 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 637 A method/constructor should not explicitly throw java.lang.Exception
11554 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 642 Potential violation of Law of Demeter (method chain calls)
11555 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 642 Potential violation of Law of Demeter (method chain calls)
11556 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 643 Potential violation of Law of Demeter (method chain calls)
11557 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 643 Potential violation of Law of Demeter (method chain calls)
11558 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 651 Potential violation of Law of Demeter (method chain calls)
11559 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 651 Potential violation of Law of Demeter (object not created locally)
11560 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 652 Potential violation of Law of Demeter (method chain calls)
11561 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 652 Potential violation of Law of Demeter (object not created locally)
11562 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 653 Potential violation of Law of Demeter (method chain calls)
11563 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 653 Potential violation of Law of Demeter (object not created locally)
11564 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 653 Potential violation of Law of Demeter (object not created locally)
11565 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 655 Potential violation of Law of Demeter (method chain calls)
11566 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 655 Potential violation of Law of Demeter (method chain calls)
11567 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 655 Potential violation of Law of Demeter (method chain calls)
11568 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 655 Potential violation of Law of Demeter (object not created locally)
11569 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 656 Potential violation of Law of Demeter (method chain calls)
11570 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 656 Potential violation of Law of Demeter (method chain calls)
11571 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 656 Potential violation of Law of Demeter (method chain calls)
11572 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 656 Potential violation of Law of Demeter (method chain calls)
11573 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 656 Potential violation of Law of Demeter (method chain calls)
11574 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 656 Potential violation of Law of Demeter (method chain calls)
11575 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 656 Potential violation of Law of Demeter (object not created locally)
11576 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 665 Potential violation of Law of Demeter (object not created locally)
11577 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 669 Potential violation of Law of Demeter (method chain calls)
11578 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 675 Potential violation of Law of Demeter (method chain calls)
11579 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 676 Potential violation of Law of Demeter (method chain calls)
11580 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 676 Potential violation of Law of Demeter (object not created locally)
11581 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 678 Potential violation of Law of Demeter (object not created locally)
11582 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 679 Potential violation of Law of Demeter (method chain calls)
11583 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 679 Potential violation of Law of Demeter (object not created locally)
11584 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 680 Potential violation of Law of Demeter (method chain calls)
11585 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 680 Potential violation of Law of Demeter (object not created locally)
11586 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 681 Potential violation of Law of Demeter (method chain calls)
11587 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 681 Potential violation of Law of Demeter (method chain calls)
11588 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 681 Potential violation of Law of Demeter (method chain calls)
11589 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 681 Potential violation of Law of Demeter (object not created locally)
11590 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 686 A method/constructor should not explicitly throw java.lang.Exception
11591 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 691 Potential violation of Law of Demeter (method chain calls)
11592 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 691 Potential violation of Law of Demeter (method chain calls)
11593 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 692 Potential violation of Law of Demeter (method chain calls)
11594 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 692 Potential violation of Law of Demeter (method chain calls)
11595 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 700 Potential violation of Law of Demeter (method chain calls)
11596 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 700 Potential violation of Law of Demeter (object not created locally)
11597 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 701 Potential violation of Law of Demeter (method chain calls)
11598 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 701 Potential violation of Law of Demeter (object not created locally)
11599 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 702 Potential violation of Law of Demeter (method chain calls)
11600 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 702 Potential violation of Law of Demeter (object not created locally)
11601 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 702 Potential violation of Law of Demeter (object not created locally)
11602 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 704 Potential violation of Law of Demeter (method chain calls)
11603 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 704 Potential violation of Law of Demeter (method chain calls)
11604 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 704 Potential violation of Law of Demeter (method chain calls)
11605 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 704 Potential violation of Law of Demeter (object not created locally)
11606 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 705 Potential violation of Law of Demeter (method chain calls)
11607 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 705 Potential violation of Law of Demeter (method chain calls)
11608 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 705 Potential violation of Law of Demeter (method chain calls)
11609 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 705 Potential violation of Law of Demeter (method chain calls)
11610 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 705 Potential violation of Law of Demeter (method chain calls)
11611 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 705 Potential violation of Law of Demeter (method chain calls)
11612 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\HierarchicalTestExecutorTests.java 705 Potential violation of Law of Demeter (object not created locally)
11613 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 35 Private field 'lockManager' could be made final; it is only initialized in the declaration or constructor.
11614 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 43 Potential violation of Law of Demeter (method chain calls)
11615 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 52 Potential violation of Law of Demeter (method chain calls)
11616 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 53 Potential violation of Law of Demeter (method chain calls)
11617 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 53 Potential violation of Law of Demeter (object not created locally)
11618 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 64 Potential violation of Law of Demeter (method chain calls)
11619 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 65 Potential violation of Law of Demeter (method chain calls)
11620 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 65 Potential violation of Law of Demeter (object not created locally)
11621 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 66 Potential violation of Law of Demeter (method chain calls)
11622 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 66 Potential violation of Law of Demeter (object not created locally)
11623 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 76 Potential violation of Law of Demeter (method chain calls)
11624 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 77 Potential violation of Law of Demeter (method chain calls)
11625 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 78 Potential violation of Law of Demeter (method chain calls)
11626 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 78 Potential violation of Law of Demeter (object not created locally)
11627 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 78 Potential violation of Law of Demeter (object not created locally)
11628 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 91 Potential violation of Law of Demeter (method chain calls)
11629 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 92 Potential violation of Law of Demeter (method chain calls)
11630 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 92 Potential violation of Law of Demeter (object not created locally)
11631 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 93 Potential violation of Law of Demeter (method chain calls)
11632 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 93 Potential violation of Law of Demeter (object not created locally)
11633 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 98 Potential violation of Law of Demeter (method chain calls)
11634 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 107 Potential violation of Law of Demeter (method chain calls)
11635 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 107 Potential violation of Law of Demeter (method chain calls)
11636 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\LockManagerTests.java 109 Potential violation of Law of Demeter (method chain calls)
11637 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 39 Potential violation of Law of Demeter (object not created locally)
11638 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 40 Potential violation of Law of Demeter (method chain calls)
11639 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 41 Potential violation of Law of Demeter (method chain calls)
11640 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 43 Potential violation of Law of Demeter (object not created locally)
11641 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 44 Potential violation of Law of Demeter (method chain calls)
11642 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 45 Potential violation of Law of Demeter (method chain calls)
11643 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 53 Potential violation of Law of Demeter (object not created locally)
11644 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 54 Potential violation of Law of Demeter (method chain calls)
11645 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 55 Potential violation of Law of Demeter (method chain calls)
11646 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 57 Potential violation of Law of Demeter (method chain calls)
11647 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 57 Potential violation of Law of Demeter (object not created locally)
11648 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 58 Potential violation of Law of Demeter (method chain calls)
11649 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 58 Potential violation of Law of Demeter (object not created locally)
11650 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 60 Potential violation of Law of Demeter (method chain calls)
11651 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 61 Potential violation of Law of Demeter (method chain calls)
11652 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 64 Potential violation of Law of Demeter (method chain calls)
11653 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 65 Potential violation of Law of Demeter (method chain calls)
11654 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 67 Potential violation of Law of Demeter (object not created locally)
11655 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 68 Potential violation of Law of Demeter (method chain calls)
11656 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 69 Potential violation of Law of Demeter (method chain calls)
11657 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 73 Potential violation of Law of Demeter (method chain calls)
11658 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\NodeTreeWalkerIntegrationTests.java 73 Potential violation of Law of Demeter (method chain calls)
11659 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
11660 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 11 High amount of different objects as members denotes a high coupling
11661 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 77 This class has too many methods, consider refactoring it.
11662 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 85 Potential violation of Law of Demeter (object not created locally)
11663 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 86 Potential violation of Law of Demeter (object not created locally)
11664 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 88 Potential violation of Law of Demeter (method chain calls)
11665 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 89 Potential violation of Law of Demeter (method chain calls)
11666 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 90 Potential violation of Law of Demeter (method chain calls)
11667 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 92 Potential violation of Law of Demeter (method chain calls)
11668 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 98 Potential violation of Law of Demeter (method chain calls)
11669 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 98 Potential violation of Law of Demeter (method chain calls)
11670 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 98 Potential violation of Law of Demeter (method chain calls)
11671 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 98 Potential violation of Law of Demeter (method chain calls)
11672 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 98 Potential violation of Law of Demeter (method chain calls)
11673 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 98 Potential violation of Law of Demeter (method chain calls)
11674 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 98 Potential violation of Law of Demeter (object not created locally)
11675 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 105 Potential violation of Law of Demeter (method chain calls)
11676 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 105 Potential violation of Law of Demeter (method chain calls)
11677 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 105 Potential violation of Law of Demeter (method chain calls)
11678 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 105 Potential violation of Law of Demeter (method chain calls)
11679 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 105 Potential violation of Law of Demeter (method chain calls)
11680 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 105 Potential violation of Law of Demeter (method chain calls)
11681 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 105 Potential violation of Law of Demeter (object not created locally)
11682 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 106 Potential violation of Law of Demeter (method chain calls)
11683 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 113 Potential violation of Law of Demeter (method chain calls)
11684 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 113 Potential violation of Law of Demeter (method chain calls)
11685 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 113 Potential violation of Law of Demeter (method chain calls)
11686 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 113 Potential violation of Law of Demeter (method chain calls)
11687 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 113 Potential violation of Law of Demeter (method chain calls)
11688 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 113 Potential violation of Law of Demeter (method chain calls)
11689 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 113 Potential violation of Law of Demeter (object not created locally)
11690 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 114 Potential violation of Law of Demeter (method chain calls)
11691 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 121 Potential violation of Law of Demeter (method chain calls)
11692 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 121 Potential violation of Law of Demeter (method chain calls)
11693 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 121 Potential violation of Law of Demeter (method chain calls)
11694 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 121 Potential violation of Law of Demeter (method chain calls)
11695 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 121 Potential violation of Law of Demeter (method chain calls)
11696 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 121 Potential violation of Law of Demeter (method chain calls)
11697 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 121 Potential violation of Law of Demeter (object not created locally)
11698 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 122 Potential violation of Law of Demeter (method chain calls)
11699 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 128 Potential violation of Law of Demeter (object not created locally)
11700 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 130 Potential violation of Law of Demeter (object not created locally)
11701 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 134 Potential violation of Law of Demeter (method chain calls)
11702 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 134 Potential violation of Law of Demeter (method chain calls)
11703 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 134 Potential violation of Law of Demeter (method chain calls)
11704 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 134 Potential violation of Law of Demeter (method chain calls)
11705 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 134 Potential violation of Law of Demeter (method chain calls)
11706 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 134 Potential violation of Law of Demeter (method chain calls)
11707 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 134 Potential violation of Law of Demeter (object not created locally)
11708 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 135 Potential violation of Law of Demeter (method chain calls)
11709 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 136 Potential violation of Law of Demeter (method chain calls)
11710 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 147 Potential violation of Law of Demeter (method chain calls)
11711 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 147 Potential violation of Law of Demeter (method chain calls)
11712 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 147 Potential violation of Law of Demeter (method chain calls)
11713 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 147 Potential violation of Law of Demeter (method chain calls)
11714 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 147 Potential violation of Law of Demeter (method chain calls)
11715 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 147 Potential violation of Law of Demeter (method chain calls)
11716 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 147 Potential violation of Law of Demeter (object not created locally)
11717 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 148 Potential violation of Law of Demeter (method chain calls)
11718 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 148 Potential violation of Law of Demeter (method chain calls)
11719 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 148 Potential violation of Law of Demeter (method chain calls)
11720 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 155 Potential violation of Law of Demeter (method chain calls)
11721 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 155 Potential violation of Law of Demeter (method chain calls)
11722 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 155 Potential violation of Law of Demeter (method chain calls)
11723 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 155 Potential violation of Law of Demeter (method chain calls)
11724 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 155 Potential violation of Law of Demeter (method chain calls)
11725 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 155 Potential violation of Law of Demeter (method chain calls)
11726 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 155 Potential violation of Law of Demeter (object not created locally)
11727 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 156 Potential violation of Law of Demeter (method chain calls)
11728 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 163 Potential violation of Law of Demeter (method chain calls)
11729 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 163 Potential violation of Law of Demeter (method chain calls)
11730 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 163 Potential violation of Law of Demeter (method chain calls)
11731 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 163 Potential violation of Law of Demeter (method chain calls)
11732 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 163 Potential violation of Law of Demeter (method chain calls)
11733 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 163 Potential violation of Law of Demeter (method chain calls)
11734 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 163 Potential violation of Law of Demeter (object not created locally)
11735 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 165 Potential violation of Law of Demeter (method chain calls)
11736 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 165 Potential violation of Law of Demeter (object not created locally)
11737 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 165 Potential violation of Law of Demeter (object not created locally)
11738 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 176 Potential violation of Law of Demeter (method chain calls)
11739 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 176 Potential violation of Law of Demeter (method chain calls)
11740 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 176 Potential violation of Law of Demeter (method chain calls)
11741 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 176 Potential violation of Law of Demeter (method chain calls)
11742 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 176 Potential violation of Law of Demeter (method chain calls)
11743 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 176 Potential violation of Law of Demeter (method chain calls)
11744 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 176 Potential violation of Law of Demeter (object not created locally)
11745 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 183 Potential violation of Law of Demeter (method chain calls)
11746 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 183 Potential violation of Law of Demeter (method chain calls)
11747 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 183 Potential violation of Law of Demeter (method chain calls)
11748 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 183 Potential violation of Law of Demeter (method chain calls)
11749 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 183 Potential violation of Law of Demeter (method chain calls)
11750 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 183 Potential violation of Law of Demeter (method chain calls)
11751 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 183 Potential violation of Law of Demeter (object not created locally)
11752 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 184 Potential violation of Law of Demeter (method chain calls)
11753 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 189 Potential violation of Law of Demeter (static property access)
11754 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 195 Potential violation of Law of Demeter (method chain calls)
11755 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 195 Potential violation of Law of Demeter (object not created locally)
11756 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 196 Potential violation of Law of Demeter (method chain calls)
11757 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 196 Potential violation of Law of Demeter (method chain calls)
11758 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 196 Potential violation of Law of Demeter (method chain calls)
11759 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 196 Potential violation of Law of Demeter (method chain calls)
11760 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 196 Potential violation of Law of Demeter (object not created locally)
11761 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 198 Potential violation of Law of Demeter (method chain calls)
11762 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 200 Potential violation of Law of Demeter (method chain calls)
11763 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 202 Potential violation of Law of Demeter (method chain calls)
11764 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 207 Potential violation of Law of Demeter (static property access)
11765 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 215 Potential violation of Law of Demeter (method chain calls)
11766 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 215 Potential violation of Law of Demeter (object not created locally)
11767 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 216 Potential violation of Law of Demeter (method chain calls)
11768 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 216 Potential violation of Law of Demeter (method chain calls)
11769 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 216 Potential violation of Law of Demeter (method chain calls)
11770 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 216 Potential violation of Law of Demeter (method chain calls)
11771 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 216 Potential violation of Law of Demeter (object not created locally)
11772 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 218 Potential violation of Law of Demeter (method chain calls)
11773 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 220 Potential violation of Law of Demeter (method chain calls)
11774 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 222 Potential violation of Law of Demeter (method chain calls)
11775 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 226 Potential violation of Law of Demeter (method chain calls)
11776 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 226 Potential violation of Law of Demeter (method chain calls)
11777 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 231 Potential violation of Law of Demeter (method chain calls)
11778 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 231 Potential violation of Law of Demeter (method chain calls)
11779 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 231 Potential violation of Law of Demeter (method chain calls)
11780 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 231 Potential violation of Law of Demeter (method chain calls)
11781 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 231 Potential violation of Law of Demeter (method chain calls)
11782 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 231 Potential violation of Law of Demeter (method chain calls)
11783 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 236 Potential violation of Law of Demeter (method chain calls)
11784 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 236 Potential violation of Law of Demeter (method chain calls)
11785 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 236 Potential violation of Law of Demeter (method chain calls)
11786 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 236 Potential violation of Law of Demeter (method chain calls)
11787 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 236 Potential violation of Law of Demeter (method chain calls)
11788 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 244 Potential violation of Law of Demeter (method chain calls)
11789 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 244 Potential violation of Law of Demeter (method chain calls)
11790 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 251 Potential violation of Law of Demeter (method chain calls)
11791 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 251 Potential violation of Law of Demeter (method chain calls)
11792 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 251 Potential violation of Law of Demeter (method chain calls)
11793 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 251 Potential violation of Law of Demeter (method chain calls)
11794 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 251 Potential violation of Law of Demeter (method chain calls)
11795 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 251 Potential violation of Law of Demeter (method chain calls)
11796 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 251 Potential violation of Law of Demeter (method chain calls)
11797 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 251 Potential violation of Law of Demeter (method chain calls)
11798 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 251 Potential violation of Law of Demeter (method chain calls)
11799 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 252 Potential violation of Law of Demeter (method chain calls)
11800 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 252 Potential violation of Law of Demeter (method chain calls)
11801 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 252 Potential violation of Law of Demeter (method chain calls)
11802 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 277 A method/constructor should not explicitly throw java.lang.Exception
11803 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 282 A method/constructor should not explicitly throw java.lang.Exception
11804 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 287 A method/constructor should not explicitly throw java.lang.Exception
11805 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 305 A method/constructor should not explicitly throw java.lang.Exception
11806 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 310 A method/constructor should not explicitly throw java.lang.Exception
11807 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 315 A method/constructor should not explicitly throw java.lang.Exception
11808 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 334 A method/constructor should not explicitly throw java.lang.Exception
11809 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 340 A method/constructor should not explicitly throw java.lang.Exception
11810 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 346 A method/constructor should not explicitly throw java.lang.Exception
11811 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 365 A method/constructor should not explicitly throw java.lang.Exception
11812 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 370 A method/constructor should not explicitly throw java.lang.Exception
11813 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 375 A method/constructor should not explicitly throw java.lang.Exception
11814 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 386 Potential violation of Law of Demeter (method chain calls)
11815 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 545 Potential violation of Law of Demeter (method chain calls)
11816 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 555 Potential violation of Law of Demeter (method chain calls)
11817 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 570 A method/constructor should not explicitly throw java.lang.Exception
11818 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 580 Potential violation of Law of Demeter (method chain calls)
11819 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 585 Potential violation of Law of Demeter (method chain calls)
11820 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 590 Potential violation of Law of Demeter (method chain calls)
11821 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 603 Potential violation of Law of Demeter (method chain calls)
11822 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 662 Potential violation of Law of Demeter (method chain calls)
11823 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 662 Potential violation of Law of Demeter (method chain calls)
11824 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 662 Potential violation of Law of Demeter (method chain calls)
11825 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 662 Potential violation of Law of Demeter (method chain calls)
11826 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 662 Potential violation of Law of Demeter (method chain calls)
11827 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 662 Potential violation of Law of Demeter (method chain calls)
11828 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 662 Potential violation of Law of Demeter (method chain calls)
11829 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 662 Potential violation of Law of Demeter (method chain calls)
11830 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 663 Potential violation of Law of Demeter (method chain calls)
11831 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 674 Potential violation of Law of Demeter (method chain calls)
11832 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 674 Potential violation of Law of Demeter (method chain calls)
11833 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 675 Potential violation of Law of Demeter (method chain calls)
11834 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 675 Potential violation of Law of Demeter (method chain calls)
11835 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 675 Potential violation of Law of Demeter (method chain calls)
11836 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ParallelExecutionIntegrationTests.java 675 Potential violation of Law of Demeter (method chain calls)
11837 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\SameThreadExecutionIntegrationTests.java 37 Potential violation of Law of Demeter (method chain calls)
11838 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\SameThreadExecutionIntegrationTests.java 37 Potential violation of Law of Demeter (method chain calls)
11839 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\SameThreadExecutionIntegrationTests.java 37 Potential violation of Law of Demeter (method chain calls)
11840 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\SameThreadExecutionIntegrationTests.java 37 Potential violation of Law of Demeter (method chain calls)
11841 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\SameThreadExecutionIntegrationTests.java 43 Potential violation of Law of Demeter (method chain calls)
11842 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\SameThreadExecutionIntegrationTests.java 43 Potential violation of Law of Demeter (method chain calls)
11843 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\SameThreadExecutionIntegrationTests.java 43 Potential violation of Law of Demeter (method chain calls)
11844 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\SameThreadExecutionIntegrationTests.java 51 Potential violation of Law of Demeter (method chain calls)
11845 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\SameThreadExecutionIntegrationTests.java 51 Potential violation of Law of Demeter (method chain calls)
11846 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\SameThreadExecutionIntegrationTests.java 62 Potential violation of Law of Demeter (method chain calls)
11847 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\SameThreadExecutionIntegrationTests.java 72 Potential violation of Law of Demeter (method chain calls)
11848 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\SingleLockTests.java 27 A method/constructor should not explicitly throw java.lang.Exception
11849 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\SingleLockTests.java 37 A method/constructor should not explicitly throw java.lang.Exception
11850 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\SingleTestExecutorTests.java 49 Potential violation of Law of Demeter (method chain calls)
11851 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\SingleTestExecutorTests.java 49 Potential violation of Law of Demeter (method chain calls)
11852 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\SingleTestExecutorTests.java 61 Potential violation of Law of Demeter (method chain calls)
11853 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\SingleTestExecutorTests.java 61 Potential violation of Law of Demeter (method chain calls)
11854 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ThrowableCollectorTests.java 36 Potential violation of Law of Demeter (object not created locally)
11855 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ThrowableCollectorTests.java 37 Potential violation of Law of Demeter (object not created locally)
11856 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ThrowableCollectorTests.java 50 Potential violation of Law of Demeter (object not created locally)
11857 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ThrowableCollectorTests.java 51 Potential violation of Law of Demeter (method chain calls)
11858 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ThrowableCollectorTests.java 51 Potential violation of Law of Demeter (method chain calls)
11859 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ThrowableCollectorTests.java 51 Potential violation of Law of Demeter (object not created locally)
11860 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ThrowableCollectorTests.java 64 Potential violation of Law of Demeter (object not created locally)
11861 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ThrowableCollectorTests.java 65 Potential violation of Law of Demeter (method chain calls)
11862 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ThrowableCollectorTests.java 65 Potential violation of Law of Demeter (method chain calls)
11863 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ThrowableCollectorTests.java 65 Potential violation of Law of Demeter (object not created locally)
11864 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\engine\support\hierarchical\ThrowableCollectorTests.java 68 Exceptions should not extend java.lang.Error
11865 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 40 This class has too many methods, consider refactoring it.
11866 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 66 Potential violation of Law of Demeter (method chain calls)
11867 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 84 Potential violation of Law of Demeter (method chain calls)
11868 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 101 Potential violation of Law of Demeter (method chain calls)
11869 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 101 Potential violation of Law of Demeter (method chain calls)
11870 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 101 Potential violation of Law of Demeter (object not created locally)
11871 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 102 Potential violation of Law of Demeter (method chain calls)
11872 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 102 Potential violation of Law of Demeter (method chain calls)
11873 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 102 Potential violation of Law of Demeter (object not created locally)
11874 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 103 Potential violation of Law of Demeter (method chain calls)
11875 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 103 Potential violation of Law of Demeter (method chain calls)
11876 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 103 Potential violation of Law of Demeter (object not created locally)
11877 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 104 Potential violation of Law of Demeter (method chain calls)
11878 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 104 Potential violation of Law of Demeter (method chain calls)
11879 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 104 Potential violation of Law of Demeter (object not created locally)
11880 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 106 Potential violation of Law of Demeter (method chain calls)
11881 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 106 Potential violation of Law of Demeter (method chain calls)
11882 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 106 Potential violation of Law of Demeter (object not created locally)
11883 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 107 Potential violation of Law of Demeter (method chain calls)
11884 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 107 Potential violation of Law of Demeter (method chain calls)
11885 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 107 Potential violation of Law of Demeter (object not created locally)
11886 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 125 Potential violation of Law of Demeter (object not created locally)
11887 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 126 Potential violation of Law of Demeter (object not created locally)
11888 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 127 Potential violation of Law of Demeter (object not created locally)
11889 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 128 Potential violation of Law of Demeter (object not created locally)
11890 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 131 Potential violation of Law of Demeter (object not created locally)
11891 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 132 Potential violation of Law of Demeter (object not created locally)
11892 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 140 Potential violation of Law of Demeter (method chain calls)
11893 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 148 Potential violation of Law of Demeter (method chain calls)
11894 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 177 Potential violation of Law of Demeter (method chain calls)
11895 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 177 Potential violation of Law of Demeter (method chain calls)
11896 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 182 Potential violation of Law of Demeter (method chain calls)
11897 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagFilterTests.java 182 Potential violation of Law of Demeter (method chain calls)
11898 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagIntegrationTests.java 82 Potential violation of Law of Demeter (method chain calls)
11899 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagIntegrationTests.java 82 Potential violation of Law of Demeter (method chain calls)
11900 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TagIntegrationTests.java 82 Potential violation of Law of Demeter (method chain calls)
11901 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestIdentifierTests.java 37 Potential violation of Law of Demeter (object not created locally)
11902 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestIdentifierTests.java 38 Potential violation of Law of Demeter (object not created locally)
11903 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestIdentifierTests.java 45 Potential violation of Law of Demeter (object not created locally)
11904 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestIdentifierTests.java 46 Potential violation of Law of Demeter (object not created locally)
11905 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestIdentifierTests.java 47 Potential violation of Law of Demeter (object not created locally)
11906 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestIdentifierTests.java 51 Potential violation of Law of Demeter (object not created locally)
11907 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestIdentifierTests.java 52 Potential violation of Law of Demeter (object not created locally)
11908 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestIdentifierTests.java 53 Potential violation of Law of Demeter (object not created locally)
11909 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestIdentifierTests.java 57 A method/constructor should not explicitly throw java.lang.Exception
11910 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestIdentifierTests.java 65 Potential violation of Law of Demeter (method chain calls)
11911 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestIdentifierTests.java 70 Potential violation of Law of Demeter (method chain calls)
11912 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestPlanTests.java 23 Private field 'engineDescriptor' could be made final; it is only initialized in the declaration or constructor.
11913 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestPlanTests.java 28 Potential violation of Law of Demeter (method chain calls)
11914 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestPlanTests.java 37 Potential violation of Law of Demeter (method chain calls)
11915 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestPlanTests.java 37 Potential violation of Law of Demeter (method chain calls)
11916 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestPlanTests.java 37 Potential violation of Law of Demeter (object not created locally)
11917 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestPlanTests.java 43 Potential violation of Law of Demeter (method chain calls)
11918 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestPlanTests.java 52 Potential violation of Law of Demeter (method chain calls)
11919 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestPlanTests.java 52 Potential violation of Law of Demeter (method chain calls)
11920 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestPlanTests.java 52 Potential violation of Law of Demeter (object not created locally)
11921 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestPlanTests.java 58 Potential violation of Law of Demeter (method chain calls)
11922 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestPlanTests.java 72 Potential violation of Law of Demeter (method chain calls)
11923 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestPlanTests.java 72 Potential violation of Law of Demeter (method chain calls)
11924 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestPlanTests.java 72 Potential violation of Law of Demeter (object not created locally)
11925 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestPostDiscoveryTagFilter.java 20 Potential violation of Law of Demeter (method chain calls)
11926 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestPostDiscoveryTagFilter.java 20 Potential violation of Law of Demeter (method chain calls)
11927 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestPostDiscoveryTagFilter.java 20 Potential violation of Law of Demeter (method chain calls)
11928 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestPostDiscoveryTagFilter.java 20 Potential violation of Law of Demeter (method chain calls)
11929 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\TestPostDiscoveryTagFilter.java 20 Potential violation of Law of Demeter (method chain calls)
11930 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
11931 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 79 This class has too many methods, consider refactoring it.
11932 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 91 Potential violation of Law of Demeter (method chain calls)
11933 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 100 Potential violation of Law of Demeter (method chain calls)
11934 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 110 Potential violation of Law of Demeter (method chain calls)
11935 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 120 Potential violation of Law of Demeter (method chain calls)
11936 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 130 Potential violation of Law of Demeter (method chain calls)
11937 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 137 Potential violation of Law of Demeter (method chain calls)
11938 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 137 Potential violation of Law of Demeter (method chain calls)
11939 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 139 Potential violation of Law of Demeter (method chain calls)
11940 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 139 Potential violation of Law of Demeter (object not created locally)
11941 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 153 Potential violation of Law of Demeter (method chain calls)
11942 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 153 Potential violation of Law of Demeter (method chain calls)
11943 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 153 Potential violation of Law of Demeter (method chain calls)
11944 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 153 Potential violation of Law of Demeter (method chain calls)
11945 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 153 Potential violation of Law of Demeter (method chain calls)
11946 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 153 Potential violation of Law of Demeter (method chain calls)
11947 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 153 Potential violation of Law of Demeter (method chain calls)
11948 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 157 Potential violation of Law of Demeter (method chain calls)
11949 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 157 Potential violation of Law of Demeter (object not created locally)
11950 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11951 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 180 Potential violation of Law of Demeter (method chain calls)
11952 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 180 Potential violation of Law of Demeter (method chain calls)
11953 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 180 Potential violation of Law of Demeter (method chain calls)
11954 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 180 Potential violation of Law of Demeter (method chain calls)
11955 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 180 Potential violation of Law of Demeter (method chain calls)
11956 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 180 Potential violation of Law of Demeter (method chain calls)
11957 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 180 Potential violation of Law of Demeter (object not created locally)
11958 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 185 Potential violation of Law of Demeter (method chain calls)
11959 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 185 Potential violation of Law of Demeter (object not created locally)
11960 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 186 Potential violation of Law of Demeter (object not created locally)
11961 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 187 Potential violation of Law of Demeter (method chain calls)
11962 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 187 Potential violation of Law of Demeter (method chain calls)
11963 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 187 Potential violation of Law of Demeter (method chain calls)
11964 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 187 Potential violation of Law of Demeter (object not created locally)
11965 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 191 Potential violation of Law of Demeter (object not created locally)
11966 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 194 Potential violation of Law of Demeter (method chain calls)
11967 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 195 Potential violation of Law of Demeter (method chain calls)
11968 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 195 Potential violation of Law of Demeter (object not created locally)
11969 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 196 Potential violation of Law of Demeter (method chain calls)
11970 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 196 Potential violation of Law of Demeter (method chain calls)
11971 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 196 Potential violation of Law of Demeter (method chain calls)
11972 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 196 Potential violation of Law of Demeter (object not created locally)
11973 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 197 Potential violation of Law of Demeter (method chain calls)
11974 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 197 Potential violation of Law of Demeter (method chain calls)
11975 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 197 Potential violation of Law of Demeter (method chain calls)
11976 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 197 Potential violation of Law of Demeter (method chain calls)
11977 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 197 Potential violation of Law of Demeter (method chain calls)
11978 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 197 Potential violation of Law of Demeter (object not created locally)
11979 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 204 Potential violation of Law of Demeter (method chain calls)
11980 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 204 Potential violation of Law of Demeter (object not created locally)
11981 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 205 Potential violation of Law of Demeter (object not created locally)
11982 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 206 Potential violation of Law of Demeter (method chain calls)
11983 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 206 Potential violation of Law of Demeter (object not created locally)
11984 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 207 Potential violation of Law of Demeter (method chain calls)
11985 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 207 Potential violation of Law of Demeter (object not created locally)
11986 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 208 Potential violation of Law of Demeter (method chain calls)
11987 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 208 Potential violation of Law of Demeter (method chain calls)
11988 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 208 Potential violation of Law of Demeter (method chain calls)
11989 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 208 Potential violation of Law of Demeter (object not created locally)
11990 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 223 Potential violation of Law of Demeter (method chain calls)
11991 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 223 Potential violation of Law of Demeter (method chain calls)
11992 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 223 Potential violation of Law of Demeter (method chain calls)
11993 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 226 Potential violation of Law of Demeter (method chain calls)
11994 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 227 Potential violation of Law of Demeter (method chain calls)
11995 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 227 Potential violation of Law of Demeter (object not created locally)
11996 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 228 Potential violation of Law of Demeter (method chain calls)
11997 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 228 Potential violation of Law of Demeter (method chain calls)
11998 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 228 Potential violation of Law of Demeter (method chain calls)
11999 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 228 Potential violation of Law of Demeter (object not created locally)
12000 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 229 Potential violation of Law of Demeter (method chain calls)
12001 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 229 Potential violation of Law of Demeter (method chain calls)
12002 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 229 Potential violation of Law of Demeter (method chain calls)
12003 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 229 Potential violation of Law of Demeter (method chain calls)
12004 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 229 Potential violation of Law of Demeter (method chain calls)
12005 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 229 Potential violation of Law of Demeter (method chain calls)
12006 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 229 Potential violation of Law of Demeter (object not created locally)
12007 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 247 Potential violation of Law of Demeter (method chain calls)
12008 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 247 Potential violation of Law of Demeter (method chain calls)
12009 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 247 Potential violation of Law of Demeter (method chain calls)
12010 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 250 Potential violation of Law of Demeter (method chain calls)
12011 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 251 Potential violation of Law of Demeter (method chain calls)
12012 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 251 Potential violation of Law of Demeter (object not created locally)
12013 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 252 Potential violation of Law of Demeter (method chain calls)
12014 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 252 Potential violation of Law of Demeter (method chain calls)
12015 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 252 Potential violation of Law of Demeter (method chain calls)
12016 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 252 Potential violation of Law of Demeter (object not created locally)
12017 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 253 Potential violation of Law of Demeter (method chain calls)
12018 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 253 Potential violation of Law of Demeter (method chain calls)
12019 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 253 Potential violation of Law of Demeter (method chain calls)
12020 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 253 Potential violation of Law of Demeter (method chain calls)
12021 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 253 Potential violation of Law of Demeter (method chain calls)
12022 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 253 Potential violation of Law of Demeter (method chain calls)
12023 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 253 Potential violation of Law of Demeter (object not created locally)
12024 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 271 Potential violation of Law of Demeter (method chain calls)
12025 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 271 Potential violation of Law of Demeter (method chain calls)
12026 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 271 Potential violation of Law of Demeter (method chain calls)
12027 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 274 Potential violation of Law of Demeter (method chain calls)
12028 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 275 Potential violation of Law of Demeter (method chain calls)
12029 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 275 Potential violation of Law of Demeter (object not created locally)
12030 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 276 Potential violation of Law of Demeter (method chain calls)
12031 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 276 Potential violation of Law of Demeter (method chain calls)
12032 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 276 Potential violation of Law of Demeter (method chain calls)
12033 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 276 Potential violation of Law of Demeter (object not created locally)
12034 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 277 Potential violation of Law of Demeter (method chain calls)
12035 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 277 Potential violation of Law of Demeter (method chain calls)
12036 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 277 Potential violation of Law of Demeter (method chain calls)
12037 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 277 Potential violation of Law of Demeter (method chain calls)
12038 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 277 Potential violation of Law of Demeter (method chain calls)
12039 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 277 Potential violation of Law of Demeter (method chain calls)
12040 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 277 Potential violation of Law of Demeter (object not created locally)
12041 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 297 Potential violation of Law of Demeter (method chain calls)
12042 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 297 Potential violation of Law of Demeter (method chain calls)
12043 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 297 Potential violation of Law of Demeter (method chain calls)
12044 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 300 Potential violation of Law of Demeter (method chain calls)
12045 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 301 Potential violation of Law of Demeter (method chain calls)
12046 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 301 Potential violation of Law of Demeter (object not created locally)
12047 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 302 Potential violation of Law of Demeter (method chain calls)
12048 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 302 Potential violation of Law of Demeter (method chain calls)
12049 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 302 Potential violation of Law of Demeter (method chain calls)
12050 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 302 Potential violation of Law of Demeter (object not created locally)
12051 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 303 Potential violation of Law of Demeter (method chain calls)
12052 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 303 Potential violation of Law of Demeter (method chain calls)
12053 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 303 Potential violation of Law of Demeter (method chain calls)
12054 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 303 Potential violation of Law of Demeter (method chain calls)
12055 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 303 Potential violation of Law of Demeter (method chain calls)
12056 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 303 Potential violation of Law of Demeter (method chain calls)
12057 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 303 Potential violation of Law of Demeter (object not created locally)
12058 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 324 Potential violation of Law of Demeter (method chain calls)
12059 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 324 Potential violation of Law of Demeter (method chain calls)
12060 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 324 Potential violation of Law of Demeter (method chain calls)
12061 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 327 Potential violation of Law of Demeter (method chain calls)
12062 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 328 Potential violation of Law of Demeter (method chain calls)
12063 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 328 Potential violation of Law of Demeter (object not created locally)
12064 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 329 Potential violation of Law of Demeter (method chain calls)
12065 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 329 Potential violation of Law of Demeter (method chain calls)
12066 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 329 Potential violation of Law of Demeter (method chain calls)
12067 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 329 Potential violation of Law of Demeter (object not created locally)
12068 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 330 Potential violation of Law of Demeter (method chain calls)
12069 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 330 Potential violation of Law of Demeter (method chain calls)
12070 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 330 Potential violation of Law of Demeter (method chain calls)
12071 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 330 Potential violation of Law of Demeter (method chain calls)
12072 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 330 Potential violation of Law of Demeter (method chain calls)
12073 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 330 Potential violation of Law of Demeter (method chain calls)
12074 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 330 Potential violation of Law of Demeter (method chain calls)
12075 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 330 Potential violation of Law of Demeter (object not created locally)
12076 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 347 Potential violation of Law of Demeter (method chain calls)
12077 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 347 Potential violation of Law of Demeter (method chain calls)
12078 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 347 Potential violation of Law of Demeter (method chain calls)
12079 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 349 Potential violation of Law of Demeter (method chain calls)
12080 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 350 Potential violation of Law of Demeter (method chain calls)
12081 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 351 Potential violation of Law of Demeter (method chain calls)
12082 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 367 Potential violation of Law of Demeter (method chain calls)
12083 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 367 Potential violation of Law of Demeter (method chain calls)
12084 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 367 Potential violation of Law of Demeter (method chain calls)
12085 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 369 Potential violation of Law of Demeter (method chain calls)
12086 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 370 Potential violation of Law of Demeter (method chain calls)
12087 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 381 Potential violation of Law of Demeter (method chain calls)
12088 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 381 Potential violation of Law of Demeter (method chain calls)
12089 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 381 Potential violation of Law of Demeter (method chain calls)
12090 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 381 Potential violation of Law of Demeter (method chain calls)
12091 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 381 Potential violation of Law of Demeter (object not created locally)
12092 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 383 Potential violation of Law of Demeter (method chain calls)
12093 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 383 Potential violation of Law of Demeter (object not created locally)
12094 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 384 Potential violation of Law of Demeter (method chain calls)
12095 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 384 Potential violation of Law of Demeter (method chain calls)
12096 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 384 Potential violation of Law of Demeter (object not created locally)
12097 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 385 Potential violation of Law of Demeter (method chain calls)
12098 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 385 Potential violation of Law of Demeter (object not created locally)
12099 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 385 Potential violation of Law of Demeter (object not created locally)
12100 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 386 Potential violation of Law of Demeter (method chain calls)
12101 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 386 Potential violation of Law of Demeter (object not created locally)
12102 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 398 Potential violation of Law of Demeter (method chain calls)
12103 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 398 Potential violation of Law of Demeter (method chain calls)
12104 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 398 Potential violation of Law of Demeter (object not created locally)
12105 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 399 Potential violation of Law of Demeter (method chain calls)
12106 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 399 Potential violation of Law of Demeter (method chain calls)
12107 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 399 Potential violation of Law of Demeter (object not created locally)
12108 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 399 Potential violation of Law of Demeter (object not created locally)
12109 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 401 Potential violation of Law of Demeter (method chain calls)
12110 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 401 Potential violation of Law of Demeter (object not created locally)
12111 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 402 Potential violation of Law of Demeter (method chain calls)
12112 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 402 Potential violation of Law of Demeter (method chain calls)
12113 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 402 Potential violation of Law of Demeter (method chain calls)
12114 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 402 Potential violation of Law of Demeter (method chain calls)
12115 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 402 Potential violation of Law of Demeter (object not created locally)
12116 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 403 Potential violation of Law of Demeter (method chain calls)
12117 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 403 Potential violation of Law of Demeter (method chain calls)
12118 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 403 Potential violation of Law of Demeter (method chain calls)
12119 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 403 Potential violation of Law of Demeter (method chain calls)
12120 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 403 Potential violation of Law of Demeter (object not created locally)
12121 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 416 Potential violation of Law of Demeter (method chain calls)
12122 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 416 Potential violation of Law of Demeter (method chain calls)
12123 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 416 Potential violation of Law of Demeter (method chain calls)
12124 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 416 Potential violation of Law of Demeter (object not created locally)
12125 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 417 Potential violation of Law of Demeter (method chain calls)
12126 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 417 Potential violation of Law of Demeter (method chain calls)
12127 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 417 Potential violation of Law of Demeter (method chain calls)
12128 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 418 Potential violation of Law of Demeter (object not created locally)
12129 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 418 Potential violation of Law of Demeter (object not created locally)
12130 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 423 Potential violation of Law of Demeter (method chain calls)
12131 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 423 Potential violation of Law of Demeter (object not created locally)
12132 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 424 Potential violation of Law of Demeter (method chain calls)
12133 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 424 Potential violation of Law of Demeter (method chain calls)
12134 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 424 Potential violation of Law of Demeter (object not created locally)
12135 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 425 Potential violation of Law of Demeter (method chain calls)
12136 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 425 Potential violation of Law of Demeter (object not created locally)
12137 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 425 Potential violation of Law of Demeter (object not created locally)
12138 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 426 Potential violation of Law of Demeter (method chain calls)
12139 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 426 Potential violation of Law of Demeter (method chain calls)
12140 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 426 Potential violation of Law of Demeter (method chain calls)
12141 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 426 Potential violation of Law of Demeter (method chain calls)
12142 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 426 Potential violation of Law of Demeter (object not created locally)
12143 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 439 Potential violation of Law of Demeter (method chain calls)
12144 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 439 Potential violation of Law of Demeter (method chain calls)
12145 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 439 Potential violation of Law of Demeter (method chain calls)
12146 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 439 Potential violation of Law of Demeter (object not created locally)
12147 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 440 Potential violation of Law of Demeter (method chain calls)
12148 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 440 Potential violation of Law of Demeter (method chain calls)
12149 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 440 Potential violation of Law of Demeter (method chain calls)
12150 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 441 Potential violation of Law of Demeter (object not created locally)
12151 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 441 Potential violation of Law of Demeter (object not created locally)
12152 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 446 Potential violation of Law of Demeter (method chain calls)
12153 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 446 Potential violation of Law of Demeter (object not created locally)
12154 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 459 Potential violation of Law of Demeter (method chain calls)
12155 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 459 Potential violation of Law of Demeter (method chain calls)
12156 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 459 Potential violation of Law of Demeter (method chain calls)
12157 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 459 Potential violation of Law of Demeter (object not created locally)
12158 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 460 Potential violation of Law of Demeter (method chain calls)
12159 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 460 Potential violation of Law of Demeter (method chain calls)
12160 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 460 Potential violation of Law of Demeter (method chain calls)
12161 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 461 Potential violation of Law of Demeter (object not created locally)
12162 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 461 Potential violation of Law of Demeter (object not created locally)
12163 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 466 Potential violation of Law of Demeter (method chain calls)
12164 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 466 Potential violation of Law of Demeter (object not created locally)
12165 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 479 Potential violation of Law of Demeter (method chain calls)
12166 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 479 Potential violation of Law of Demeter (method chain calls)
12167 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 479 Potential violation of Law of Demeter (method chain calls)
12168 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 479 Potential violation of Law of Demeter (object not created locally)
12169 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 480 Potential violation of Law of Demeter (method chain calls)
12170 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 480 Potential violation of Law of Demeter (method chain calls)
12171 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 480 Potential violation of Law of Demeter (method chain calls)
12172 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 481 Potential violation of Law of Demeter (object not created locally)
12173 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 481 Potential violation of Law of Demeter (object not created locally)
12174 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 486 Potential violation of Law of Demeter (method chain calls)
12175 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 486 Potential violation of Law of Demeter (object not created locally)
12176 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 487 Potential violation of Law of Demeter (method chain calls)
12177 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 487 Potential violation of Law of Demeter (method chain calls)
12178 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 487 Potential violation of Law of Demeter (object not created locally)
12179 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 488 Potential violation of Law of Demeter (method chain calls)
12180 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 488 Potential violation of Law of Demeter (object not created locally)
12181 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 488 Potential violation of Law of Demeter (object not created locally)
12182 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 489 Potential violation of Law of Demeter (method chain calls)
12183 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 489 Potential violation of Law of Demeter (method chain calls)
12184 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 489 Potential violation of Law of Demeter (method chain calls)
12185 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 489 Potential violation of Law of Demeter (method chain calls)
12186 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 489 Potential violation of Law of Demeter (object not created locally)
12187 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 504 Potential violation of Law of Demeter (method chain calls)
12188 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 504 Potential violation of Law of Demeter (method chain calls)
12189 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 504 Potential violation of Law of Demeter (method chain calls)
12190 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 504 Potential violation of Law of Demeter (object not created locally)
12191 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 505 Potential violation of Law of Demeter (method chain calls)
12192 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 505 Potential violation of Law of Demeter (method chain calls)
12193 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 505 Potential violation of Law of Demeter (method chain calls)
12194 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 506 Potential violation of Law of Demeter (object not created locally)
12195 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 506 Potential violation of Law of Demeter (object not created locally)
12196 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 506 Potential violation of Law of Demeter (object not created locally)
12197 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 511 Potential violation of Law of Demeter (method chain calls)
12198 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 511 Potential violation of Law of Demeter (object not created locally)
12199 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 512 Potential violation of Law of Demeter (method chain calls)
12200 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 512 Potential violation of Law of Demeter (method chain calls)
12201 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 512 Potential violation of Law of Demeter (object not created locally)
12202 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 513 Potential violation of Law of Demeter (method chain calls)
12203 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 513 Potential violation of Law of Demeter (object not created locally)
12204 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 513 Potential violation of Law of Demeter (object not created locally)
12205 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 514 Potential violation of Law of Demeter (method chain calls)
12206 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 514 Potential violation of Law of Demeter (method chain calls)
12207 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 514 Potential violation of Law of Demeter (method chain calls)
12208 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 514 Potential violation of Law of Demeter (method chain calls)
12209 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 514 Potential violation of Law of Demeter (object not created locally)
12210 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 531 Potential violation of Law of Demeter (method chain calls)
12211 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 531 Potential violation of Law of Demeter (method chain calls)
12212 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 531 Potential violation of Law of Demeter (method chain calls)
12213 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 531 Potential violation of Law of Demeter (object not created locally)
12214 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 532 Potential violation of Law of Demeter (method chain calls)
12215 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 532 Potential violation of Law of Demeter (method chain calls)
12216 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 532 Potential violation of Law of Demeter (method chain calls)
12217 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 537 Potential violation of Law of Demeter (method chain calls)
12218 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 537 Potential violation of Law of Demeter (method chain calls)
12219 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 537 Potential violation of Law of Demeter (method chain calls)
12220 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 537 Potential violation of Law of Demeter (method chain calls)
12221 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 537 Potential violation of Law of Demeter (object not created locally)
12222 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 538 Potential violation of Law of Demeter (method chain calls)
12223 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 538 Potential violation of Law of Demeter (method chain calls)
12224 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 538 Potential violation of Law of Demeter (method chain calls)
12225 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 538 Potential violation of Law of Demeter (method chain calls)
12226 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 538 Potential violation of Law of Demeter (object not created locally)
12227 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 538 Potential violation of Law of Demeter (object not created locally)
12228 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 546 Potential violation of Law of Demeter (method chain calls)
12229 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 546 Potential violation of Law of Demeter (method chain calls)
12230 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 546 Potential violation of Law of Demeter (object not created locally)
12231 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 548 Potential violation of Law of Demeter (static property access)
12232 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 549 Potential violation of Law of Demeter (method chain calls)
12233 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 549 Potential violation of Law of Demeter (method chain calls)
12234 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 549 Potential violation of Law of Demeter (method chain calls)
12235 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 549 Potential violation of Law of Demeter (object not created locally)
12236 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 550 Potential violation of Law of Demeter (method chain calls)
12237 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 550 Potential violation of Law of Demeter (object not created locally)
12238 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 558 Potential violation of Law of Demeter (method chain calls)
12239 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 558 Potential violation of Law of Demeter (method chain calls)
12240 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 558 Potential violation of Law of Demeter (method chain calls)
12241 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 558 Potential violation of Law of Demeter (method chain calls)
12242 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 558 Potential violation of Law of Demeter (object not created locally)
12243 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 560 Potential violation of Law of Demeter (static property access)
12244 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 561 Potential violation of Law of Demeter (method chain calls)
12245 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 561 Potential violation of Law of Demeter (object not created locally)
12246 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 562 Potential violation of Law of Demeter (method chain calls)
12247 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 562 Potential violation of Law of Demeter (method chain calls)
12248 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 562 Potential violation of Law of Demeter (method chain calls)
12249 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 562 Potential violation of Law of Demeter (object not created locally)
12250 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 563 Potential violation of Law of Demeter (method chain calls)
12251 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 563 Potential violation of Law of Demeter (method chain calls)
12252 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 563 Potential violation of Law of Demeter (method chain calls)
12253 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 563 Potential violation of Law of Demeter (object not created locally)
12254 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 574 Potential violation of Law of Demeter (method chain calls)
12255 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 574 Potential violation of Law of Demeter (method chain calls)
12256 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 574 Potential violation of Law of Demeter (object not created locally)
12257 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 576 Potential violation of Law of Demeter (static property access)
12258 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 577 Potential violation of Law of Demeter (method chain calls)
12259 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 577 Potential violation of Law of Demeter (object not created locally)
12260 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 578 Potential violation of Law of Demeter (object not created locally)
12261 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 579 Potential violation of Law of Demeter (object not created locally)
12262 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 580 Potential violation of Law of Demeter (object not created locally)
12263 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 593 Potential violation of Law of Demeter (method chain calls)
12264 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 593 Potential violation of Law of Demeter (method chain calls)
12265 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 593 Potential violation of Law of Demeter (object not created locally)
12266 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 595 Potential violation of Law of Demeter (method chain calls)
12267 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 596 Potential violation of Law of Demeter (method chain calls)
12268 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 596 Potential violation of Law of Demeter (method chain calls)
12269 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 596 Potential violation of Law of Demeter (method chain calls)
12270 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 597 Potential violation of Law of Demeter (method chain calls)
12271 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 597 Potential violation of Law of Demeter (method chain calls)
12272 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 597 Potential violation of Law of Demeter (method chain calls)
12273 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 624 Potential violation of Law of Demeter (method chain calls)
12274 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 624 Potential violation of Law of Demeter (method chain calls)
12275 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 624 Potential violation of Law of Demeter (method chain calls)
12276 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 624 Potential violation of Law of Demeter (method chain calls)
12277 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 624 Potential violation of Law of Demeter (object not created locally)
12278 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 627 Potential violation of Law of Demeter (method chain calls)
12279 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 627 Potential violation of Law of Demeter (object not created locally)
12280 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 628 Potential violation of Law of Demeter (object not created locally)
12281 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 629 Potential violation of Law of Demeter (method chain calls)
12282 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 629 Potential violation of Law of Demeter (object not created locally)
12283 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 635 Potential violation of Law of Demeter (object not created locally)
12284 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 636 Potential violation of Law of Demeter (object not created locally)
12285 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 676 Potential violation of Law of Demeter (method chain calls)
12286 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 676 Potential violation of Law of Demeter (method chain calls)
12287 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 676 Potential violation of Law of Demeter (object not created locally)
12288 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 680 Potential violation of Law of Demeter (method chain calls)
12289 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 680 Potential violation of Law of Demeter (object not created locally)
12290 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 680 Potential violation of Law of Demeter (object not created locally)
12291 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 682 Potential violation of Law of Demeter (object not created locally)
12292 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 683 Potential violation of Law of Demeter (object not created locally)
12293 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 683 Potential violation of Law of Demeter (object not created locally)
12294 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 684 Potential violation of Law of Demeter (object not created locally)
12295 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 684 Potential violation of Law of Demeter (object not created locally)
12296 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 685 Potential violation of Law of Demeter (object not created locally)
12297 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 685 Potential violation of Law of Demeter (object not created locally)
12298 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 686 Potential violation of Law of Demeter (method chain calls)
12299 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 686 Potential violation of Law of Demeter (object not created locally)
12300 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 687 Potential violation of Law of Demeter (method chain calls)
12301 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 687 Potential violation of Law of Demeter (object not created locally)
12302 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 687 Potential violation of Law of Demeter (object not created locally)
12303 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 688 Potential violation of Law of Demeter (method chain calls)
12304 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 688 Potential violation of Law of Demeter (object not created locally)
12305 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 688 Potential violation of Law of Demeter (object not created locally)
12306 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 690 Potential violation of Law of Demeter (method chain calls)
12307 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 690 Potential violation of Law of Demeter (object not created locally)
12308 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 691 Potential violation of Law of Demeter (method chain calls)
12309 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 691 Potential violation of Law of Demeter (object not created locally)
12310 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 692 Potential violation of Law of Demeter (method chain calls)
12311 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 692 Potential violation of Law of Demeter (object not created locally)
12312 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 693 Potential violation of Law of Demeter (method chain calls)
12313 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 693 Potential violation of Law of Demeter (object not created locally)
12314 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 694 Potential violation of Law of Demeter (method chain calls)
12315 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 694 Potential violation of Law of Demeter (object not created locally)
12316 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 695 Potential violation of Law of Demeter (method chain calls)
12317 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 695 Potential violation of Law of Demeter (object not created locally)
12318 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 696 Potential violation of Law of Demeter (method chain calls)
12319 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 696 Potential violation of Law of Demeter (object not created locally)
12320 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 697 Potential violation of Law of Demeter (method chain calls)
12321 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 697 Potential violation of Law of Demeter (object not created locally)
12322 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 703 Potential violation of Law of Demeter (method chain calls)
12323 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 703 Potential violation of Law of Demeter (object not created locally)
12324 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 704 Potential violation of Law of Demeter (method chain calls)
12325 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 704 Potential violation of Law of Demeter (object not created locally)
12326 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 710 Potential violation of Law of Demeter (method chain calls)
12327 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 710 Potential violation of Law of Demeter (method chain calls)
12328 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 710 Potential violation of Law of Demeter (object not created locally)
12329 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 711 Potential violation of Law of Demeter (method chain calls)
12330 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 713 Potential violation of Law of Demeter (object not created locally)
12331 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 714 Potential violation of Law of Demeter (method chain calls)
12332 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 723 Potential violation of Law of Demeter (method chain calls)
12333 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 723 Potential violation of Law of Demeter (method chain calls)
12334 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 723 Potential violation of Law of Demeter (object not created locally)
12335 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 724 Potential violation of Law of Demeter (object not created locally)
12336 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 725 Potential violation of Law of Demeter (object not created locally)
12337 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 726 Potential violation of Law of Demeter (method chain calls)
12338 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 726 Potential violation of Law of Demeter (object not created locally)
12339 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 729 Potential violation of Law of Demeter (object not created locally)
12340 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 730 Potential violation of Law of Demeter (object not created locally)
12341 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 731 Potential violation of Law of Demeter (object not created locally)
12342 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 733 Potential violation of Law of Demeter (method chain calls)
12343 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 733 Potential violation of Law of Demeter (method chain calls)
12344 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 733 Potential violation of Law of Demeter (object not created locally)
12345 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 734 Potential violation of Law of Demeter (method chain calls)
12346 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 734 Potential violation of Law of Demeter (method chain calls)
12347 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 734 Potential violation of Law of Demeter (method chain calls)
12348 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 734 Potential violation of Law of Demeter (method chain calls)
12349 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 734 Potential violation of Law of Demeter (method chain calls)
12350 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 734 Potential violation of Law of Demeter (method chain calls)
12351 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 734 Potential violation of Law of Demeter (method chain calls)
12352 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 745 Potential violation of Law of Demeter (method chain calls)
12353 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 745 Potential violation of Law of Demeter (method chain calls)
12354 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 745 Potential violation of Law of Demeter (method chain calls)
12355 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 745 Potential violation of Law of Demeter (method chain calls)
12356 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 745 Potential violation of Law of Demeter (method chain calls)
12357 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 764 Potential violation of Law of Demeter (method chain calls)
12358 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 764 Potential violation of Law of Demeter (method chain calls)
12359 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\DefaultLauncherTests.java 766 Potential violation of Law of Demeter (method chain calls)
12360 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\EngineDiscoveryResultValidatorTests.java 41 Potential violation of Law of Demeter (object not created locally)
12361 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\EngineDiscoveryResultValidatorTests.java 42 Potential violation of Law of Demeter (object not created locally)
12362 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\EngineDiscoveryResultValidatorTests.java 55 Potential violation of Law of Demeter (object not created locally)
12363 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\EngineDiscoveryResultValidatorTests.java 56 Potential violation of Law of Demeter (object not created locally)
12364 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\EngineDiscoveryResultValidatorTests.java 59 Potential violation of Law of Demeter (object not created locally)
12365 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\EngineDiscoveryResultValidatorTests.java 60 Potential violation of Law of Demeter (object not created locally)
12366 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\ExecutionListenerAdapterTests.java 42 Potential violation of Law of Demeter (method chain calls)
12367 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\ExecutionListenerAdapterTests.java 42 Potential violation of Law of Demeter (method chain calls)
12368 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\ExecutionListenerAdapterTests.java 42 Potential violation of Law of Demeter (object not created locally)
12369 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\ExecutionListenerAdapterTests.java 42 Potential violation of Law of Demeter (object not created locally)
12370 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\ExecutionListenerAdapterTests.java 52 Potential violation of Law of Demeter (method chain calls)
12371 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\ExecutionListenerAdapterTests.java 53 Potential violation of Law of Demeter (method chain calls)
12372 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 49 Potential violation of Law of Demeter (method chain calls)
12373 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 51 Potential violation of Law of Demeter (object not created locally)
12374 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 53 Potential violation of Law of Demeter (object not created locally)
12375 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 56 Potential violation of Law of Demeter (method chain calls)
12376 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 56 Potential violation of Law of Demeter (object not created locally)
12377 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 58 Potential violation of Law of Demeter (method chain calls)
12378 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 58 Potential violation of Law of Demeter (object not created locally)
12379 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 63 Potential violation of Law of Demeter (method chain calls)
12380 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 63 Potential violation of Law of Demeter (method chain calls)
12381 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 65 Potential violation of Law of Demeter (object not created locally)
12382 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 70 Potential violation of Law of Demeter (method chain calls)
12383 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 70 Potential violation of Law of Demeter (method chain calls)
12384 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 72 Potential violation of Law of Demeter (object not created locally)
12385 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 80 Potential violation of Law of Demeter (method chain calls)
12386 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 80 Potential violation of Law of Demeter (method chain calls)
12387 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 82 Potential violation of Law of Demeter (method chain calls)
12388 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 82 Potential violation of Law of Demeter (object not created locally)
12389 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 92 Potential violation of Law of Demeter (method chain calls)
12390 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 92 Potential violation of Law of Demeter (method chain calls)
12391 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 94 Potential violation of Law of Demeter (method chain calls)
12392 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigTests.java 94 Potential violation of Law of Demeter (object not created locally)
12393 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 39 This class has too many methods, consider refactoring it.
12394 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 72 Potential violation of Law of Demeter (method chain calls)
12395 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 72 Potential violation of Law of Demeter (object not created locally)
12396 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 73 Potential violation of Law of Demeter (method chain calls)
12397 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 73 Potential violation of Law of Demeter (object not created locally)
12398 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 74 Potential violation of Law of Demeter (method chain calls)
12399 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 74 Potential violation of Law of Demeter (object not created locally)
12400 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 80 Potential violation of Law of Demeter (method chain calls)
12401 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 80 Potential violation of Law of Demeter (object not created locally)
12402 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 81 Potential violation of Law of Demeter (method chain calls)
12403 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 81 Potential violation of Law of Demeter (object not created locally)
12404 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 88 Potential violation of Law of Demeter (method chain calls)
12405 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 88 Potential violation of Law of Demeter (object not created locally)
12406 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 89 Potential violation of Law of Demeter (method chain calls)
12407 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 89 Potential violation of Law of Demeter (object not created locally)
12408 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 95 Potential violation of Law of Demeter (method chain calls)
12409 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 95 Potential violation of Law of Demeter (object not created locally)
12410 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 96 Potential violation of Law of Demeter (method chain calls)
12411 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 96 Potential violation of Law of Demeter (object not created locally)
12412 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 103 Potential violation of Law of Demeter (method chain calls)
12413 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 103 Potential violation of Law of Demeter (object not created locally)
12414 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 104 Potential violation of Law of Demeter (method chain calls)
12415 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 104 Potential violation of Law of Demeter (object not created locally)
12416 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 110 Potential violation of Law of Demeter (method chain calls)
12417 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 110 Potential violation of Law of Demeter (object not created locally)
12418 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 111 Potential violation of Law of Demeter (method chain calls)
12419 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 111 Potential violation of Law of Demeter (object not created locally)
12420 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 118 Potential violation of Law of Demeter (method chain calls)
12421 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 118 Potential violation of Law of Demeter (object not created locally)
12422 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 119 Potential violation of Law of Demeter (method chain calls)
12423 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 119 Potential violation of Law of Demeter (object not created locally)
12424 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 124 Potential violation of Law of Demeter (method chain calls)
12425 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 124 Potential violation of Law of Demeter (method chain calls)
12426 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 124 Potential violation of Law of Demeter (method chain calls)
12427 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 128 Potential violation of Law of Demeter (method chain calls)
12428 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 129 Potential violation of Law of Demeter (method chain calls)
12429 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 129 Potential violation of Law of Demeter (method chain calls)
12430 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 135 Potential violation of Law of Demeter (method chain calls)
12431 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 135 Potential violation of Law of Demeter (method chain calls)
12432 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 135 Potential violation of Law of Demeter (method chain calls)
12433 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 135 Potential violation of Law of Demeter (object not created locally)
12434 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 142 Avoid throwing raw exception types.
12435 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 144 Potential violation of Law of Demeter (method chain calls)
12436 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 151 Potential violation of Law of Demeter (method chain calls)
12437 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 151 Potential violation of Law of Demeter (method chain calls)
12438 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 154 Potential violation of Law of Demeter (method chain calls)
12439 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 154 Potential violation of Law of Demeter (object not created locally)
12440 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 158 Potential violation of Law of Demeter (method chain calls)
12441 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 158 Potential violation of Law of Demeter (method chain calls)
12442 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 162 Potential violation of Law of Demeter (method chain calls)
12443 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 162 Potential violation of Law of Demeter (method chain calls)
12444 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 162 Potential violation of Law of Demeter (method chain calls)
12445 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 171 Potential violation of Law of Demeter (method chain calls)
12446 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 172 Potential violation of Law of Demeter (method chain calls)
12447 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherConfigurationParametersTests.java 172 Potential violation of Law of Demeter (method chain calls)
12448 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
12449 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 64 Potential violation of Law of Demeter (method chain calls)
12450 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 64 Potential violation of Law of Demeter (method chain calls)
12451 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 70 Potential violation of Law of Demeter (method chain calls)
12452 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 70 Potential violation of Law of Demeter (method chain calls)
12453 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 70 Potential violation of Law of Demeter (method chain calls)
12454 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 70 Potential violation of Law of Demeter (method chain calls)
12455 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 70 Potential violation of Law of Demeter (object not created locally)
12456 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 72 Potential violation of Law of Demeter (method chain calls)
12457 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 78 Potential violation of Law of Demeter (method chain calls)
12458 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 78 Potential violation of Law of Demeter (method chain calls)
12459 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 84 Potential violation of Law of Demeter (method chain calls)
12460 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 84 Potential violation of Law of Demeter (method chain calls)
12461 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 84 Potential violation of Law of Demeter (method chain calls)
12462 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 84 Potential violation of Law of Demeter (method chain calls)
12463 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 84 Potential violation of Law of Demeter (object not created locally)
12464 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 86 Potential violation of Law of Demeter (method chain calls)
12465 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 92 Potential violation of Law of Demeter (method chain calls)
12466 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 92 Potential violation of Law of Demeter (method chain calls)
12467 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 92 Potential violation of Law of Demeter (method chain calls)
12468 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 94 Potential violation of Law of Demeter (method chain calls)
12469 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 94 Potential violation of Law of Demeter (method chain calls)
12470 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 100 Potential violation of Law of Demeter (method chain calls)
12471 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 100 Potential violation of Law of Demeter (method chain calls)
12472 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 100 Potential violation of Law of Demeter (method chain calls)
12473 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 100 Potential violation of Law of Demeter (method chain calls)
12474 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 100 Potential violation of Law of Demeter (object not created locally)
12475 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 102 Potential violation of Law of Demeter (method chain calls)
12476 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 108 Potential violation of Law of Demeter (method chain calls)
12477 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 108 Potential violation of Law of Demeter (method chain calls)
12478 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 113 Potential violation of Law of Demeter (object not created locally)
12479 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 114 Potential violation of Law of Demeter (method chain calls)
12480 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 116 Potential violation of Law of Demeter (object not created locally)
12481 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 117 Potential violation of Law of Demeter (method chain calls)
12482 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 117 Potential violation of Law of Demeter (object not created locally)
12483 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 118 Potential violation of Law of Demeter (method chain calls)
12484 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 118 Potential violation of Law of Demeter (object not created locally)
12485 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 122 A method/constructor should not explicitly throw java.lang.Exception
12486 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 124 Potential violation of Law of Demeter (object not created locally)
12487 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 127 Potential violation of Law of Demeter (method chain calls)
12488 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 127 Potential violation of Law of Demeter (method chain calls)
12489 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 127 Potential violation of Law of Demeter (method chain calls)
12490 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 128 Potential violation of Law of Demeter (method chain calls)
12491 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 128 Potential violation of Law of Demeter (method chain calls)
12492 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 132 Potential violation of Law of Demeter (object not created locally)
12493 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 133 Potential violation of Law of Demeter (method chain calls)
12494 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 135 Potential violation of Law of Demeter (object not created locally)
12495 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 136 Potential violation of Law of Demeter (method chain calls)
12496 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 136 Potential violation of Law of Demeter (object not created locally)
12497 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 137 Potential violation of Law of Demeter (method chain calls)
12498 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 137 Potential violation of Law of Demeter (object not created locally)
12499 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 141 A method/constructor should not explicitly throw java.lang.Exception
12500 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 143 Potential violation of Law of Demeter (object not created locally)
12501 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 146 Potential violation of Law of Demeter (method chain calls)
12502 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 146 Potential violation of Law of Demeter (method chain calls)
12503 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 152 Potential violation of Law of Demeter (object not created locally)
12504 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 153 Potential violation of Law of Demeter (method chain calls)
12505 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 155 Potential violation of Law of Demeter (object not created locally)
12506 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 156 Potential violation of Law of Demeter (method chain calls)
12507 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 156 Potential violation of Law of Demeter (object not created locally)
12508 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 157 Potential violation of Law of Demeter (method chain calls)
12509 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 157 Potential violation of Law of Demeter (object not created locally)
12510 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 162 Potential violation of Law of Demeter (method chain calls)
12511 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 163 Potential violation of Law of Demeter (method chain calls)
12512 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 166 Potential violation of Law of Demeter (method chain calls)
12513 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 166 Potential violation of Law of Demeter (method chain calls)
12514 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 173 Potential violation of Law of Demeter (method chain calls)
12515 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 173 Potential violation of Law of Demeter (method chain calls)
12516 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 173 Potential violation of Law of Demeter (method chain calls)
12517 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 173 Potential violation of Law of Demeter (method chain calls)
12518 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 173 Potential violation of Law of Demeter (method chain calls)
12519 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 173 Potential violation of Law of Demeter (method chain calls)
12520 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 173 Potential violation of Law of Demeter (object not created locally)
12521 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 176 Potential violation of Law of Demeter (method chain calls)
12522 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 176 Potential violation of Law of Demeter (object not created locally)
12523 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 176 Potential violation of Law of Demeter (object not created locally)
12524 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 190 Potential violation of Law of Demeter (method chain calls)
12525 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 190 Potential violation of Law of Demeter (method chain calls)
12526 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 195 Potential violation of Law of Demeter (object not created locally)
12527 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 196 Potential violation of Law of Demeter (method chain calls)
12528 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 197 Potential violation of Law of Demeter (object not created locally)
12529 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 198 Potential violation of Law of Demeter (method chain calls)
12530 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 198 Potential violation of Law of Demeter (method chain calls)
12531 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 198 Potential violation of Law of Demeter (object not created locally)
12532 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 199 Potential violation of Law of Demeter (method chain calls)
12533 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 199 Potential violation of Law of Demeter (method chain calls)
12534 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 199 Potential violation of Law of Demeter (object not created locally)
12535 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 200 Potential violation of Law of Demeter (method chain calls)
12536 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 200 Potential violation of Law of Demeter (method chain calls)
12537 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 200 Potential violation of Law of Demeter (object not created locally)
12538 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 208 Potential violation of Law of Demeter (method chain calls)
12539 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 208 Potential violation of Law of Demeter (method chain calls)
12540 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 213 Potential violation of Law of Demeter (object not created locally)
12541 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 214 Potential violation of Law of Demeter (method chain calls)
12542 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 222 Potential violation of Law of Demeter (method chain calls)
12543 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 222 Potential violation of Law of Demeter (method chain calls)
12544 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 227 Potential violation of Law of Demeter (object not created locally)
12545 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 228 Potential violation of Law of Demeter (method chain calls)
12546 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 236 Potential violation of Law of Demeter (method chain calls)
12547 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 237 Potential violation of Law of Demeter (method chain calls)
12548 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 247 Potential violation of Law of Demeter (method chain calls)
12549 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 249 Potential violation of Law of Demeter (object not created locally)
12550 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 250 Potential violation of Law of Demeter (method chain calls)
12551 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 250 Potential violation of Law of Demeter (object not created locally)
12552 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 256 Potential violation of Law of Demeter (method chain calls)
12553 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 256 Potential violation of Law of Demeter (method chain calls)
12554 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 261 Potential violation of Law of Demeter (object not created locally)
12555 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 262 Potential violation of Law of Demeter (method chain calls)
12556 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 262 Potential violation of Law of Demeter (object not created locally)
12557 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 268 Potential violation of Law of Demeter (method chain calls)
12558 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 268 Potential violation of Law of Demeter (method chain calls)
12559 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 268 Potential violation of Law of Demeter (method chain calls)
12560 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 274 Potential violation of Law of Demeter (object not created locally)
12561 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 275 Potential violation of Law of Demeter (method chain calls)
12562 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 275 Potential violation of Law of Demeter (object not created locally)
12563 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 281 Potential violation of Law of Demeter (method chain calls)
12564 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 281 Potential violation of Law of Demeter (method chain calls)
12565 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 281 Potential violation of Law of Demeter (method chain calls)
12566 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 287 Potential violation of Law of Demeter (object not created locally)
12567 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 288 Potential violation of Law of Demeter (method chain calls)
12568 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 288 Potential violation of Law of Demeter (object not created locally)
12569 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 289 Potential violation of Law of Demeter (method chain calls)
12570 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 289 Potential violation of Law of Demeter (object not created locally)
12571 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 295 Potential violation of Law of Demeter (method chain calls)
12572 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 295 Potential violation of Law of Demeter (method chain calls)
12573 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 300 Potential violation of Law of Demeter (object not created locally)
12574 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 301 Potential violation of Law of Demeter (method chain calls)
12575 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 301 Potential violation of Law of Demeter (object not created locally)
12576 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 311 Potential violation of Law of Demeter (method chain calls)
12577 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 311 Potential violation of Law of Demeter (method chain calls)
12578 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 316 Potential violation of Law of Demeter (object not created locally)
12579 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 317 Potential violation of Law of Demeter (method chain calls)
12580 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 317 Potential violation of Law of Demeter (object not created locally)
12581 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 318 Potential violation of Law of Demeter (method chain calls)
12582 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 318 Potential violation of Law of Demeter (object not created locally)
12583 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 327 Potential violation of Law of Demeter (method chain calls)
12584 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 329 Potential violation of Law of Demeter (method chain calls)
12585 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 329 Potential violation of Law of Demeter (object not created locally)
12586 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 334 Potential violation of Law of Demeter (method chain calls)
12587 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 334 Potential violation of Law of Demeter (method chain calls)
12588 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 334 Potential violation of Law of Demeter (method chain calls)
12589 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 339 Potential violation of Law of Demeter (method chain calls)
12590 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 339 Potential violation of Law of Demeter (object not created locally)
12591 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 344 Potential violation of Law of Demeter (method chain calls)
12592 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 344 Potential violation of Law of Demeter (method chain calls)
12593 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 344 Potential violation of Law of Demeter (method chain calls)
12594 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 349 Potential violation of Law of Demeter (method chain calls)
12595 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 349 Potential violation of Law of Demeter (object not created locally)
12596 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 354 Potential violation of Law of Demeter (method chain calls)
12597 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 354 Potential violation of Law of Demeter (method chain calls)
12598 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 358 Potential violation of Law of Demeter (method chain calls)
12599 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 358 Potential violation of Law of Demeter (method chain calls)
12600 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 358 Potential violation of Law of Demeter (method chain calls)
12601 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 358 Potential violation of Law of Demeter (method chain calls)
12602 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 358 Potential violation of Law of Demeter (method chain calls)
12603 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 358 Potential violation of Law of Demeter (object not created locally)
12604 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 371 Potential violation of Law of Demeter (method chain calls)
12605 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 371 Potential violation of Law of Demeter (method chain calls)
12606 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 376 Potential violation of Law of Demeter (method chain calls)
12607 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherDiscoveryRequestBuilderTests.java 378 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12608 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 51 Potential violation of Law of Demeter (method chain calls)
12609 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 52 Potential violation of Law of Demeter (method chain calls)
12610 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 52 Potential violation of Law of Demeter (method chain calls)
12611 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 52 Potential violation of Law of Demeter (method chain calls)
12612 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 52 Potential violation of Law of Demeter (object not created locally)
12613 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 54 Potential violation of Law of Demeter (method chain calls)
12614 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 60 Potential violation of Law of Demeter (method chain calls)
12615 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 62 Potential violation of Law of Demeter (method chain calls)
12616 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 62 Potential violation of Law of Demeter (method chain calls)
12617 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 62 Potential violation of Law of Demeter (method chain calls)
12618 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 63 Potential violation of Law of Demeter (method chain calls)
12619 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 63 Potential violation of Law of Demeter (method chain calls)
12620 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 63 Potential violation of Law of Demeter (method chain calls)
12621 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 64 Potential violation of Law of Demeter (method chain calls)
12622 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 64 Potential violation of Law of Demeter (method chain calls)
12623 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 64 Potential violation of Law of Demeter (method chain calls)
12624 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 71 Potential violation of Law of Demeter (method chain calls)
12625 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 73 Potential violation of Law of Demeter (method chain calls)
12626 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 76 Potential violation of Law of Demeter (method chain calls)
12627 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 76 Potential violation of Law of Demeter (method chain calls)
12628 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 76 Potential violation of Law of Demeter (method chain calls)
12629 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 76 Potential violation of Law of Demeter (object not created locally)
12630 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 81 Potential violation of Law of Demeter (method chain calls)
12631 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 93 Potential violation of Law of Demeter (method chain calls)
12632 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 95 Potential violation of Law of Demeter (method chain calls)
12633 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 98 Potential violation of Law of Demeter (method chain calls)
12634 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 98 Potential violation of Law of Demeter (method chain calls)
12635 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 98 Potential violation of Law of Demeter (method chain calls)
12636 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 98 Potential violation of Law of Demeter (object not created locally)
12637 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 103 Potential violation of Law of Demeter (method chain calls)
12638 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 110 Potential violation of Law of Demeter (method chain calls)
12639 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 110 Potential violation of Law of Demeter (method chain calls)
12640 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 113 Potential violation of Law of Demeter (method chain calls)
12641 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 115 Potential violation of Law of Demeter (method chain calls)
12642 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 118 Potential violation of Law of Demeter (method chain calls)
12643 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 123 Potential violation of Law of Demeter (method chain calls)
12644 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 125 Potential violation of Law of Demeter (method chain calls)
12645 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 125 Potential violation of Law of Demeter (method chain calls)
12646 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 127 Potential violation of Law of Demeter (method chain calls)
12647 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 131 Potential violation of Law of Demeter (method chain calls)
12648 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 134 Potential violation of Law of Demeter (method chain calls)
12649 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 136 Potential violation of Law of Demeter (method chain calls)
12650 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 139 Potential violation of Law of Demeter (method chain calls)
12651 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 142 Potential violation of Law of Demeter (method chain calls)
12652 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 148 Potential violation of Law of Demeter (method chain calls)
12653 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 150 Potential violation of Law of Demeter (method chain calls)
12654 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 150 Potential violation of Law of Demeter (method chain calls)
12655 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 152 Potential violation of Law of Demeter (method chain calls)
12656 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 156 Potential violation of Law of Demeter (method chain calls)
12657 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 156 Potential violation of Law of Demeter (method chain calls)
12658 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 159 Potential violation of Law of Demeter (method chain calls)
12659 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 161 Potential violation of Law of Demeter (method chain calls)
12660 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 164 Potential violation of Law of Demeter (method chain calls)
12661 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 167 Potential violation of Law of Demeter (method chain calls)
12662 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 173 Potential violation of Law of Demeter (method chain calls)
12663 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 173 Potential violation of Law of Demeter (method chain calls)
12664 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\LauncherFactoryTests.java 173 Potential violation of Law of Demeter (method chain calls)
12665 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
12666 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 68 Potential violation of Law of Demeter (method chain calls)
12667 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 68 Potential violation of Law of Demeter (method chain calls)
12668 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 77 Potential violation of Law of Demeter (method chain calls)
12669 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 77 Potential violation of Law of Demeter (method chain calls)
12670 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 77 Potential violation of Law of Demeter (method chain calls)
12671 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 77 Potential violation of Law of Demeter (method chain calls)
12672 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 78 Potential violation of Law of Demeter (object not created locally)
12673 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 82 Potential violation of Law of Demeter (object not created locally)
12674 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 86 Potential violation of Law of Demeter (method chain calls)
12675 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 86 Potential violation of Law of Demeter (object not created locally)
12676 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 86 Potential violation of Law of Demeter (object not created locally)
12677 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 87 Potential violation of Law of Demeter (object not created locally)
12678 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 88 Potential violation of Law of Demeter (method chain calls)
12679 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 88 Potential violation of Law of Demeter (method chain calls)
12680 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 88 Potential violation of Law of Demeter (object not created locally)
12681 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 88 Potential violation of Law of Demeter (object not created locally)
12682 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 91 Potential violation of Law of Demeter (method chain calls)
12683 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 91 Potential violation of Law of Demeter (object not created locally)
12684 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 91 Potential violation of Law of Demeter (object not created locally)
12685 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 92 Potential violation of Law of Demeter (method chain calls)
12686 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 92 Potential violation of Law of Demeter (object not created locally)
12687 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 93 Potential violation of Law of Demeter (object not created locally)
12688 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 95 Potential violation of Law of Demeter (method chain calls)
12689 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 95 Potential violation of Law of Demeter (object not created locally)
12690 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 106 Potential violation of Law of Demeter (method chain calls)
12691 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 107 Potential violation of Law of Demeter (method chain calls)
12692 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 110 Potential violation of Law of Demeter (method chain calls)
12693 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 110 Potential violation of Law of Demeter (method chain calls)
12694 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 110 Potential violation of Law of Demeter (method chain calls)
12695 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 111 Potential violation of Law of Demeter (object not created locally)
12696 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 115 Potential violation of Law of Demeter (object not created locally)
12697 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 117 Potential violation of Law of Demeter (method chain calls)
12698 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 139 Potential violation of Law of Demeter (object not created locally)
12699 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 140 Potential violation of Law of Demeter (object not created locally)
12700 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 148 Potential violation of Law of Demeter (object not created locally)
12701 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptingTestExecutionListenerIntegrationTests.java 149 Potential violation of Law of Demeter (object not created locally)
12702 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 30 Private field 'originalOut' could be made final; it is only initialized in the declaration or constructor.
12703 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 35 Potential violation of Law of Demeter (method chain calls)
12704 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 35 Potential violation of Law of Demeter (method chain calls)
12705 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 38 Potential violation of Law of Demeter (method chain calls)
12706 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 38 Potential violation of Law of Demeter (method chain calls)
12707 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 38 Potential violation of Law of Demeter (method chain calls)
12708 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 38 Potential violation of Law of Demeter (method chain calls)
12709 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 38 Potential violation of Law of Demeter (method chain calls)
12710 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 38 Potential violation of Law of Demeter (method chain calls)
12711 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 38 Potential violation of Law of Demeter (method chain calls)
12712 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 52 Potential violation of Law of Demeter (method chain calls)
12713 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 52 Potential violation of Law of Demeter (method chain calls)
12714 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 56 Potential violation of Law of Demeter (object not created locally)
12715 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 64 Potential violation of Law of Demeter (method chain calls)
12716 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 64 Potential violation of Law of Demeter (method chain calls)
12717 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 69 Potential violation of Law of Demeter (method chain calls)
12718 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 70 Potential violation of Law of Demeter (method chain calls)
12719 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 76 Potential violation of Law of Demeter (method chain calls)
12720 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 76 Potential violation of Law of Demeter (method chain calls)
12721 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 81 Potential violation of Law of Demeter (object not created locally)
12722 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 82 Potential violation of Law of Demeter (object not created locally)
12723 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 94 Potential violation of Law of Demeter (object not created locally)
12724 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\StreamInterceptorTests.java 95 Potential violation of Law of Demeter (object not created locally)
12725 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 36 This class has too many methods, consider refactoring it.
12726 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 38 Private field 'registry' could be made final; it is only initialized in the declaration or constructor.
12727 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 151 Potential violation of Law of Demeter (method chain calls)
12728 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 168 Potential violation of Law of Demeter (method chain calls)
12729 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 176 Potential violation of Law of Demeter (method chain calls)
12730 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 176 Potential violation of Law of Demeter (method chain calls)
12731 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 181 Potential violation of Law of Demeter (method chain calls)
12732 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 181 Potential violation of Law of Demeter (method chain calls)
12733 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 181 Potential violation of Law of Demeter (method chain calls)
12734 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 191 Potential violation of Law of Demeter (method chain calls)
12735 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 191 Potential violation of Law of Demeter (method chain calls)
12736 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 191 Potential violation of Law of Demeter (method chain calls)
12737 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 205 Avoid throwing raw exception types.
12738 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 210 Avoid throwing raw exception types.
12739 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 217 Avoid throwing raw exception types.
12740 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 222 Avoid throwing raw exception types.
12741 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 227 Avoid throwing raw exception types.
12742 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 232 Avoid throwing raw exception types.
12743 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 237 Avoid throwing raw exception types.
12744 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 242 Avoid throwing raw exception types.
12745 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\core\TestExecutionListenerRegistryTests.java 247 Avoid throwing raw exception types.
12746 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\SummaryGenerationTests.java 47 Potential violation of Law of Demeter (method chain calls)
12747 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\SummaryGenerationTests.java 47 Potential violation of Law of Demeter (method chain calls)
12748 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\SummaryGenerationTests.java 147 Potential violation of Law of Demeter (method chain calls)
12749 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\SummaryGenerationTests.java 148 Potential violation of Law of Demeter (method chain calls)
12750 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\SummaryGenerationTests.java 149 Potential violation of Law of Demeter (method chain calls)
12751 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\SummaryGenerationTests.java 149 Potential violation of Law of Demeter (method chain calls)
12752 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\SummaryGenerationTests.java 149 Potential violation of Law of Demeter (method chain calls)
12753 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\SummaryGenerationTests.java 149 Potential violation of Law of Demeter (object not created locally)
12754 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\SummaryGenerationTests.java 150 Potential violation of Law of Demeter (method chain calls)
12755 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\SummaryGenerationTests.java 150 Potential violation of Law of Demeter (method chain calls)
12756 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\SummaryGenerationTests.java 150 Potential violation of Law of Demeter (method chain calls)
12757 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\SummaryGenerationTests.java 150 Potential violation of Law of Demeter (object not created locally)
12758 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\SummaryGenerationTests.java 157 Avoid throwing null pointer exceptions.
12759 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\SummaryGenerationTests.java 178 Potential violation of Law of Demeter (method chain calls)
12760 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\SummaryGenerationTests.java 178 Potential violation of Law of Demeter (method chain calls)
12761 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\SummaryGenerationTests.java 195 Avoid throwing null pointer exceptions.
12762 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\SummaryGenerationTests.java 213 Potential violation of Law of Demeter (method chain calls)
12763 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\SummaryGenerationTests.java 213 Potential violation of Law of Demeter (method chain calls)
12764 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 34 Potential violation of Law of Demeter (method chain calls)
12765 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 34 Potential violation of Law of Demeter (method chain calls)
12766 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 34 Potential violation of Law of Demeter (method chain calls)
12767 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 36 Potential violation of Law of Demeter (object not created locally)
12768 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 41 Potential violation of Law of Demeter (method chain calls)
12769 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 42 Potential violation of Law of Demeter (method chain calls)
12770 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 42 Potential violation of Law of Demeter (object not created locally)
12771 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 49 Potential violation of Law of Demeter (method chain calls)
12772 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 49 Potential violation of Law of Demeter (method chain calls)
12773 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 49 Potential violation of Law of Demeter (method chain calls)
12774 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 62 Potential violation of Law of Demeter (method chain calls)
12775 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 62 Potential violation of Law of Demeter (method chain calls)
12776 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 62 Potential violation of Law of Demeter (method chain calls)
12777 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 69 Potential violation of Law of Demeter (method chain calls)
12778 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 70 Potential violation of Law of Demeter (method chain calls)
12779 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 70 Potential violation of Law of Demeter (method chain calls)
12780 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 70 Potential violation of Law of Demeter (object not created locally)
12781 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 84 Potential violation of Law of Demeter (method chain calls)
12782 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 84 Potential violation of Law of Demeter (method chain calls)
12783 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 84 Potential violation of Law of Demeter (method chain calls)
12784 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 91 Potential violation of Law of Demeter (method chain calls)
12785 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\AbortOnFailureLauncherDiscoveryListenerTests.java 91 Potential violation of Law of Demeter (method chain calls)
12786 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 37 Potential violation of Law of Demeter (method chain calls)
12787 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 37 Potential violation of Law of Demeter (method chain calls)
12788 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 37 Potential violation of Law of Demeter (method chain calls)
12789 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 39 Potential violation of Law of Demeter (object not created locally)
12790 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 43 Potential violation of Law of Demeter (object not created locally)
12791 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 45 Potential violation of Law of Demeter (method chain calls)
12792 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 45 Potential violation of Law of Demeter (method chain calls)
12793 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 45 Potential violation of Law of Demeter (method chain calls)
12794 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 54 Potential violation of Law of Demeter (method chain calls)
12795 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 54 Potential violation of Law of Demeter (method chain calls)
12796 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 54 Potential violation of Law of Demeter (method chain calls)
12797 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 60 Potential violation of Law of Demeter (object not created locally)
12798 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 62 Potential violation of Law of Demeter (method chain calls)
12799 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 62 Potential violation of Law of Demeter (method chain calls)
12800 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 62 Potential violation of Law of Demeter (method chain calls)
12801 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 72 Potential violation of Law of Demeter (method chain calls)
12802 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 72 Potential violation of Law of Demeter (method chain calls)
12803 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 72 Potential violation of Law of Demeter (method chain calls)
12804 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 78 Potential violation of Law of Demeter (object not created locally)
12805 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 80 Potential violation of Law of Demeter (method chain calls)
12806 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 80 Potential violation of Law of Demeter (method chain calls)
12807 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 80 Potential violation of Law of Demeter (method chain calls)
12808 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 95 Potential violation of Law of Demeter (method chain calls)
12809 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 95 Potential violation of Law of Demeter (method chain calls)
12810 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 95 Potential violation of Law of Demeter (method chain calls)
12811 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 101 Potential violation of Law of Demeter (object not created locally)
12812 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 103 Potential violation of Law of Demeter (method chain calls)
12813 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 103 Potential violation of Law of Demeter (method chain calls)
12814 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 104 Potential violation of Law of Demeter (method chain calls)
12815 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 104 Potential violation of Law of Demeter (object not created locally)
12816 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 105 Potential violation of Law of Demeter (method chain calls)
12817 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 105 Potential violation of Law of Demeter (object not created locally)
12818 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 111 Potential violation of Law of Demeter (method chain calls)
12819 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 111 Potential violation of Law of Demeter (method chain calls)
12820 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 111 Potential violation of Law of Demeter (method chain calls)
12821 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 117 Potential violation of Law of Demeter (object not created locally)
12822 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 119 Potential violation of Law of Demeter (method chain calls)
12823 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 119 Potential violation of Law of Demeter (method chain calls)
12824 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\listeners\discovery\LoggingLauncherDiscoveryListenerTests.java 119 Potential violation of Law of Demeter (method chain calls)
12825 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserErrorTests.java 29 Potential violation of Law of Demeter (method chain calls)
12826 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserErrorTests.java 34 Potential violation of Law of Demeter (method chain calls)
12827 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserErrorTests.java 39 Potential violation of Law of Demeter (method chain calls)
12828 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserErrorTests.java 40 Potential violation of Law of Demeter (method chain calls)
12829 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserErrorTests.java 45 Potential violation of Law of Demeter (method chain calls)
12830 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserErrorTests.java 46 Potential violation of Law of Demeter (method chain calls)
12831 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserErrorTests.java 51 Potential violation of Law of Demeter (method chain calls)
12832 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserErrorTests.java 56 Potential violation of Law of Demeter (method chain calls)
12833 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserErrorTests.java 57 Potential violation of Law of Demeter (method chain calls)
12834 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserErrorTests.java 63 Potential violation of Law of Demeter (method chain calls)
12835 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserErrorTests.java 100 Potential violation of Law of Demeter (method chain calls)
12836 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserErrorTests.java 100 Potential violation of Law of Demeter (object not created locally)
12837 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserErrorTests.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12838 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserTests.java 29 Potential violation of Law of Demeter (method chain calls)
12839 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserTests.java 34 Potential violation of Law of Demeter (method chain calls)
12840 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserTests.java 39 Potential violation of Law of Demeter (method chain calls)
12841 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserTests.java 44 Potential violation of Law of Demeter (method chain calls)
12842 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserTests.java 49 Potential violation of Law of Demeter (method chain calls)
12843 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserTests.java 55 Potential violation of Law of Demeter (method chain calls)
12844 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\ParserTests.java 78 Potential violation of Law of Demeter (method chain calls)
12845 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 31 This class has too many methods, consider refactoring it.
12846 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 38 Potential violation of Law of Demeter (method chain calls)
12847 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 45 Potential violation of Law of Demeter (method chain calls)
12848 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 52 Potential violation of Law of Demeter (method chain calls)
12849 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 52 Potential violation of Law of Demeter (object not created locally)
12850 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 53 Potential violation of Law of Demeter (method chain calls)
12851 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 53 Potential violation of Law of Demeter (object not created locally)
12852 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 58 Potential violation of Law of Demeter (method chain calls)
12853 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 59 Potential violation of Law of Demeter (method chain calls)
12854 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 60 Potential violation of Law of Demeter (method chain calls)
12855 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 65 Potential violation of Law of Demeter (method chain calls)
12856 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 65 Potential violation of Law of Demeter (method chain calls)
12857 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 65 Potential violation of Law of Demeter (method chain calls)
12858 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 66 Potential violation of Law of Demeter (method chain calls)
12859 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 66 Potential violation of Law of Demeter (method chain calls)
12860 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 66 Potential violation of Law of Demeter (method chain calls)
12861 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 71 Potential violation of Law of Demeter (method chain calls)
12862 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 76 Potential violation of Law of Demeter (method chain calls)
12863 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 76 Potential violation of Law of Demeter (method chain calls)
12864 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 76 Potential violation of Law of Demeter (method chain calls)
12865 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 77 Potential violation of Law of Demeter (method chain calls)
12866 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 77 Potential violation of Law of Demeter (method chain calls)
12867 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 77 Potential violation of Law of Demeter (method chain calls)
12868 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 78 Potential violation of Law of Demeter (method chain calls)
12869 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 78 Potential violation of Law of Demeter (method chain calls)
12870 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 78 Potential violation of Law of Demeter (method chain calls)
12871 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 83 Potential violation of Law of Demeter (method chain calls)
12872 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 88 Potential violation of Law of Demeter (method chain calls)
12873 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 88 Potential violation of Law of Demeter (method chain calls)
12874 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 88 Potential violation of Law of Demeter (method chain calls)
12875 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 89 Potential violation of Law of Demeter (method chain calls)
12876 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 89 Potential violation of Law of Demeter (method chain calls)
12877 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 89 Potential violation of Law of Demeter (method chain calls)
12878 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 90 Potential violation of Law of Demeter (method chain calls)
12879 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 90 Potential violation of Law of Demeter (method chain calls)
12880 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 90 Potential violation of Law of Demeter (method chain calls)
12881 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 95 Potential violation of Law of Demeter (method chain calls)
12882 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 95 Potential violation of Law of Demeter (method chain calls)
12883 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 95 Potential violation of Law of Demeter (method chain calls)
12884 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 96 Potential violation of Law of Demeter (method chain calls)
12885 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 96 Potential violation of Law of Demeter (method chain calls)
12886 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 96 Potential violation of Law of Demeter (method chain calls)
12887 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 101 Potential violation of Law of Demeter (method chain calls)
12888 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 101 Potential violation of Law of Demeter (method chain calls)
12889 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 101 Potential violation of Law of Demeter (method chain calls)
12890 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 102 Potential violation of Law of Demeter (method chain calls)
12891 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 102 Potential violation of Law of Demeter (method chain calls)
12892 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 102 Potential violation of Law of Demeter (method chain calls)
12893 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TagExpressionsTests.java 107 Avoid throwing raw exception types.
12894 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenTests.java 47 Potential violation of Law of Demeter (object not created locally)
12895 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenTests.java 48 Potential violation of Law of Demeter (method chain calls)
12896 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenTests.java 49 Potential violation of Law of Demeter (method chain calls)
12897 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 21 This class has too many methods, consider refactoring it.
12898 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 25 Potential violation of Law of Demeter (method chain calls)
12899 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 30 Potential violation of Law of Demeter (method chain calls)
12900 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 35 Potential violation of Law of Demeter (method chain calls)
12901 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 36 Potential violation of Law of Demeter (method chain calls)
12902 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 41 Potential violation of Law of Demeter (method chain calls)
12903 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 42 Potential violation of Law of Demeter (method chain calls)
12904 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 47 Potential violation of Law of Demeter (method chain calls)
12905 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 48 Potential violation of Law of Demeter (method chain calls)
12906 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 53 Potential violation of Law of Demeter (method chain calls)
12907 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 54 Potential violation of Law of Demeter (method chain calls)
12908 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 59 Potential violation of Law of Demeter (method chain calls)
12909 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 60 Potential violation of Law of Demeter (method chain calls)
12910 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 61 Potential violation of Law of Demeter (method chain calls)
12911 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 62 Potential violation of Law of Demeter (method chain calls)
12912 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 68 Potential violation of Law of Demeter (method chain calls)
12913 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 69 Potential violation of Law of Demeter (method chain calls)
12914 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 70 Potential violation of Law of Demeter (method chain calls)
12915 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 71 Potential violation of Law of Demeter (method chain calls)
12916 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 76 Potential violation of Law of Demeter (method chain calls)
12917 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 77 Potential violation of Law of Demeter (method chain calls)
12918 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 78 Potential violation of Law of Demeter (method chain calls)
12919 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 82 Potential violation of Law of Demeter (method chain calls)
12920 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 86 Potential violation of Law of Demeter (method chain calls)
12921 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 90 Potential violation of Law of Demeter (method chain calls)
12922 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 90 Potential violation of Law of Demeter (method chain calls)
12923 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\launcher\tagexpression\TokenizerTests.java 90 Potential violation of Law of Demeter (method chain calls)
12924 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 30 Private field 'engineDescriptor' could be made final; it is only initialized in the declaration or constructor.
12925 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 34 Potential violation of Law of Demeter (method chain calls)
12926 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 38 Potential violation of Law of Demeter (method chain calls)
12927 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 39 Potential violation of Law of Demeter (method chain calls)
12928 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 41 Potential violation of Law of Demeter (method chain calls)
12929 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 42 Potential violation of Law of Demeter (method chain calls)
12930 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 47 Potential violation of Law of Demeter (method chain calls)
12931 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 52 Potential violation of Law of Demeter (object not created locally)
12932 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 54 Potential violation of Law of Demeter (object not created locally)
12933 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 56 Potential violation of Law of Demeter (object not created locally)
12934 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 58 Potential violation of Law of Demeter (object not created locally)
12935 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 60 Potential violation of Law of Demeter (method chain calls)
12936 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 61 Potential violation of Law of Demeter (method chain calls)
12937 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 61 Potential violation of Law of Demeter (method chain calls)
12938 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 61 Potential violation of Law of Demeter (method chain calls)
12939 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 62 Potential violation of Law of Demeter (method chain calls)
12940 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 62 Potential violation of Law of Demeter (method chain calls)
12941 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 62 Potential violation of Law of Demeter (method chain calls)
12942 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 63 Potential violation of Law of Demeter (method chain calls)
12943 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 63 Potential violation of Law of Demeter (method chain calls)
12944 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 63 Potential violation of Law of Demeter (method chain calls)
12945 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 65 Potential violation of Law of Demeter (method chain calls)
12946 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 66 Potential violation of Law of Demeter (method chain calls)
12947 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 66 Potential violation of Law of Demeter (method chain calls)
12948 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 66 Potential violation of Law of Demeter (method chain calls)
12949 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 67 Potential violation of Law of Demeter (method chain calls)
12950 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 67 Potential violation of Law of Demeter (method chain calls)
12951 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 67 Potential violation of Law of Demeter (method chain calls)
12952 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 68 Potential violation of Law of Demeter (method chain calls)
12953 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 68 Potential violation of Law of Demeter (method chain calls)
12954 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 68 Potential violation of Law of Demeter (method chain calls)
12955 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 73 Potential violation of Law of Demeter (object not created locally)
12956 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 79 Potential violation of Law of Demeter (static property access)
12957 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\LegacyReportingUtilsTests.java 80 Potential violation of Law of Demeter (object not created locally)
12958 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\IncrementingClock.java 40 Potential violation of Law of Demeter (static property access)
12959 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
12960 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 62 This class has too many methods, consider refactoring it.
12961 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 65 A method/constructor should not explicitly throw java.lang.Exception
12962 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 75 Potential violation of Law of Demeter (method chain calls)
12963 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 75 Potential violation of Law of Demeter (method chain calls)
12964 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 75 Potential violation of Law of Demeter (method chain calls)
12965 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 75 Potential violation of Law of Demeter (method chain calls)
12966 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 98 A method/constructor should not explicitly throw java.lang.Exception
12967 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 107 Potential violation of Law of Demeter (method chain calls)
12968 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 107 Potential violation of Law of Demeter (method chain calls)
12969 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 107 Potential violation of Law of Demeter (method chain calls)
12970 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 107 Potential violation of Law of Demeter (method chain calls)
12971 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 111 Potential violation of Law of Demeter (method chain calls)
12972 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 123 A method/constructor should not explicitly throw java.lang.Exception
12973 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 126 Avoid throwing raw exception types.
12974 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 134 Potential violation of Law of Demeter (method chain calls)
12975 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 134 Potential violation of Law of Demeter (method chain calls)
12976 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 134 Potential violation of Law of Demeter (method chain calls)
12977 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 150 A method/constructor should not explicitly throw java.lang.Exception
12978 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 153 Potential violation of Law of Demeter (object not created locally)
12979 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 160 Potential violation of Law of Demeter (method chain calls)
12980 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 160 Potential violation of Law of Demeter (method chain calls)
12981 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 160 Potential violation of Law of Demeter (method chain calls)
12982 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 175 A method/constructor should not explicitly throw java.lang.Exception
12983 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 184 Potential violation of Law of Demeter (method chain calls)
12984 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 184 Potential violation of Law of Demeter (method chain calls)
12985 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 184 Potential violation of Law of Demeter (method chain calls)
12986 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 201 A method/constructor should not explicitly throw java.lang.Exception
12987 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 218 Potential violation of Law of Demeter (method chain calls)
12988 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 237 Potential violation of Law of Demeter (method chain calls)
12989 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 245 A method/constructor should not explicitly throw java.lang.Exception
12990 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 248 Potential violation of Law of Demeter (method chain calls)
12991 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 255 Potential violation of Law of Demeter (method chain calls)
12992 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 268 A method/constructor should not explicitly throw java.lang.Exception
12993 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 271 Potential violation of Law of Demeter (method chain calls)
12994 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 278 Potential violation of Law of Demeter (method chain calls)
12995 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 278 Potential violation of Law of Demeter (method chain calls)
12996 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 282 Potential violation of Law of Demeter (method chain calls)
12997 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 292 A method/constructor should not explicitly throw java.lang.Exception
12998 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 302 Potential violation of Law of Demeter (method chain calls)
12999 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 315 A method/constructor should not explicitly throw java.lang.Exception
13000 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 323 Potential violation of Law of Demeter (method chain calls)
13001 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 323 Potential violation of Law of Demeter (method chain calls)
13002 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 323 Potential violation of Law of Demeter (method chain calls)
13003 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 328 Potential violation of Law of Demeter (method chain calls)
13004 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 328 Potential violation of Law of Demeter (method chain calls)
13005 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 331 Potential violation of Law of Demeter (method chain calls)
13006 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 339 A method/constructor should not explicitly throw java.lang.Exception
13007 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 349 Potential violation of Law of Demeter (method chain calls)
13008 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 354 A method/constructor should not explicitly throw java.lang.Exception
13009 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 367 Potential violation of Law of Demeter (method chain calls)
13010 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 372 A method/constructor should not explicitly throw java.lang.Exception
13011 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 382 Potential violation of Law of Demeter (object not created locally)
13012 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 390 Potential violation of Law of Demeter (object not created locally)
13013 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 396 Potential violation of Law of Demeter (method chain calls)
13014 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 421 Potential violation of Law of Demeter (object not created locally)
13015 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 422 Potential violation of Law of Demeter (method chain calls)
13016 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 422 Potential violation of Law of Demeter (method chain calls)
13017 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 422 Potential violation of Law of Demeter (method chain calls)
13018 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 422 Potential violation of Law of Demeter (method chain calls)
13019 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 422 Potential violation of Law of Demeter (object not created locally)
13020 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\LegacyXmlReportGeneratingListenerTests.java 425 A method/constructor should not explicitly throw java.lang.Exception
13021 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportAssertions.java 29 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
13022 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportAssertions.java 31 A method/constructor should not explicitly throw java.lang.Exception
13023 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportAssertions.java 34 Potential violation of Law of Demeter (static property access)
13024 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportAssertions.java 55 Avoid throwing raw exception types.
13025 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportDataTests.java 40 Potential violation of Law of Demeter (object not created locally)
13026 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportDataTests.java 42 Potential violation of Law of Demeter (method chain calls)
13027 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportDataTests.java 53 Potential violation of Law of Demeter (object not created locally)
13028 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportDataTests.java 55 Potential violation of Law of Demeter (object not created locally)
13029 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportDataTests.java 57 Potential violation of Law of Demeter (method chain calls)
13030 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportDataTests.java 67 Potential violation of Law of Demeter (object not created locally)
13031 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportDataTests.java 69 Potential violation of Law of Demeter (object not created locally)
13032 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportDataTests.java 71 Potential violation of Law of Demeter (method chain calls)
13033 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 45 This class has too many methods, consider refactoring it.
13034 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 50 A method/constructor should not explicitly throw java.lang.Exception
13035 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 59 Potential violation of Law of Demeter (method chain calls)
13036 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 59 Potential violation of Law of Demeter (method chain calls)
13037 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 68 A method/constructor should not explicitly throw java.lang.Exception
13038 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 69 Potential violation of Law of Demeter (method chain calls)
13039 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 76 Potential violation of Law of Demeter (object not created locally)
13040 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 76 Potential violation of Law of Demeter (object not created locally)
13041 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 82 Potential violation of Law of Demeter (method chain calls)
13042 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 92 A method/constructor should not explicitly throw java.lang.Exception
13043 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 93 Potential violation of Law of Demeter (method chain calls)
13044 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 105 Potential violation of Law of Demeter (object not created locally)
13045 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 105 Potential violation of Law of Demeter (object not created locally)
13046 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 111 Potential violation of Law of Demeter (method chain calls)
13047 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 111 Potential violation of Law of Demeter (method chain calls)
13048 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 134 A method/constructor should not explicitly throw java.lang.Exception
13049 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 135 Potential violation of Law of Demeter (method chain calls)
13050 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 140 Potential violation of Law of Demeter (object not created locally)
13051 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 140 Potential violation of Law of Demeter (object not created locally)
13052 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 146 Potential violation of Law of Demeter (method chain calls)
13053 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 155 A method/constructor should not explicitly throw java.lang.Exception
13054 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 162 Potential violation of Law of Demeter (method chain calls)
13055 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 172 Potential violation of Law of Demeter (object not created locally)
13056 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 172 Potential violation of Law of Demeter (object not created locally)
13057 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 178 Potential violation of Law of Demeter (method chain calls)
13058 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 187 A method/constructor should not explicitly throw java.lang.Exception
13059 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 188 Potential violation of Law of Demeter (method chain calls)
13060 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 193 Avoid throwing null pointer exceptions.
13061 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 193 Potential violation of Law of Demeter (object not created locally)
13062 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 193 Potential violation of Law of Demeter (object not created locally)
13063 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 199 Potential violation of Law of Demeter (method chain calls)
13064 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 208 A method/constructor should not explicitly throw java.lang.Exception
13065 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 209 Potential violation of Law of Demeter (method chain calls)
13066 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 215 Potential violation of Law of Demeter (object not created locally)
13067 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 215 Potential violation of Law of Demeter (object not created locally)
13068 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 221 Potential violation of Law of Demeter (method chain calls)
13069 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 221 Potential violation of Law of Demeter (method chain calls)
13070 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 231 A method/constructor should not explicitly throw java.lang.Exception
13071 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 232 Potential violation of Law of Demeter (method chain calls)
13072 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 238 Potential violation of Law of Demeter (object not created locally)
13073 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 238 Potential violation of Law of Demeter (object not created locally)
13074 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 246 Potential violation of Law of Demeter (method chain calls)
13075 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 250 Potential violation of Law of Demeter (method chain calls)
13076 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 250 Potential violation of Law of Demeter (method chain calls)
13077 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 250 Potential violation of Law of Demeter (method chain calls)
13078 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 257 A method/constructor should not explicitly throw java.lang.Exception
13079 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 258 Potential violation of Law of Demeter (method chain calls)
13080 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 264 Potential violation of Law of Demeter (object not created locally)
13081 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 264 Potential violation of Law of Demeter (object not created locally)
13082 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 296 A method/constructor should not explicitly throw java.lang.Exception
13083 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\reporting\legacy\xml\XmlReportWriterTests.java 302 A method/constructor should not explicitly throw java.lang.Exception
13084 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 11 A high number of imports can indicate a high degree of coupling within an object.
13085 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 11 High amount of different objects as members denotes a high coupling
13086 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 105 This class has too many methods, consider refactoring it.
13087 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 115 Potential violation of Law of Demeter (object not created locally)
13088 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 116 Potential violation of Law of Demeter (method chain calls)
13089 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 118 Potential violation of Law of Demeter (object not created locally)
13090 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 130 Potential violation of Law of Demeter (object not created locally)
13091 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 131 Potential violation of Law of Demeter (method chain calls)
13092 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 132 Potential violation of Law of Demeter (method chain calls)
13093 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 132 Potential violation of Law of Demeter (method chain calls)
13094 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 132 Potential violation of Law of Demeter (object not created locally)
13095 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 133 Potential violation of Law of Demeter (method chain calls)
13096 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 133 Potential violation of Law of Demeter (method chain calls)
13097 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 133 Potential violation of Law of Demeter (object not created locally)
13098 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 145 Potential violation of Law of Demeter (object not created locally)
13099 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 146 Potential violation of Law of Demeter (method chain calls)
13100 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 147 Potential violation of Law of Demeter (method chain calls)
13101 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 147 Potential violation of Law of Demeter (method chain calls)
13102 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 147 Potential violation of Law of Demeter (object not created locally)
13103 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 148 Potential violation of Law of Demeter (method chain calls)
13104 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 148 Potential violation of Law of Demeter (method chain calls)
13105 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 148 Potential violation of Law of Demeter (object not created locally)
13106 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 160 Potential violation of Law of Demeter (object not created locally)
13107 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 161 Potential violation of Law of Demeter (method chain calls)
13108 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 163 Potential violation of Law of Demeter (object not created locally)
13109 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 164 Potential violation of Law of Demeter (method chain calls)
13110 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 164 Potential violation of Law of Demeter (method chain calls)
13111 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 164 Potential violation of Law of Demeter (object not created locally)
13112 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 165 Potential violation of Law of Demeter (method chain calls)
13113 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 165 Potential violation of Law of Demeter (method chain calls)
13114 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 165 Potential violation of Law of Demeter (object not created locally)
13115 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 166 Potential violation of Law of Demeter (method chain calls)
13116 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 166 Potential violation of Law of Demeter (method chain calls)
13117 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 166 Potential violation of Law of Demeter (object not created locally)
13118 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 178 Potential violation of Law of Demeter (object not created locally)
13119 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 179 Potential violation of Law of Demeter (method chain calls)
13120 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 181 Potential violation of Law of Demeter (object not created locally)
13121 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 182 Potential violation of Law of Demeter (method chain calls)
13122 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 182 Potential violation of Law of Demeter (method chain calls)
13123 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 182 Potential violation of Law of Demeter (object not created locally)
13124 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 183 Potential violation of Law of Demeter (method chain calls)
13125 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 183 Potential violation of Law of Demeter (method chain calls)
13126 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 183 Potential violation of Law of Demeter (object not created locally)
13127 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 184 Potential violation of Law of Demeter (method chain calls)
13128 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 184 Potential violation of Law of Demeter (method chain calls)
13129 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 184 Potential violation of Law of Demeter (object not created locally)
13130 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 196 Potential violation of Law of Demeter (object not created locally)
13131 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 197 Potential violation of Law of Demeter (method chain calls)
13132 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 199 Potential violation of Law of Demeter (object not created locally)
13133 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 200 Potential violation of Law of Demeter (method chain calls)
13134 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 200 Potential violation of Law of Demeter (method chain calls)
13135 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 200 Potential violation of Law of Demeter (object not created locally)
13136 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 201 Potential violation of Law of Demeter (method chain calls)
13137 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 201 Potential violation of Law of Demeter (method chain calls)
13138 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 201 Potential violation of Law of Demeter (object not created locally)
13139 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 202 Potential violation of Law of Demeter (method chain calls)
13140 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 202 Potential violation of Law of Demeter (method chain calls)
13141 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 202 Potential violation of Law of Demeter (object not created locally)
13142 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 214 Potential violation of Law of Demeter (object not created locally)
13143 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 215 Potential violation of Law of Demeter (method chain calls)
13144 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 217 Potential violation of Law of Demeter (object not created locally)
13145 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 218 Potential violation of Law of Demeter (method chain calls)
13146 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 218 Potential violation of Law of Demeter (method chain calls)
13147 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 218 Potential violation of Law of Demeter (object not created locally)
13148 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 219 Potential violation of Law of Demeter (method chain calls)
13149 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 219 Potential violation of Law of Demeter (method chain calls)
13150 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 219 Potential violation of Law of Demeter (object not created locally)
13151 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 220 Potential violation of Law of Demeter (method chain calls)
13152 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 220 Potential violation of Law of Demeter (method chain calls)
13153 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 220 Potential violation of Law of Demeter (object not created locally)
13154 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 232 Potential violation of Law of Demeter (object not created locally)
13155 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 233 Potential violation of Law of Demeter (method chain calls)
13156 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 235 Potential violation of Law of Demeter (object not created locally)
13157 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 236 Potential violation of Law of Demeter (method chain calls)
13158 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 236 Potential violation of Law of Demeter (method chain calls)
13159 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 236 Potential violation of Law of Demeter (object not created locally)
13160 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 237 Potential violation of Law of Demeter (method chain calls)
13161 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 237 Potential violation of Law of Demeter (method chain calls)
13162 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 237 Potential violation of Law of Demeter (object not created locally)
13163 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 238 Potential violation of Law of Demeter (method chain calls)
13164 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 238 Potential violation of Law of Demeter (method chain calls)
13165 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 238 Potential violation of Law of Demeter (object not created locally)
13166 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 239 Potential violation of Law of Demeter (method chain calls)
13167 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 239 Potential violation of Law of Demeter (method chain calls)
13168 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 239 Potential violation of Law of Demeter (object not created locally)
13169 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 240 Potential violation of Law of Demeter (method chain calls)
13170 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 240 Potential violation of Law of Demeter (method chain calls)
13171 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 240 Potential violation of Law of Demeter (object not created locally)
13172 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 252 Potential violation of Law of Demeter (object not created locally)
13173 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 253 Potential violation of Law of Demeter (method chain calls)
13174 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 255 Potential violation of Law of Demeter (object not created locally)
13175 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 256 Potential violation of Law of Demeter (method chain calls)
13176 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 256 Potential violation of Law of Demeter (method chain calls)
13177 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 256 Potential violation of Law of Demeter (object not created locally)
13178 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 257 Potential violation of Law of Demeter (method chain calls)
13179 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 257 Potential violation of Law of Demeter (method chain calls)
13180 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 257 Potential violation of Law of Demeter (object not created locally)
13181 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 258 Potential violation of Law of Demeter (method chain calls)
13182 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 258 Potential violation of Law of Demeter (method chain calls)
13183 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 258 Potential violation of Law of Demeter (object not created locally)
13184 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 259 Potential violation of Law of Demeter (method chain calls)
13185 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 259 Potential violation of Law of Demeter (method chain calls)
13186 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 259 Potential violation of Law of Demeter (object not created locally)
13187 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 260 Potential violation of Law of Demeter (method chain calls)
13188 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 260 Potential violation of Law of Demeter (method chain calls)
13189 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 260 Potential violation of Law of Demeter (object not created locally)
13190 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 278 Potential violation of Law of Demeter (object not created locally)
13191 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 279 Potential violation of Law of Demeter (method chain calls)
13192 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 281 Potential violation of Law of Demeter (object not created locally)
13193 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 282 Potential violation of Law of Demeter (method chain calls)
13194 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 282 Potential violation of Law of Demeter (method chain calls)
13195 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 282 Potential violation of Law of Demeter (object not created locally)
13196 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 283 Potential violation of Law of Demeter (method chain calls)
13197 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 283 Potential violation of Law of Demeter (method chain calls)
13198 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 283 Potential violation of Law of Demeter (object not created locally)
13199 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 284 Potential violation of Law of Demeter (method chain calls)
13200 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 284 Potential violation of Law of Demeter (method chain calls)
13201 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 284 Potential violation of Law of Demeter (object not created locally)
13202 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 285 Potential violation of Law of Demeter (method chain calls)
13203 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 285 Potential violation of Law of Demeter (method chain calls)
13204 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 285 Potential violation of Law of Demeter (object not created locally)
13205 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 287 Potential violation of Law of Demeter (object not created locally)
13206 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 288 Potential violation of Law of Demeter (method chain calls)
13207 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 288 Potential violation of Law of Demeter (method chain calls)
13208 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 288 Potential violation of Law of Demeter (object not created locally)
13209 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 289 Potential violation of Law of Demeter (method chain calls)
13210 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 289 Potential violation of Law of Demeter (method chain calls)
13211 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 289 Potential violation of Law of Demeter (object not created locally)
13212 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 290 Potential violation of Law of Demeter (method chain calls)
13213 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 290 Potential violation of Law of Demeter (method chain calls)
13214 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 290 Potential violation of Law of Demeter (object not created locally)
13215 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 291 Potential violation of Law of Demeter (method chain calls)
13216 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 291 Potential violation of Law of Demeter (method chain calls)
13217 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 291 Potential violation of Law of Demeter (object not created locally)
13218 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 303 Potential violation of Law of Demeter (object not created locally)
13219 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 304 Potential violation of Law of Demeter (method chain calls)
13220 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 304 Potential violation of Law of Demeter (method chain calls)
13221 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 304 Potential violation of Law of Demeter (method chain calls)
13222 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 315 Potential violation of Law of Demeter (object not created locally)
13223 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 316 Potential violation of Law of Demeter (method chain calls)
13224 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 328 Potential violation of Law of Demeter (object not created locally)
13225 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 329 Potential violation of Law of Demeter (method chain calls)
13226 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 329 Potential violation of Law of Demeter (method chain calls)
13227 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 329 Potential violation of Law of Demeter (method chain calls)
13228 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 341 Potential violation of Law of Demeter (object not created locally)
13229 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 342 Potential violation of Law of Demeter (method chain calls)
13230 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 342 Potential violation of Law of Demeter (method chain calls)
13231 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 342 Potential violation of Law of Demeter (method chain calls)
13232 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 354 Potential violation of Law of Demeter (object not created locally)
13233 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 355 Potential violation of Law of Demeter (method chain calls)
13234 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 355 Potential violation of Law of Demeter (method chain calls)
13235 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 355 Potential violation of Law of Demeter (method chain calls)
13236 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 367 Potential violation of Law of Demeter (object not created locally)
13237 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 368 Potential violation of Law of Demeter (method chain calls)
13238 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 368 Potential violation of Law of Demeter (method chain calls)
13239 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 368 Potential violation of Law of Demeter (method chain calls)
13240 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 380 Potential violation of Law of Demeter (object not created locally)
13241 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 381 Potential violation of Law of Demeter (method chain calls)
13242 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 381 Potential violation of Law of Demeter (method chain calls)
13243 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 381 Potential violation of Law of Demeter (method chain calls)
13244 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 393 Potential violation of Law of Demeter (object not created locally)
13245 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 394 Potential violation of Law of Demeter (method chain calls)
13246 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 406 Potential violation of Law of Demeter (object not created locally)
13247 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 407 Potential violation of Law of Demeter (method chain calls)
13248 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 419 Potential violation of Law of Demeter (object not created locally)
13249 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 420 Potential violation of Law of Demeter (method chain calls)
13250 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 420 Potential violation of Law of Demeter (method chain calls)
13251 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 420 Potential violation of Law of Demeter (method chain calls)
13252 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 432 Potential violation of Law of Demeter (object not created locally)
13253 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 433 Potential violation of Law of Demeter (method chain calls)
13254 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 433 Potential violation of Law of Demeter (method chain calls)
13255 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 433 Potential violation of Law of Demeter (method chain calls)
13256 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 447 Potential violation of Law of Demeter (method chain calls)
13257 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 447 Potential violation of Law of Demeter (object not created locally)
13258 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 454 Potential violation of Law of Demeter (object not created locally)
13259 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 455 Potential violation of Law of Demeter (method chain calls)
13260 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 456 Potential violation of Law of Demeter (object not created locally)
13261 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 457 Potential violation of Law of Demeter (object not created locally)
13262 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 459 Potential violation of Law of Demeter (method chain calls)
13263 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 459 Potential violation of Law of Demeter (object not created locally)
13264 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 462 Potential violation of Law of Demeter (method chain calls)
13265 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 462 Potential violation of Law of Demeter (object not created locally)
13266 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 463 Potential violation of Law of Demeter (method chain calls)
13267 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 464 Potential violation of Law of Demeter (object not created locally)
13268 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 465 Potential violation of Law of Demeter (object not created locally)
13269 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 474 A method/constructor should not explicitly throw java.lang.Exception
13270 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 489 Potential violation of Law of Demeter (method chain calls)
13271 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 489 Potential violation of Law of Demeter (method chain calls)
13272 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 489 Potential violation of Law of Demeter (object not created locally)
13273 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 489 Potential violation of Law of Demeter (object not created locally)
13274 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 494 Potential violation of Law of Demeter (object not created locally)
13275 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 495 Potential violation of Law of Demeter (object not created locally)
13276 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 496 Potential violation of Law of Demeter (method chain calls)
13277 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 496 Potential violation of Law of Demeter (method chain calls)
13278 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 496 Potential violation of Law of Demeter (method chain calls)
13279 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 496 Potential violation of Law of Demeter (method chain calls)
13280 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 498 Potential violation of Law of Demeter (method chain calls)
13281 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 498 Potential violation of Law of Demeter (method chain calls)
13282 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 501 Potential violation of Law of Demeter (object not created locally)
13283 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 510 Potential violation of Law of Demeter (method chain calls)
13284 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 510 Potential violation of Law of Demeter (object not created locally)
13285 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 524 A method/constructor should not explicitly throw java.lang.Exception
13286 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 530 Potential violation of Law of Demeter (method chain calls)
13287 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 540 Potential violation of Law of Demeter (method chain calls)
13288 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 540 Potential violation of Law of Demeter (object not created locally)
13289 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 541 Potential violation of Law of Demeter (method chain calls)
13290 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 541 Potential violation of Law of Demeter (object not created locally)
13291 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 542 Potential violation of Law of Demeter (method chain calls)
13292 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 542 Potential violation of Law of Demeter (object not created locally)
13293 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 544 Potential violation of Law of Demeter (method chain calls)
13294 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 544 Potential violation of Law of Demeter (object not created locally)
13295 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 545 Potential violation of Law of Demeter (method chain calls)
13296 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 545 Potential violation of Law of Demeter (object not created locally)
13297 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 547 Potential violation of Law of Demeter (method chain calls)
13298 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 547 Potential violation of Law of Demeter (object not created locally)
13299 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 548 Potential violation of Law of Demeter (method chain calls)
13300 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 548 Potential violation of Law of Demeter (object not created locally)
13301 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 549 Potential violation of Law of Demeter (method chain calls)
13302 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 549 Potential violation of Law of Demeter (object not created locally)
13303 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 551 Potential violation of Law of Demeter (method chain calls)
13304 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 551 Potential violation of Law of Demeter (object not created locally)
13305 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 553 Potential violation of Law of Demeter (object not created locally)
13306 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 557 A method/constructor should not explicitly throw java.lang.Exception
13307 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 566 Potential violation of Law of Demeter (method chain calls)
13308 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 566 Potential violation of Law of Demeter (object not created locally)
13309 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 567 Potential violation of Law of Demeter (method chain calls)
13310 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 567 Potential violation of Law of Demeter (object not created locally)
13311 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 569 Potential violation of Law of Demeter (method chain calls)
13312 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 569 Potential violation of Law of Demeter (object not created locally)
13313 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 570 Potential violation of Law of Demeter (method chain calls)
13314 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 570 Potential violation of Law of Demeter (object not created locally)
13315 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 572 Potential violation of Law of Demeter (method chain calls)
13316 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 572 Potential violation of Law of Demeter (object not created locally)
13317 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 573 Potential violation of Law of Demeter (method chain calls)
13318 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 573 Potential violation of Law of Demeter (object not created locally)
13319 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 575 Potential violation of Law of Demeter (method chain calls)
13320 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 575 Potential violation of Law of Demeter (object not created locally)
13321 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 577 Potential violation of Law of Demeter (method chain calls)
13322 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 577 Potential violation of Law of Demeter (object not created locally)
13323 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 580 Potential violation of Law of Demeter (object not created locally)
13324 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 584 A method/constructor should not explicitly throw java.lang.Exception
13325 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 592 Potential violation of Law of Demeter (method chain calls)
13326 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 592 Potential violation of Law of Demeter (object not created locally)
13327 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 593 Potential violation of Law of Demeter (method chain calls)
13328 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 593 Potential violation of Law of Demeter (object not created locally)
13329 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 594 Potential violation of Law of Demeter (method chain calls)
13330 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 594 Potential violation of Law of Demeter (method chain calls)
13331 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 609 Potential violation of Law of Demeter (method chain calls)
13332 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 625 Potential violation of Law of Demeter (method chain calls)
13333 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 625 Potential violation of Law of Demeter (method chain calls)
13334 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 625 Potential violation of Law of Demeter (object not created locally)
13335 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 634 Potential violation of Law of Demeter (method chain calls)
13336 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 634 Potential violation of Law of Demeter (method chain calls)
13337 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 644 Potential violation of Law of Demeter (method chain calls)
13338 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 644 Potential violation of Law of Demeter (method chain calls)
13339 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 644 Potential violation of Law of Demeter (object not created locally)
13340 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 648 A method/constructor should not explicitly throw java.lang.Exception
13341 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 650 Potential violation of Law of Demeter (method chain calls)
13342 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 654 Potential violation of Law of Demeter (method chain calls)
13343 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 654 Potential violation of Law of Demeter (object not created locally)
13344 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 660 Potential violation of Law of Demeter (method chain calls)
13345 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 661 Potential violation of Law of Demeter (object not created locally)
13346 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 662 Potential violation of Law of Demeter (object not created locally)
13347 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 663 Potential violation of Law of Demeter (object not created locally)
13348 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 665 Potential violation of Law of Demeter (object not created locally)
13349 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 666 Potential violation of Law of Demeter (object not created locally)
13350 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 684 A method/constructor should not explicitly throw java.lang.Exception
13351 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 686 Potential violation of Law of Demeter (method chain calls)
13352 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 690 Potential violation of Law of Demeter (method chain calls)
13353 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 690 Potential violation of Law of Demeter (object not created locally)
13354 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 696 Potential violation of Law of Demeter (method chain calls)
13355 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 697 Potential violation of Law of Demeter (object not created locally)
13356 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 698 Potential violation of Law of Demeter (object not created locally)
13357 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 699 Potential violation of Law of Demeter (object not created locally)
13358 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 701 Potential violation of Law of Demeter (object not created locally)
13359 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 702 Potential violation of Law of Demeter (object not created locally)
13360 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 737 Potential violation of Law of Demeter (method chain calls)
13361 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 737 Potential violation of Law of Demeter (method chain calls)
13362 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 737 Potential violation of Law of Demeter (method chain calls)
13363 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 738 Potential violation of Law of Demeter (method chain calls)
13364 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 738 Potential violation of Law of Demeter (object not created locally)
13365 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 745 Potential violation of Law of Demeter (method chain calls)
13366 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 745 Potential violation of Law of Demeter (object not created locally)
13367 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 745 Potential violation of Law of Demeter (object not created locally)
13368 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 749 Potential violation of Law of Demeter (object not created locally)
13369 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 788 Potential violation of Law of Demeter (method chain calls)
13370 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 788 Potential violation of Law of Demeter (object not created locally)
13371 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 790 Potential violation of Law of Demeter (object not created locally)
13372 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 792 Potential violation of Law of Demeter (object not created locally)
13373 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 793 Potential violation of Law of Demeter (object not created locally)
13374 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 797 Potential violation of Law of Demeter (object not created locally)
13375 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 800 Potential violation of Law of Demeter (object not created locally)
13376 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 801 Potential violation of Law of Demeter (object not created locally)
13377 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 802 Potential violation of Law of Demeter (object not created locally)
13378 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 804 Potential violation of Law of Demeter (object not created locally)
13379 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 807 Potential violation of Law of Demeter (object not created locally)
13380 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 808 Potential violation of Law of Demeter (object not created locally)
13381 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 809 Potential violation of Law of Demeter (object not created locally)
13382 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 811 Potential violation of Law of Demeter (object not created locally)
13383 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 814 Potential violation of Law of Demeter (object not created locally)
13384 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 815 Potential violation of Law of Demeter (object not created locally)
13385 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 816 Potential violation of Law of Demeter (object not created locally)
13386 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 818 Potential violation of Law of Demeter (method chain calls)
13387 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 821 Potential violation of Law of Demeter (object not created locally)
13388 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 822 Potential violation of Law of Demeter (object not created locally)
13389 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 823 Potential violation of Law of Demeter (object not created locally)
13390 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\runner\JUnitPlatformRunnerTests.java 825 Potential violation of Law of Demeter (object not created locally)
13391 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EngineTestKitTests.java 46 Potential violation of Law of Demeter (method chain calls)
13392 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EngineTestKitTests.java 55 Potential violation of Law of Demeter (method chain calls)
13393 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EngineTestKitTests.java 59 Potential violation of Law of Demeter (method chain calls)
13394 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EngineTestKitTests.java 59 Potential violation of Law of Demeter (method chain calls)
13395 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EngineTestKitTests.java 59 Potential violation of Law of Demeter (method chain calls)
13396 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EngineTestKitTests.java 59 Potential violation of Law of Demeter (method chain calls)
13397 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EngineTestKitTests.java 59 Potential violation of Law of Demeter (method chain calls)
13398 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EngineTestKitTests.java 59 Potential violation of Law of Demeter (method chain calls)
13399 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EngineTestKitTests.java 59 Potential violation of Law of Demeter (method chain calls)
13400 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EngineTestKitTests.java 59 Potential violation of Law of Demeter (method chain calls)
13401 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EngineTestKitTests.java 59 Potential violation of Law of Demeter (method chain calls)
13402 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 35 This class has too many methods, consider refactoring it.
13403 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 131 Potential violation of Law of Demeter (object not created locally)
13404 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 132 Potential violation of Law of Demeter (object not created locally)
13405 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 133 Potential violation of Law of Demeter (method chain calls)
13406 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 133 Potential violation of Law of Demeter (method chain calls)
13407 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 133 Potential violation of Law of Demeter (object not created locally)
13408 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 134 Potential violation of Law of Demeter (method chain calls)
13409 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 134 Potential violation of Law of Demeter (method chain calls)
13410 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 134 Potential violation of Law of Demeter (object not created locally)
13411 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 147 Potential violation of Law of Demeter (object not created locally)
13412 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 148 Potential violation of Law of Demeter (object not created locally)
13413 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 149 Potential violation of Law of Demeter (method chain calls)
13414 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 149 Potential violation of Law of Demeter (method chain calls)
13415 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 149 Potential violation of Law of Demeter (object not created locally)
13416 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 174 Potential violation of Law of Demeter (method chain calls)
13417 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 174 Potential violation of Law of Demeter (method chain calls)
13418 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 174 Potential violation of Law of Demeter (object not created locally)
13419 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 204 Potential violation of Law of Demeter (method chain calls)
13420 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 204 Potential violation of Law of Demeter (method chain calls)
13421 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 204 Potential violation of Law of Demeter (object not created locally)
13422 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 233 Potential violation of Law of Demeter (object not created locally)
13423 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 234 Potential violation of Law of Demeter (object not created locally)
13424 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 235 Potential violation of Law of Demeter (method chain calls)
13425 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 235 Potential violation of Law of Demeter (method chain calls)
13426 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 235 Potential violation of Law of Demeter (object not created locally)
13427 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 236 Potential violation of Law of Demeter (method chain calls)
13428 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 236 Potential violation of Law of Demeter (method chain calls)
13429 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 236 Potential violation of Law of Demeter (object not created locally)
13430 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 248 Potential violation of Law of Demeter (method chain calls)
13431 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 248 Potential violation of Law of Demeter (method chain calls)
13432 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 248 Potential violation of Law of Demeter (object not created locally)
13433 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 269 Potential violation of Law of Demeter (method chain calls)
13434 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 269 Potential violation of Law of Demeter (method chain calls)
13435 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 269 Potential violation of Law of Demeter (object not created locally)
13436 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 284 Potential violation of Law of Demeter (method chain calls)
13437 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 284 Potential violation of Law of Demeter (method chain calls)
13438 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\EventsTests.java 284 Potential violation of Law of Demeter (object not created locally)
13439 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 35 Potential violation of Law of Demeter (method chain calls)
13440 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 35 Potential violation of Law of Demeter (method chain calls)
13441 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 35 Potential violation of Law of Demeter (method chain calls)
13442 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 35 Potential violation of Law of Demeter (method chain calls)
13443 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 35 Potential violation of Law of Demeter (method chain calls)
13444 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 35 Potential violation of Law of Demeter (object not created locally)
13445 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 36 Potential violation of Law of Demeter (method chain calls)
13446 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 36 Potential violation of Law of Demeter (method chain calls)
13447 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 36 Potential violation of Law of Demeter (method chain calls)
13448 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 36 Potential violation of Law of Demeter (method chain calls)
13449 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 36 Potential violation of Law of Demeter (method chain calls)
13450 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 36 Potential violation of Law of Demeter (object not created locally)
13451 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 44 Potential violation of Law of Demeter (method chain calls)
13452 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 44 Potential violation of Law of Demeter (method chain calls)
13453 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 44 Potential violation of Law of Demeter (method chain calls)
13454 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 44 Potential violation of Law of Demeter (method chain calls)
13455 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 44 Potential violation of Law of Demeter (method chain calls)
13456 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 44 Potential violation of Law of Demeter (object not created locally)
13457 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 46 Potential violation of Law of Demeter (method chain calls)
13458 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 46 Potential violation of Law of Demeter (method chain calls)
13459 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 46 Potential violation of Law of Demeter (method chain calls)
13460 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 46 Potential violation of Law of Demeter (method chain calls)
13461 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 46 Potential violation of Law of Demeter (method chain calls)
13462 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 46 Potential violation of Law of Demeter (object not created locally)
13463 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 54 Potential violation of Law of Demeter (method chain calls)
13464 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 54 Potential violation of Law of Demeter (method chain calls)
13465 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 54 Potential violation of Law of Demeter (method chain calls)
13466 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 54 Potential violation of Law of Demeter (method chain calls)
13467 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 54 Potential violation of Law of Demeter (method chain calls)
13468 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 54 Potential violation of Law of Demeter (object not created locally)
13469 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 56 Potential violation of Law of Demeter (method chain calls)
13470 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 56 Potential violation of Law of Demeter (method chain calls)
13471 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 56 Potential violation of Law of Demeter (method chain calls)
13472 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 56 Potential violation of Law of Demeter (method chain calls)
13473 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 56 Potential violation of Law of Demeter (method chain calls)
13474 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 56 Potential violation of Law of Demeter (object not created locally)
13475 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 64 Potential violation of Law of Demeter (method chain calls)
13476 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 64 Potential violation of Law of Demeter (method chain calls)
13477 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 64 Potential violation of Law of Demeter (method chain calls)
13478 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 64 Potential violation of Law of Demeter (method chain calls)
13479 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 64 Potential violation of Law of Demeter (method chain calls)
13480 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 64 Potential violation of Law of Demeter (object not created locally)
13481 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 66 Potential violation of Law of Demeter (method chain calls)
13482 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 66 Potential violation of Law of Demeter (method chain calls)
13483 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 66 Potential violation of Law of Demeter (method chain calls)
13484 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 66 Potential violation of Law of Demeter (method chain calls)
13485 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 66 Potential violation of Law of Demeter (method chain calls)
13486 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 66 Potential violation of Law of Demeter (object not created locally)
13487 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 74 Potential violation of Law of Demeter (method chain calls)
13488 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 74 Potential violation of Law of Demeter (method chain calls)
13489 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 74 Potential violation of Law of Demeter (method chain calls)
13490 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 74 Potential violation of Law of Demeter (method chain calls)
13491 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 74 Potential violation of Law of Demeter (method chain calls)
13492 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 74 Potential violation of Law of Demeter (object not created locally)
13493 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 76 Potential violation of Law of Demeter (method chain calls)
13494 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 76 Potential violation of Law of Demeter (method chain calls)
13495 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 76 Potential violation of Law of Demeter (method chain calls)
13496 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 76 Potential violation of Law of Demeter (method chain calls)
13497 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 76 Potential violation of Law of Demeter (method chain calls)
13498 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 76 Potential violation of Law of Demeter (object not created locally)
13499 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 84 Potential violation of Law of Demeter (method chain calls)
13500 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 84 Potential violation of Law of Demeter (method chain calls)
13501 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 84 Potential violation of Law of Demeter (method chain calls)
13502 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 84 Potential violation of Law of Demeter (method chain calls)
13503 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 84 Potential violation of Law of Demeter (method chain calls)
13504 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 84 Potential violation of Law of Demeter (object not created locally)
13505 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 86 Potential violation of Law of Demeter (method chain calls)
13506 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 86 Potential violation of Law of Demeter (method chain calls)
13507 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 86 Potential violation of Law of Demeter (method chain calls)
13508 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 86 Potential violation of Law of Demeter (method chain calls)
13509 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 86 Potential violation of Law of Demeter (method chain calls)
13510 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 86 Potential violation of Law of Demeter (object not created locally)
13511 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 90 Potential violation of Law of Demeter (method chain calls)
13512 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 90 Potential violation of Law of Demeter (method chain calls)
13513 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 90 Potential violation of Law of Demeter (method chain calls)
13514 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\ExecutionsIntegrationTests.java 90 Potential violation of Law of Demeter (method chain calls)
13515 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 45 Potential violation of Law of Demeter (method chain calls)
13516 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 45 Potential violation of Law of Demeter (method chain calls)
13517 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 49 Potential violation of Law of Demeter (method chain calls)
13518 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 49 Potential violation of Law of Demeter (method chain calls)
13519 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 49 Potential violation of Law of Demeter (method chain calls)
13520 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 51 Potential violation of Law of Demeter (method chain calls)
13521 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 56 Potential violation of Law of Demeter (method chain calls)
13522 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 56 Potential violation of Law of Demeter (method chain calls)
13523 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 56 Potential violation of Law of Demeter (method chain calls)
13524 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 56 Potential violation of Law of Demeter (method chain calls)
13525 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 56 Potential violation of Law of Demeter (method chain calls)
13526 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 56 Potential violation of Law of Demeter (method chain calls)
13527 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 56 Potential violation of Law of Demeter (method chain calls)
13528 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 56 Potential violation of Law of Demeter (method chain calls)
13529 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 57 Potential violation of Law of Demeter (method chain calls)
13530 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 58 Potential violation of Law of Demeter (method chain calls)
13531 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 59 Potential violation of Law of Demeter (method chain calls)
13532 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 63 Potential violation of Law of Demeter (method chain calls)
13533 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 63 Potential violation of Law of Demeter (object not created locally)
13534 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 64 Potential violation of Law of Demeter (method chain calls)
13535 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 64 Potential violation of Law of Demeter (object not created locally)
13536 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 68 Potential violation of Law of Demeter (method chain calls)
13537 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 68 Potential violation of Law of Demeter (object not created locally)
13538 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 69 Potential violation of Law of Demeter (method chain calls)
13539 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 69 Potential violation of Law of Demeter (object not created locally)
13540 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 77 Potential violation of Law of Demeter (method chain calls)
13541 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 77 Potential violation of Law of Demeter (object not created locally)
13542 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 78 Potential violation of Law of Demeter (method chain calls)
13543 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 78 Potential violation of Law of Demeter (object not created locally)
13544 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 81 Potential violation of Law of Demeter (method chain calls)
13545 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 81 Potential violation of Law of Demeter (object not created locally)
13546 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 102 Potential violation of Law of Demeter (method chain calls)
13547 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 102 Potential violation of Law of Demeter (method chain calls)
13548 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 102 Potential violation of Law of Demeter (method chain calls)
13549 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tests\src\test\java\org\junit\platform\testkit\engine\NestedContainerEventConditionTests.java 102 Potential violation of Law of Demeter (method chain calls)
13550 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 40 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
13551 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 40 This class has too many methods, consider refactoring it.
13552 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13553 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 75 Potential violation of Law of Demeter (object not created locally)
13554 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 76 Potential violation of Law of Demeter (object not created locally)
13555 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 77 Potential violation of Law of Demeter (object not created locally)
13556 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 83 Potential violation of Law of Demeter (method chain calls)
13557 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 83 Potential violation of Law of Demeter (method chain calls)
13558 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 83 Potential violation of Law of Demeter (method chain calls)
13559 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 83 Potential violation of Law of Demeter (method chain calls)
13560 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 83 Potential violation of Law of Demeter (method chain calls)
13561 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 83 Potential violation of Law of Demeter (method chain calls)
13562 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 83 Potential violation of Law of Demeter (method chain calls)
13563 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 83 Potential violation of Law of Demeter (method chain calls)
13564 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13565 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 99 Potential violation of Law of Demeter (object not created locally)
13566 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 100 Potential violation of Law of Demeter (object not created locally)
13567 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 115 Potential violation of Law of Demeter (method chain calls)
13568 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 115 Potential violation of Law of Demeter (method chain calls)
13569 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 115 Potential violation of Law of Demeter (method chain calls)
13570 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 115 Potential violation of Law of Demeter (method chain calls)
13571 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 128 Potential violation of Law of Demeter (method chain calls)
13572 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 128 Potential violation of Law of Demeter (method chain calls)
13573 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 128 Potential violation of Law of Demeter (method chain calls)
13574 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 128 Potential violation of Law of Demeter (method chain calls)
13575 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 128 Potential violation of Law of Demeter (method chain calls)
13576 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 128 Potential violation of Law of Demeter (object not created locally)
13577 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 130 Potential violation of Law of Demeter (method chain calls)
13578 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 130 Potential violation of Law of Demeter (object not created locally)
13579 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 140 Potential violation of Law of Demeter (method chain calls)
13580 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 142 Potential violation of Law of Demeter (method chain calls)
13581 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 149 Potential violation of Law of Demeter (object not created locally)
13582 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 153 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13583 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 160 A method/constructor should not explicitly throw java.lang.Exception
13584 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 163 Potential violation of Law of Demeter (object not created locally)
13585 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 168 A method/constructor should not explicitly throw java.lang.Exception
13586 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 181 Potential violation of Law of Demeter (method chain calls)
13587 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 188 Potential violation of Law of Demeter (method chain calls)
13588 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 188 Potential violation of Law of Demeter (method chain calls)
13589 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 188 Potential violation of Law of Demeter (method chain calls)
13590 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 188 Potential violation of Law of Demeter (method chain calls)
13591 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 188 Potential violation of Law of Demeter (method chain calls)
13592 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 188 Potential violation of Law of Demeter (method chain calls)
13593 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 190 Potential violation of Law of Demeter (method chain calls)
13594 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 193 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13595 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Helper.java 194 Avoid throwing raw exception types.
13596 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 90 Potential violation of Law of Demeter (method chain calls)
13597 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 90 Potential violation of Law of Demeter (method chain calls)
13598 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 99 Potential violation of Law of Demeter (object not created locally)
13599 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 103 Potential violation of Law of Demeter (object not created locally)
13600 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 103 Potential violation of Law of Demeter (object not created locally)
13601 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 108 Potential violation of Law of Demeter (object not created locally)
13602 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 109 Potential violation of Law of Demeter (object not created locally)
13603 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 110 Potential violation of Law of Demeter (object not created locally)
13604 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 111 Potential violation of Law of Demeter (method chain calls)
13605 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 111 Potential violation of Law of Demeter (object not created locally)
13606 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 113 Potential violation of Law of Demeter (object not created locally)
13607 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 114 Potential violation of Law of Demeter (object not created locally)
13608 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 115 Potential violation of Law of Demeter (object not created locally)
13609 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 118 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13610 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 152 Potential violation of Law of Demeter (method chain calls)
13611 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 152 Potential violation of Law of Demeter (method chain calls)
13612 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 152 Potential violation of Law of Demeter (method chain calls)
13613 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 152 Potential violation of Law of Demeter (method chain calls)
13614 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 172 Potential violation of Law of Demeter (method chain calls)
13615 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 172 Potential violation of Law of Demeter (method chain calls)
13616 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 172 Potential violation of Law of Demeter (method chain calls)
13617 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 172 Potential violation of Law of Demeter (method chain calls)
13618 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\main\java\platform\tooling\support\Request.java 177 Potential violation of Law of Demeter (static property access)
13619 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\HelperTests.java 65 Potential violation of Law of Demeter (object not created locally)
13620 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\HelperTests.java 66 Potential violation of Law of Demeter (object not created locally)
13621 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\AntStarterTests.java 37 Potential violation of Law of Demeter (method chain calls)
13622 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\AntStarterTests.java 37 Potential violation of Law of Demeter (method chain calls)
13623 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\AntStarterTests.java 37 Potential violation of Law of Demeter (method chain calls)
13624 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\AntStarterTests.java 37 Potential violation of Law of Demeter (method chain calls)
13625 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\AntStarterTests.java 37 Potential violation of Law of Demeter (method chain calls)
13626 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\AntStarterTests.java 37 Potential violation of Law of Demeter (method chain calls)
13627 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\AntStarterTests.java 37 Potential violation of Law of Demeter (method chain calls)
13628 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\AntStarterTests.java 37 Potential violation of Law of Demeter (method chain calls)
13629 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\AntStarterTests.java 40 Potential violation of Law of Demeter (object not created locally)
13630 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\AntStarterTests.java 41 Potential violation of Law of Demeter (method chain calls)
13631 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\AntStarterTests.java 41 Potential violation of Law of Demeter (method chain calls)
13632 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\AntStarterTests.java 45 Potential violation of Law of Demeter (object not created locally)
13633 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\AntStarterTests.java 47 Potential violation of Law of Demeter (object not created locally)
13634 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\AntStarterTests.java 48 Potential violation of Law of Demeter (object not created locally)
13635 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\AntStarterTests.java 49 Potential violation of Law of Demeter (method chain calls)
13636 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\AntStarterTests.java 49 Potential violation of Law of Demeter (object not created locally)
13637 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\AntStarterTests.java 65 Potential violation of Law of Demeter (object not created locally)
13638 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ArchUnitTests.java 63 Potential violation of Law of Demeter (method chain calls)
13639 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ArchUnitTests.java 63 Potential violation of Law of Demeter (method chain calls)
13640 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ArchUnitTests.java 63 Potential violation of Law of Demeter (method chain calls)
13641 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ArchUnitTests.java 63 Potential violation of Law of Demeter (method chain calls)
13642 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ArchUnitTests.java 70 Potential violation of Law of Demeter (static property access)
13643 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ArchUnitTests.java 77 Potential violation of Law of Demeter (static property access)
13644 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ArchUnitTests.java 83 Potential violation of Law of Demeter (method chain calls)
13645 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ArchUnitTests.java 83 Potential violation of Law of Demeter (method chain calls)
13646 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ArchUnitTests.java 83 Potential violation of Law of Demeter (method chain calls)
13647 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ArchUnitTests.java 83 Potential violation of Law of Demeter (method chain calls)
13648 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ArchUnitTests.java 83 Potential violation of Law of Demeter (method chain calls)
13649 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ArchUnitTests.java 90 Potential violation of Law of Demeter (static property access)
13650 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ArchUnitTests.java 97 Potential violation of Law of Demeter (method chain calls)
13651 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ArchUnitTests.java 97 Potential violation of Law of Demeter (method chain calls)
13652 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ArchUnitTests.java 97 Potential violation of Law of Demeter (method chain calls)
13653 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ArchUnitTests.java 97 Potential violation of Law of Demeter (method chain calls)
13654 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleKotlinExtensionsTests.java 35 Potential violation of Law of Demeter (static property access)
13655 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleKotlinExtensionsTests.java 40 Potential violation of Law of Demeter (method chain calls)
13656 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleKotlinExtensionsTests.java 40 Potential violation of Law of Demeter (method chain calls)
13657 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleKotlinExtensionsTests.java 47 Potential violation of Law of Demeter (method chain calls)
13658 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleKotlinExtensionsTests.java 47 Potential violation of Law of Demeter (method chain calls)
13659 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleKotlinExtensionsTests.java 47 Potential violation of Law of Demeter (method chain calls)
13660 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleKotlinExtensionsTests.java 47 Potential violation of Law of Demeter (method chain calls)
13661 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleMissingEngineTests.java 41 Potential violation of Law of Demeter (method chain calls)
13662 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleMissingEngineTests.java 41 Potential violation of Law of Demeter (method chain calls)
13663 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleMissingEngineTests.java 41 Potential violation of Law of Demeter (method chain calls)
13664 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleMissingEngineTests.java 41 Potential violation of Law of Demeter (method chain calls)
13665 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleMissingEngineTests.java 41 Potential violation of Law of Demeter (method chain calls)
13666 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleMissingEngineTests.java 41 Potential violation of Law of Demeter (method chain calls)
13667 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleMissingEngineTests.java 41 Potential violation of Law of Demeter (method chain calls)
13668 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleMissingEngineTests.java 41 Potential violation of Law of Demeter (method chain calls)
13669 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleMissingEngineTests.java 41 Potential violation of Law of Demeter (method chain calls)
13670 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleMissingEngineTests.java 41 Potential violation of Law of Demeter (method chain calls)
13671 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleMissingEngineTests.java 47 Potential violation of Law of Demeter (method chain calls)
13672 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleMissingEngineTests.java 47 Potential violation of Law of Demeter (method chain calls)
13673 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleMissingEngineTests.java 51 Potential violation of Law of Demeter (object not created locally)
13674 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleMissingEngineTests.java 53 Potential violation of Law of Demeter (object not created locally)
13675 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleMissingEngineTests.java 58 Potential violation of Law of Demeter (object not created locally)
13676 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleMissingEngineTests.java 63 Potential violation of Law of Demeter (object not created locally)
13677 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleModuleFileTests.java 27 A method/constructor should not explicitly throw java.lang.Exception
13678 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleModuleFileTests.java 27 Avoid really long methods.
13679 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleModuleFileTests.java 163 Potential violation of Law of Demeter (method chain calls)
13680 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleModuleFileTests.java 163 Potential violation of Law of Demeter (method chain calls)
13681 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleModuleFileTests.java 163 Potential violation of Law of Demeter (method chain calls)
13682 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleModuleFileTests.java 163 Potential violation of Law of Demeter (method chain calls)
13683 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleStarterTests.java 42 Potential violation of Law of Demeter (method chain calls)
13684 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleStarterTests.java 42 Potential violation of Law of Demeter (method chain calls)
13685 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleStarterTests.java 49 Potential violation of Law of Demeter (method chain calls)
13686 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleStarterTests.java 49 Potential violation of Law of Demeter (method chain calls)
13687 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleStarterTests.java 49 Potential violation of Law of Demeter (method chain calls)
13688 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleStarterTests.java 49 Potential violation of Law of Demeter (method chain calls)
13689 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\GradleStarterTests.java 50 Potential violation of Law of Demeter (method chain calls)
13690 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JarDescribeModuleTests.java 41 A method/constructor should not explicitly throw java.lang.Exception
13691 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JarDescribeModuleTests.java 58 Potential violation of Law of Demeter (method chain calls)
13692 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JarDescribeModuleTests.java 58 Potential violation of Law of Demeter (method chain calls)
13693 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JarDescribeModuleTests.java 61 Potential violation of Law of Demeter (method chain calls)
13694 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JarDescribeModuleTests.java 61 Potential violation of Law of Demeter (method chain calls)
13695 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JarDescribeModuleTests.java 61 Potential violation of Law of Demeter (method chain calls)
13696 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JarDescribeModuleTests.java 62 Potential violation of Law of Demeter (method chain calls)
13697 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JarDescribeModuleTests.java 70 Potential violation of Law of Demeter (method chain calls)
13698 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JarDescribeModuleTests.java 70 Potential violation of Law of Demeter (method chain calls)
13699 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JarDescribeModuleTests.java 70 Potential violation of Law of Demeter (method chain calls)
13700 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JarDescribeModuleTests.java 70 Potential violation of Law of Demeter (method chain calls)
13701 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JarDescribeModuleTests.java 71 Potential violation of Law of Demeter (object not created locally)
13702 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavaVersionsTests.java 37 Potential violation of Law of Demeter (object not created locally)
13703 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavaVersionsTests.java 38 Potential violation of Law of Demeter (object not created locally)
13704 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavaVersionsTests.java 40 Potential violation of Law of Demeter (object not created locally)
13705 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavaVersionsTests.java 51 Potential violation of Law of Demeter (method chain calls)
13706 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavaVersionsTests.java 51 Potential violation of Law of Demeter (method chain calls)
13707 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavaVersionsTests.java 51 Potential violation of Law of Demeter (method chain calls)
13708 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavaVersionsTests.java 51 Potential violation of Law of Demeter (method chain calls)
13709 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavaVersionsTests.java 51 Potential violation of Law of Demeter (method chain calls)
13710 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavaVersionsTests.java 51 Potential violation of Law of Demeter (method chain calls)
13711 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavaVersionsTests.java 51 Potential violation of Law of Demeter (method chain calls)
13712 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavaVersionsTests.java 51 Potential violation of Law of Demeter (method chain calls)
13713 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavaVersionsTests.java 51 Potential violation of Law of Demeter (method chain calls)
13714 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavaVersionsTests.java 60 Potential violation of Law of Demeter (object not created locally)
13715 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavaVersionsTests.java 61 Potential violation of Law of Demeter (object not created locally)
13716 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavaVersionsTests.java 62 Potential violation of Law of Demeter (object not created locally)
13717 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavaVersionsTests.java 63 Potential violation of Law of Demeter (object not created locally)
13718 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 58 Avoid throwing raw exception types.
13719 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13720 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 63 Avoid throwing raw exception types.
13721 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 69 Potential violation of Law of Demeter (method chain calls)
13722 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 69 Potential violation of Law of Demeter (method chain calls)
13723 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 80 A method/constructor should not explicitly throw java.lang.Exception
13724 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 88 Potential violation of Law of Demeter (method chain calls)
13725 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 88 Potential violation of Law of Demeter (method chain calls)
13726 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 97 Potential violation of Law of Demeter (object not created locally)
13727 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 99 Potential violation of Law of Demeter (method chain calls)
13728 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 99 Potential violation of Law of Demeter (method chain calls)
13729 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 101 Potential violation of Law of Demeter (method chain calls)
13730 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 101 Potential violation of Law of Demeter (method chain calls)
13731 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 101 Potential violation of Law of Demeter (method chain calls)
13732 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 101 Potential violation of Law of Demeter (method chain calls)
13733 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 101 Potential violation of Law of Demeter (method chain calls)
13734 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 101 Potential violation of Law of Demeter (method chain calls)
13735 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 101 Potential violation of Law of Demeter (method chain calls)
13736 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 101 Potential violation of Law of Demeter (method chain calls)
13737 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 107 Potential violation of Law of Demeter (object not created locally)
13738 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 110 Potential violation of Law of Demeter (method chain calls)
13739 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 110 Potential violation of Law of Demeter (method chain calls)
13740 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 110 Potential violation of Law of Demeter (method chain calls)
13741 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 110 Potential violation of Law of Demeter (method chain calls)
13742 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 110 Potential violation of Law of Demeter (method chain calls)
13743 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 110 Potential violation of Law of Demeter (method chain calls)
13744 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 110 Potential violation of Law of Demeter (method chain calls)
13745 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 110 Potential violation of Law of Demeter (method chain calls)
13746 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 110 Potential violation of Law of Demeter (object not created locally)
13747 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 116 Potential violation of Law of Demeter (method chain calls)
13748 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 116 Potential violation of Law of Demeter (method chain calls)
13749 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 116 Potential violation of Law of Demeter (method chain calls)
13750 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 117 Potential violation of Law of Demeter (object not created locally)
13751 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 124 Potential violation of Law of Demeter (object not created locally)
13752 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 126 Potential violation of Law of Demeter (method chain calls)
13753 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 129 Potential violation of Law of Demeter (method chain calls)
13754 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 129 Potential violation of Law of Demeter (method chain calls)
13755 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 135 A method/constructor should not explicitly throw java.lang.Exception
13756 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 139 Potential violation of Law of Demeter (method chain calls)
13757 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 141 Potential violation of Law of Demeter (method chain calls)
13758 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\JavacModulesTests.java 141 Potential violation of Law of Demeter (method chain calls)
13759 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ManifestTests.java 40 A method/constructor should not explicitly throw java.lang.Exception
13760 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ManifestTests.java 43 Potential violation of Law of Demeter (method chain calls)
13761 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ManifestTests.java 43 Potential violation of Law of Demeter (method chain calls)
13762 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ManifestTests.java 43 Potential violation of Law of Demeter (method chain calls)
13763 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ManifestTests.java 43 Potential violation of Law of Demeter (method chain calls)
13764 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ManifestTests.java 43 Potential violation of Law of Demeter (method chain calls)
13765 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ManifestTests.java 47 Potential violation of Law of Demeter (object not created locally)
13766 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ManifestTests.java 58 Potential violation of Law of Demeter (method chain calls)
13767 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ManifestTests.java 58 Potential violation of Law of Demeter (method chain calls)
13768 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ManifestTests.java 59 Potential violation of Law of Demeter (method chain calls)
13769 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ManifestTests.java 59 Potential violation of Law of Demeter (method chain calls)
13770 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ManifestTests.java 69 Potential violation of Law of Demeter (method chain calls)
13771 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ManifestTests.java 69 Potential violation of Law of Demeter (object not created locally)
13772 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ManifestTests.java 74 Potential violation of Law of Demeter (method chain calls)
13773 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ManifestTests.java 74 Potential violation of Law of Demeter (object not created locally)
13774 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenPomFileTests.java 27 A method/constructor should not explicitly throw java.lang.Exception
13775 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenPomFileTests.java 63 Potential violation of Law of Demeter (method chain calls)
13776 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenPomFileTests.java 63 Potential violation of Law of Demeter (method chain calls)
13777 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenPomFileTests.java 63 Potential violation of Law of Demeter (method chain calls)
13778 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenPomFileTests.java 63 Potential violation of Law of Demeter (method chain calls)
13779 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenPomFileTests.java 70 A method/constructor should not explicitly throw java.lang.Exception
13780 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenPomFileTests.java 76 Potential violation of Law of Demeter (method chain calls)
13781 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenPomFileTests.java 76 Potential violation of Law of Demeter (method chain calls)
13782 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenPomFileTests.java 76 Potential violation of Law of Demeter (method chain calls)
13783 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenPomFileTests.java 76 Potential violation of Law of Demeter (method chain calls)
13784 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 33 Potential violation of Law of Demeter (method chain calls)
13785 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 33 Potential violation of Law of Demeter (method chain calls)
13786 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 33 Potential violation of Law of Demeter (method chain calls)
13787 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 33 Potential violation of Law of Demeter (method chain calls)
13788 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 33 Potential violation of Law of Demeter (method chain calls)
13789 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 33 Potential violation of Law of Demeter (method chain calls)
13790 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 33 Potential violation of Law of Demeter (method chain calls)
13791 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 33 Potential violation of Law of Demeter (method chain calls)
13792 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 33 Potential violation of Law of Demeter (method chain calls)
13793 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 33 Potential violation of Law of Demeter (method chain calls)
13794 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 39 Potential violation of Law of Demeter (method chain calls)
13795 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 39 Potential violation of Law of Demeter (method chain calls)
13796 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 43 Potential violation of Law of Demeter (object not created locally)
13797 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 45 Potential violation of Law of Demeter (object not created locally)
13798 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 46 Potential violation of Law of Demeter (object not created locally)
13799 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 47 Potential violation of Law of Demeter (method chain calls)
13800 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 47 Potential violation of Law of Demeter (method chain calls)
13801 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 47 Potential violation of Law of Demeter (object not created locally)
13802 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 48 Potential violation of Law of Demeter (method chain calls)
13803 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 48 Potential violation of Law of Demeter (method chain calls)
13804 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 48 Potential violation of Law of Demeter (object not created locally)
13805 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 49 Potential violation of Law of Demeter (method chain calls)
13806 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MavenStarterTests.java 49 Potential violation of Law of Demeter (object not created locally)
13807 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 58 A method/constructor should not explicitly throw java.lang.Exception
13808 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 60 Potential violation of Law of Demeter (object not created locally)
13809 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 69 Potential violation of Law of Demeter (method chain calls)
13810 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 69 Potential violation of Law of Demeter (method chain calls)
13811 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 79 Potential violation of Law of Demeter (object not created locally)
13812 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 86 Potential violation of Law of Demeter (method chain calls)
13813 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 86 Potential violation of Law of Demeter (method chain calls)
13814 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 88 Potential violation of Law of Demeter (method chain calls)
13815 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 88 Potential violation of Law of Demeter (method chain calls)
13816 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 88 Potential violation of Law of Demeter (object not created locally)
13817 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 90 Potential violation of Law of Demeter (method chain calls)
13818 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 90 Potential violation of Law of Demeter (method chain calls)
13819 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 90 Potential violation of Law of Demeter (method chain calls)
13820 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 90 Potential violation of Law of Demeter (method chain calls)
13821 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 90 Potential violation of Law of Demeter (method chain calls)
13822 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 90 Potential violation of Law of Demeter (method chain calls)
13823 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 98 Potential violation of Law of Demeter (method chain calls)
13824 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 102 Potential violation of Law of Demeter (method chain calls)
13825 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 102 Potential violation of Law of Demeter (method chain calls)
13826 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 106 A method/constructor should not explicitly throw java.lang.Exception
13827 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 109 Potential violation of Law of Demeter (method chain calls)
13828 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 109 Potential violation of Law of Demeter (method chain calls)
13829 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 115 Potential violation of Law of Demeter (method chain calls)
13830 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 115 Potential violation of Law of Demeter (method chain calls)
13831 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 115 Potential violation of Law of Demeter (method chain calls)
13832 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 115 Potential violation of Law of Demeter (method chain calls)
13833 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 116 Potential violation of Law of Demeter (method chain calls)
13834 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 117 Potential violation of Law of Demeter (method chain calls)
13835 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 126 Potential violation of Law of Demeter (object not created locally)
13836 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 145 Potential violation of Law of Demeter (object not created locally)
13837 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 148 Potential violation of Law of Demeter (object not created locally)
13838 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 159 A method/constructor should not explicitly throw java.lang.Exception
13839 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 166 Potential violation of Law of Demeter (method chain calls)
13840 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ModularUserGuideTests.java 166 Potential violation of Law of Demeter (method chain calls)
13841 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 34 A method/constructor should not explicitly throw java.lang.Exception
13842 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 68 Potential violation of Law of Demeter (method chain calls)
13843 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 68 Potential violation of Law of Demeter (method chain calls)
13844 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 68 Potential violation of Law of Demeter (object not created locally)
13845 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 69 Potential violation of Law of Demeter (method chain calls)
13846 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 69 Potential violation of Law of Demeter (method chain calls)
13847 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 69 Potential violation of Law of Demeter (object not created locally)
13848 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 71 Potential violation of Law of Demeter (object not created locally)
13849 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 72 Potential violation of Law of Demeter (object not created locally)
13850 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 73 Potential violation of Law of Demeter (method chain calls)
13851 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 73 Potential violation of Law of Demeter (method chain calls)
13852 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 73 Potential violation of Law of Demeter (object not created locally)
13853 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 76 Potential violation of Law of Demeter (object not created locally)
13854 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 81 Potential violation of Law of Demeter (method chain calls)
13855 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 81 Potential violation of Law of Demeter (method chain calls)
13856 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 81 Potential violation of Law of Demeter (method chain calls)
13857 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 81 Potential violation of Law of Demeter (method chain calls)
13858 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 81 Potential violation of Law of Demeter (method chain calls)
13859 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 81 Potential violation of Law of Demeter (method chain calls)
13860 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 81 Potential violation of Law of Demeter (method chain calls)
13861 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\MultiReleaseJarTests.java 90 Potential violation of Law of Demeter (object not created locally)
13862 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\PackageCyclesDetectionTests.java 45 Avoid unnecessary if..then..else statements when returning booleans
13863 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 44 A method/constructor should not explicitly throw java.lang.Exception
13864 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 45 Potential violation of Law of Demeter (static property access)
13865 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 49 Potential violation of Law of Demeter (object not created locally)
13866 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 51 Potential violation of Law of Demeter (object not created locally)
13867 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 52 Potential violation of Law of Demeter (object not created locally)
13868 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 53 Potential violation of Law of Demeter (object not created locally)
13869 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 57 Potential violation of Law of Demeter (method chain calls)
13870 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 57 Potential violation of Law of Demeter (method chain calls)
13871 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 58 Potential violation of Law of Demeter (method chain calls)
13872 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 58 Potential violation of Law of Demeter (method chain calls)
13873 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 61 Potential violation of Law of Demeter (object not created locally)
13874 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 66 Potential violation of Law of Demeter (object not created locally)
13875 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 67 Potential violation of Law of Demeter (object not created locally)
13876 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 76 Potential violation of Law of Demeter (object not created locally)
13877 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 92 Potential violation of Law of Demeter (static property access)
13878 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 93 Potential violation of Law of Demeter (object not created locally)
13879 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 94 Potential violation of Law of Demeter (object not created locally)
13880 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 100 Potential violation of Law of Demeter (method chain calls)
13881 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 100 Potential violation of Law of Demeter (method chain calls)
13882 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 102 Potential violation of Law of Demeter (method chain calls)
13883 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 102 Potential violation of Law of Demeter (method chain calls)
13884 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 111 Potential violation of Law of Demeter (object not created locally)
13885 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 114 Potential violation of Law of Demeter (method chain calls)
13886 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 114 Potential violation of Law of Demeter (method chain calls)
13887 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 114 Potential violation of Law of Demeter (method chain calls)
13888 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 114 Potential violation of Law of Demeter (method chain calls)
13889 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 114 Potential violation of Law of Demeter (static property access)
13890 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\StandaloneTests.java 115 Potential violation of Law of Demeter (object not created locally)
13891 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 58 Potential violation of Law of Demeter (object not created locally)
13892 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 58 Potential violation of Law of Demeter (object not created locally)
13893 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13894 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 73 Potential violation of Law of Demeter (method chain calls)
13895 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 73 Potential violation of Law of Demeter (method chain calls)
13896 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 73 Potential violation of Law of Demeter (object not created locally)
13897 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 75 Potential violation of Law of Demeter (object not created locally)
13898 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 76 Potential violation of Law of Demeter (object not created locally)
13899 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 86 Potential violation of Law of Demeter (method chain calls)
13900 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 86 Potential violation of Law of Demeter (method chain calls)
13901 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 86 Potential violation of Law of Demeter (method chain calls)
13902 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 86 Potential violation of Law of Demeter (method chain calls)
13903 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 86 Potential violation of Law of Demeter (method chain calls)
13904 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 86 Potential violation of Law of Demeter (method chain calls)
13905 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 86 Potential violation of Law of Demeter (method chain calls)
13906 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 86 Potential violation of Law of Demeter (object not created locally)
13907 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 94 Potential violation of Law of Demeter (method chain calls)
13908 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 94 Potential violation of Law of Demeter (object not created locally)
13909 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 95 Potential violation of Law of Demeter (object not created locally)
13910 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 98 Potential violation of Law of Demeter (method chain calls)
13911 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 98 Potential violation of Law of Demeter (method chain calls)
13912 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 98 Potential violation of Law of Demeter (object not created locally)
13913 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 100 Potential violation of Law of Demeter (object not created locally)
13914 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 101 Potential violation of Law of Demeter (object not created locally)
13915 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13916 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\ToolProviderTests.java 117 Potential violation of Law of Demeter (method chain calls)
13917 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageGradleIntegrationTests.java 37 Potential violation of Law of Demeter (method chain calls)
13918 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageGradleIntegrationTests.java 37 Potential violation of Law of Demeter (object not created locally)
13919 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageGradleIntegrationTests.java 38 Potential violation of Law of Demeter (method chain calls)
13920 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageGradleIntegrationTests.java 38 Potential violation of Law of Demeter (method chain calls)
13921 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageGradleIntegrationTests.java 38 Potential violation of Law of Demeter (object not created locally)
13922 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageGradleIntegrationTests.java 48 Potential violation of Law of Demeter (method chain calls)
13923 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageGradleIntegrationTests.java 48 Potential violation of Law of Demeter (object not created locally)
13924 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageGradleIntegrationTests.java 49 Potential violation of Law of Demeter (method chain calls)
13925 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageGradleIntegrationTests.java 49 Potential violation of Law of Demeter (method chain calls)
13926 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageGradleIntegrationTests.java 49 Potential violation of Law of Demeter (object not created locally)
13927 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageGradleIntegrationTests.java 53 Potential violation of Law of Demeter (method chain calls)
13928 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageGradleIntegrationTests.java 53 Potential violation of Law of Demeter (static property access)
13929 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageGradleIntegrationTests.java 54 Potential violation of Law of Demeter (method chain calls)
13930 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageGradleIntegrationTests.java 54 Potential violation of Law of Demeter (object not created locally)
13931 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageGradleIntegrationTests.java 60 Potential violation of Law of Demeter (method chain calls)
13932 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageGradleIntegrationTests.java 60 Potential violation of Law of Demeter (method chain calls)
13933 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 35 Potential violation of Law of Demeter (method chain calls)
13934 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 35 Potential violation of Law of Demeter (object not created locally)
13935 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 36 Potential violation of Law of Demeter (method chain calls)
13936 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 36 Potential violation of Law of Demeter (object not created locally)
13937 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 45 Potential violation of Law of Demeter (method chain calls)
13938 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 45 Potential violation of Law of Demeter (object not created locally)
13939 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 46 Potential violation of Law of Demeter (method chain calls)
13940 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 46 Potential violation of Law of Demeter (method chain calls)
13941 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 46 Potential violation of Law of Demeter (method chain calls)
13942 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 46 Potential violation of Law of Demeter (object not created locally)
13943 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 51 Potential violation of Law of Demeter (method chain calls)
13944 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 51 Potential violation of Law of Demeter (static property access)
13945 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 53 Potential violation of Law of Demeter (method chain calls)
13946 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 53 Potential violation of Law of Demeter (object not created locally)
13947 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 54 Potential violation of Law of Demeter (method chain calls)
13948 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 54 Potential violation of Law of Demeter (object not created locally)
13949 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 58 Potential violation of Law of Demeter (method chain calls)
13950 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 58 Potential violation of Law of Demeter (method chain calls)
13951 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 58 Potential violation of Law of Demeter (method chain calls)
13952 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 58 Potential violation of Law of Demeter (method chain calls)
13953 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 58 Potential violation of Law of Demeter (method chain calls)
13954 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 58 Potential violation of Law of Demeter (method chain calls)
13955 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 58 Potential violation of Law of Demeter (method chain calls)
13956 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 58 Potential violation of Law of Demeter (method chain calls)
13957 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 58 Potential violation of Law of Demeter (method chain calls)
13958 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 58 Potential violation of Law of Demeter (method chain calls)
13959 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 58 Potential violation of Law of Demeter (method chain calls)
13960 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 58 Potential violation of Law of Demeter (method chain calls)
13961 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 60 Potential violation of Law of Demeter (method chain calls)
13962 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 60 Potential violation of Law of Demeter (method chain calls)
13963 F:\REZA IMPORTANT\Reza\Study Material\UTEP\Research Papers\7. Deep Learning Based Code Smell Detection\repositories\2 junit5-main\platform-tooling-support-tests\src\test\java\platform\tooling\support\tests\VintageMavenIntegrationTests.java 69 Potential violation of Law of Demeter (object not created locally)